Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/2.7/test/test_signal.py::unmodified

test_getsignal (test.test_signal.BasicSignalTests) ... skipped 'Not valid on Windows'
test_out_of_range_signal_number_raises_error (test.test_signal.BasicSignalTests) ... skipped 'Not valid on Windows'
test_setting_signal_handler_to_none_raises_error (test.test_signal.BasicSignalTests) ... skipped 'Not valid on Windows'
test_main (test.test_signal.InterProcessSignalTests) ... skipped 'Not valid on Windows'
test_invalid_fd (test.test_signal.WakeupFDTests) ... FAIL
test_wakeup_fd_during (test.test_signal.WakeupSignalTests) ... skipped 'Not valid on Windows'
test_wakeup_fd_early (test.test_signal.WakeupSignalTests) ... skipped 'Not valid on Windows'
test_siginterrupt_off (test.test_signal.SiginterruptTest)
If a signal handler is installed and siginterrupt is called with ... skipped 'Not valid on Windows'
test_siginterrupt_on (test.test_signal.SiginterruptTest)
If a signal handler is installed and siginterrupt is called with ... skipped 'Not valid on Windows'
test_without_siginterrupt (test.test_signal.SiginterruptTest)
If a signal handler is installed and siginterrupt is not called ... skipped 'Not valid on Windows'
test_itimer_exc (test.test_signal.ItimerTest) ... skipped 'Not valid on Windows'
test_itimer_prof (test.test_signal.ItimerTest) ... skipped 'Not valid on Windows'
test_itimer_real (test.test_signal.ItimerTest) ... skipped 'Not valid on Windows'
test_itimer_virtual (test.test_signal.ItimerTest) ... skipped 'Not valid on Windows'
test_setitimer_tiny (test.test_signal.ItimerTest) ... skipped 'Not valid on Windows'
test_issue9324 (test.test_signal.WindowsSignalTests) ... ok

======================================================================
FAIL: test_invalid_fd (test.test_signal.WakeupFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_signal.py", line 239, in test_invalid_fd
    self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
AssertionError: ValueError not raised

----------------------------------------------------------------------
Ran 16 tests in 0.009s

FAILED (failures=1, skipped=14)
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_signal.py", line 520, in test_main
    WindowsSignalTests)
  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: Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_signal.py", line 239, in test_invalid_fd
    self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
AssertionError: ValueError not raised
builder: pypy-c-jit-win-x86-64 build #2372+
test: lib-python/2.7/test/test_signal.py::unmodified