kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failures in test_threading #33

Open kadler opened 3 years ago

kadler commented 3 years ago

More KeyboardInterrupt not raised errors:

======================================================================
FAIL: test_interrupt_main_mainthread (test.test_threading.InterruptMainTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_threading.py", line 1370, in test_interrupt_main_mainthread
    _thread.interrupt_main()
AssertionError: KeyboardInterrupt not raised

======================================================================
FAIL: test_interrupt_main_subthread (test.test_threading.InterruptMainTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_threading.py", line 1363, in test_interrupt_main_subthread
    t.join()
AssertionError: KeyboardInterrupt not raised

----------------------------------------------------------------------

Could be the same issue as in #20