New submission from mattip <[email protected]>: Looking at the log from http://buildbot.pypy.org/builders/own-win-x86- 32/builds/27/steps/shell_7/logs/stdio I see the text below partway into the tests. It seems the jit/backend/test/test_zll_stress.py crashes pypy, and from there the test run does not recover. When running offline on my machine I see the crash (which opens a dialog box that I need to close), then tests continue consecutively with relatively few failures. Any ideas why the output is a bit garbled and then test_basic has nothing but failures?
jit/backend/test/calling_convention_test.py F..... jit/backend/test/test_detect_cpu.py ... jit/backend/test/test_ll_random.py . jit/backend/test/test_model.py . jit/backend/test/test_random.py . jit/backend/test/test_zll_stress.py ++ starting jit/backend/x86/test/test_assembler.py [31 started in total] __ jit/backend/x86/test/test_assembler.py [31 done in total] __________________ inserting into sys.path: C:\Users\buildbot\pypy_stuff\pypy\own-win-x86-32\build ============================= test session starts ============================== platform win32 -- Python 2.7.3[pypy-2.0.0-beta] -- pytest-2.2.4.dev2 pytest-2.2.4.dev2 from C:\Users\buildbot\pypy_stuff\pypy\own-win-x86- 32\build\pytest.pyc collecting ... collected 9 items jit/backend/x86/test/test_assembler.py ......... =========================== 9 passed in 5.38 seconds =========================== ++ starting jit/backend/x86/test/test_basic.py [32 started in total] __ jit/backend/x86/test/test_basic.py [32 done in total] ______________________ inserting into sys.path: C:\Users\buildbot\pypy_stuff\pypy\own-win-x86-32\build ============================= test session starts ============================== platform win32 -- Python 2.7.3[pypy-2.0.0-beta] -- pytest-2.2.4.dev2 pytest-2.2.4.dev2 from C:\Users\buildbot\pypy_stuff\pypy\own-win-x86- 32\build\pytest.pyc collecting ... collected 171 items jit/backend/x86/test/test_basic.py Fss.....FFFFFFFFFFFFFF.......FFFFFFFFFF.F..F.....F....FFFFFFFFF.F.F.F.FFF.F..FFF FFFFFFF.F...F.FFFFFFFFFF..FFFFFFFFFFFF.FFFFFFFFFFFF..FFFFFFFFF..sFFFFFFsFFFFFFFF FFFFF.s.... =================================== FAILURES =================================== ---------- messages: 5550 nosy: mattip, pypy-issue priority: bug status: unread title: own-win-x86 buildbot crahs causes subsequent tests to fail ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1444> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
