What steps will reproduce the problem?
1. checkout tinypy r50
2. $ python setup.py linux
3. $ python setup.py linux test
What is the expected output? What do you see instead?
Expect a clean compile and clean test report.
Step #2 produces this error:
/usr/include/math.h:130:17: #if with no expression
/usr/include/math.h:366:17: #if with no expression
Step #3 produces this error:
<BEGIN>
../build/tinypy tests.py -linux
# t_boot
sh: line 1: ./tinypy: No such file or directory
File "tests.py", line 905, in ?
t_boot(["def test(): print('OK')","import tmp1; tmp1.test()"],"OK")
File "tests.py", line 872, in t_boot
if exact: assert(res == ex)
Exception:
assert failed
exit_status 65280
<END>
Please use labels and text to provide additional information.
produced on Linux 2.4.32 (Debian)
Original issue reported on code.google.com by dwhall...@gmail.com on 1 Jun 2008 at 6:48
Original issue reported on code.google.com by
dwhall...@gmail.com
on 1 Jun 2008 at 6:48