lib-python/2.7/test/test_regrtest.py::unmodified
test_module_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_regrtest (test.test_regrtest.ProgramsTestCase) ... ok
test_module_test (test.test_regrtest.ProgramsTestCase) ... ok
test_pcbuild_rt (test.test_regrtest.ProgramsTestCase) ... skipped 'Tools/buildbot/test.bat requires PCbuild build, found pypy'
test_script_autotest (test.test_regrtest.ProgramsTestCase) ... ok
test_script_regrtest (test.test_regrtest.ProgramsTestCase) ... ok
test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase) ... skipped 'test.bat script is not installed'
test_coverage (test.test_regrtest.ArgsTestCase) ... ok
test_crashed (test.test_regrtest.ArgsTestCase) ... ok
test_env_changed (test.test_regrtest.ArgsTestCase) ... skipped 'test fails randomly on Windows'
test_failing_test (test.test_regrtest.ArgsTestCase) ... ok
test_forever (test.test_regrtest.ArgsTestCase) ... ok
test_fromfile (test.test_regrtest.ArgsTestCase) ... ok
test_huntrleaks (test.test_regrtest.ArgsTestCase) ... skipped 'need a debug build'
test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase) ... skipped 'need a debug build'
test_interrupted (test.test_regrtest.ArgsTestCase) ... FAIL
test_list_cases (test.test_regrtest.ArgsTestCase) ... ok
test_list_tests (test.test_regrtest.ArgsTestCase) ... ok
test_matchfile (test.test_regrtest.ArgsTestCase) ... ok
test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase) ... ok
test_no_tests_ran (test.test_regrtest.ArgsTestCase) ... ok
test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase) ... ok
test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase) ... ok
test_random (test.test_regrtest.ArgsTestCase) ... ok
test_rerun_fail (test.test_regrtest.ArgsTestCase) ... ok
test_resources (test.test_regrtest.ArgsTestCase) ... ok
test_slow_interrupted (test.test_regrtest.ArgsTestCase) ... FAIL
test_slowest (test.test_regrtest.ArgsTestCase) ... ok
test_format_duration (test.test_regrtest.TestUtils) ... ok
======================================================================
FAIL: test_interrupted (test.test_regrtest.ArgsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 452, in test_interrupted
output = self.run_tests(test, exitcode=130)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 354, in run_tests
return self.run_python(cmdargs, **kw)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 235, in run_python
proc = self.run_command(args, **kw)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 230, in run_command
self.fail(msg)
AssertionError: Command ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy-c.EXE', '-m', 'test', '--testdir=d:\\systemtemp\\pytest\\tmpal_vd7', 'test_regrtest_sigint'] failed with exit code 2
stdout:
---
Run tests sequentially
0:00:00 [1/1] test_regrtest_sigint
---
stderr:
---
---
======================================================================
FAIL: test_slow_interrupted (test.test_regrtest.ArgsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 481, in test_slow_interrupted
output = self.run_tests(*args, exitcode=130)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 354, in run_tests
return self.run_python(cmdargs, **kw)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 235, in run_python
proc = self.run_command(args, **kw)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 230, in run_command
self.fail(msg)
AssertionError: Command ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy-c.EXE', '-m', 'test', '--testdir=d:\\systemtemp\\pytest\\tmpyh6rrn', '--slowest', 'test_regrtest_sigint'] failed with exit code 2
stdout:
---
Run tests sequentially
0:00:00 [1/1] test_regrtest_sigint
---
stderr:
---
---
----------------------------------------------------------------------
Ran 30 tests in 16.931s
FAILED (failures=2, skipped=5)
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pypy\tool\pytest\run-script\regrverbose.py", line 14, in <module>
indirect_test()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_regrtest.py", line 829, in test_main
support.run_unittest(ProgramsTestCase, ArgsTestCase, TestUtils)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1687, in run_unittest
_run_suite(suite)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1578, in _run_suite
raise TestFailed(err)
TestFailed: multiple errors occurred
builder: pypy-c-jit-win-x86-64 build #2372+
test: lib-python/2.7/test/test_regrtest.py::unmodified