-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
OSError: Invalid argument in test_get_clock_info when testing thread_time clock on NetBSD #123974
Copy link
Copy link
Closed as not planned
Closed as not planned
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:
$ ./python -m test test_time -m test_get_clock_info
Using random seed: 4204534041
0:00:00 load avg: 2.21 Run 1 test sequentially in a single process
0:00:00 load avg: 2.21 [1/1] test_time
test test_time failed -- Traceback (most recent call last):
File "/home/blue/cpython/Lib/test/test_time.py", line 588, in test_get_clock_info
info = time.get_clock_info(name)
OSError: [Errno 22] Invalid argument
test_time failed (1 error)
== Tests result: FAILURE ==
1 test failed:
test_time
Total duration: 260 ms
Total tests: run=1 (filtered)
Total test files: run=1/1 (filtered) failed=1
Result: FAILURE
OS: NetBSD 10.0 amd64
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
- gh-123974: Fix OSError for thread_time clock on NetBSD by setting default resolution #123975
- [3.13] gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975) #124072
- [3.12] gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975) #124073
- Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" #124115
- [3.12] Revert "gh-123974: Fix time.get_clock_info() on NetBSD (GH-123975)" (GH-124115) #124200
Reactions are currently unavailable
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