Skip to content

Instantly share code, notes, and snippets.

@sobolevn
Created January 25, 2022 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobolevn/adcaf0d470226b8644f70ef81178e028 to your computer and use it in GitHub Desktop.
Save sobolevn/adcaf0d470226b8644f70ef81178e028 to your computer and use it in GitHub Desktop.
» ./python.exe -m test -w -v test_typing
== CPython 3.11.0a4+ (heads/main-dirty:ef3ef6fa43, Jan 20 2022, 20:48:25) [Clang 11.0.0 (clang-1100.0.33.16)]
== macOS-10.14.6-x86_64-i386-64bit little-endian
== cwd: /Users/sobolev/Desktop/cpython/build/test_python_7182æ
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
0:00:00 load avg: 1.84 Run tests sequentially
0:00:00 load avg: 1.84 [1/1] test_typing
test_all (test.test_typing.AllTests) ... ok
...
======================================================================
ERROR: setUpClass (test.test_typing.NewTypeCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython/Lib/test/test_typing.py", line 4004, in setUpClass
raise ValueError
^^^^^^^^^^^^^^^^
ValueError
======================================================================
ERROR: setUpClass (test.test_typing.NewTypePythonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython/Lib/test/test_typing.py", line 4004, in setUpClass
raise ValueError
^^^^^^^^^^^^^^^^
ValueError
----------------------------------------------------------------------
Ran 400 tests in 0.166s
FAILED (errors=2, skipped=1)
test test_typing failed
test_typing failed (2 errors)
== Tests result: FAILURE ==
1 test failed:
test_typing
0:00:00 load avg: 1.84
0:00:00 load avg: 1.84 Re-running failed tests in verbose mode
0:00:00 load avg: 1.84 Re-running test_typing in verbose mode (matching: NewTypeCTests, NewTypePythonTests)
setUpClass (test.test_typing.NewTypeCTests) ... ERROR
setUpClass (test.test_typing.NewTypePythonTests) ... ERROR
======================================================================
ERROR: setUpClass (test.test_typing.NewTypeCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython/Lib/test/test_typing.py", line 4004, in setUpClass
raise ValueError
^^^^^^^^^^^^^^^^
ValueError
======================================================================
ERROR: setUpClass (test.test_typing.NewTypePythonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython/Lib/test/test_typing.py", line 4004, in setUpClass
raise ValueError
^^^^^^^^^^^^^^^^
ValueError
----------------------------------------------------------------------
Ran 0 tests in 0.002s
FAILED (errors=2)
test test_typing failed
1 test failed again:
test_typing
== Tests result: FAILURE then FAILURE ==
1 test failed:
test_typing
1 re-run test:
test_typing
Total duration: 590 ms
Tests result: FAILURE then FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment