Closed as not planned
Closed as not planned
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