-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Closed
Copy link
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-netbsdtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
home# ./python -m test test_uuid
Using random seed: 2311813199
0:00:00 load avg: 0.11 Run 1 test sequentially in a single process
0:00:00 load avg: 0.11 [1/1] test_uuid
test test_uuid failed -- Traceback (most recent call last):
File "/home/blue/cpython/Lib/test/test_uuid.py", line 496, in test_uuid1
equal(u.version, 1)
~~~~~^^^^^^^^^^^^^^
AssertionError: 4 != 1
test_uuid failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_uuid
Total duration: 1.1 sec
Total tests: run=72 failures=1 skipped=13
Total test files: run=1/1 failed=1
Result: FAILURE
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-netbsdtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error