Stefan Behnel, 23.11.2010 10:34:
> There also seems to be a problem with the test runner that makes the
> py3regr tests hang (with --no-fork or XML result output). Apparently,
> certain test failures leak into subsequent test runs. Running the two tests
> "test_compileall" and "test_gzip" hangs reliable for me in py3k, after a
> compiler crash in the first. The weird thing about it is that the gzip test
> doesn't normally compile because it uses a genexpr in combination with
> "sorted()", but it compiles without errors after the crash in the
> compileall test. I faintly remember that we have a way to disable
> termination on compile errors, maybe that's not getting properly cleaned up
> here.

I don't currently have much time to debug this, so in case someone wants to 
throw in another pair of eyes, the following reliably fails for me in the 
latest py3k:

python3.2 runtests.py -3 --no-cleanup -vv --sys-pyregr --no-fork \
           --no-file --no-unit --no-doctest --no-cpp 'test_(dict|dis)$'

Both tests should fail in the compiler ("generators not supported"), but 
when test_dict is run before test_dis, the second fails in gcc.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to