rzel / tinypy

Automatically exported from code.google.com/p/tinypy
Other
0 stars 0 forks source link

errors in build and test #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
We're up to r96 now, so I'm going to close this bug .. if this is persisting 
for you,
you can re-open it with some more explanation.

Original comment by philhas...@gmail.com on 5 Sep 2008 at 5:18