kadler / cpython

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

Test failures in test_regrtest #12

Open kadler opened 3 years ago

kadler commented 3 years ago
======================================================================
FAIL: test_interrupted (test.test_regrtest.ArgsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 818, in test_interrupted
    output = self.run_tests(test, exitcode=130)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 697, in run_tests
    return self.run_python(cmdargs, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 547, in run_python
    proc = self.run_command(args, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 542, in run_command
    self.fail(msg)
AssertionError: Command ['/QOpenSys/jenkins/workspace/cpython_sem-fix/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmp95_ynpn5', 'test_regrtest_sigint'] failed with exit code 0

stdout:
---
0:00:00 Run tests sequentially
0:00:00 [1/1] test_regrtest_sigint
test_regrtest_sigint run no tests

== Tests result: NO TEST RUN ==

1 test run no tests:
    test_regrtest_sigint

Total duration: 57 ms
Tests result: NO TEST RUN

---

======================================================================
FAIL: test_slowest_interrupted (test.test_regrtest.ArgsTestCase) (multiprocessing=False)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 843, in test_slowest_interrupted
    output = self.run_tests(*args, exitcode=130)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 697, in run_tests
    return self.run_python(cmdargs, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 547, in run_python
    proc = self.run_command(args, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 542, in run_command
    self.fail(msg)
AssertionError: Command ['/QOpenSys/jenkins/workspace/cpython_sem-fix/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmphg9s16v0', '--slowest', 'test_regrtest_sigint'] failed with exit code 0

stdout:
---
0:00:00 Run tests sequentially
0:00:00 [1/1] test_regrtest_sigint
test_regrtest_sigint run no tests

== Tests result: NO TEST RUN ==

10 slowest tests:
- test_regrtest_sigint: 55 ms

1 test run no tests:
    test_regrtest_sigint

Total duration: 63 ms
Tests result: NO TEST RUN

---

======================================================================
FAIL: test_slowest_interrupted (test.test_regrtest.ArgsTestCase) (multiprocessing=True)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 843, in test_slowest_interrupted
    output = self.run_tests(*args, exitcode=130)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 697, in run_tests
    return self.run_python(cmdargs, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 547, in run_python
    proc = self.run_command(args, **kw)
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_regrtest.py", line 542, in run_command
    self.fail(msg)
AssertionError: Command ['/QOpenSys/jenkins/workspace/cpython_sem-fix/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmphg9s16v0', '--slowest', '-j2', 'test_regrtest_sigint'] failed with exit code 0

stdout:
---
0:00:00 Run tests in parallel using 2 child processes
0:00:00 [1/1] test_regrtest_sigint run no tests

== Tests result: NO TEST RUN ==

10 slowest tests:
- test_regrtest_sigint: 39 ms

1 test run no tests:
    test_regrtest_sigint

Total duration: 378 ms
Tests result: NO TEST RUN

---