-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
testsTests 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 -q test_pathlib
Using random seed: 2693504937
0:00:00 load avg: 0.51 Run 1 test sequentially in a single process
[OSError(), OSError()]
[PermissionError(13, 'Permission denied'), PermissionError(13, 'Permission denied'), OSError(39, 'Directory not empty')]
[OSError(), OSError()]
[PermissionError(13, 'Permission denied'), PermissionError(13, 'Permission denied'), OSError(39, 'Directory not empty')]
[OSError(), OSError()]
[PermissionError(13, 'Permission denied'), PermissionError(13, 'Permission denied'), OSError(39, 'Directory not empty')]
== Tests result: SUCCESS ==
Total duration: 6.9 sec
Total tests: run=1,710 skipped=571
Total test files: run=1/1
Result: SUCCESSI have a PR ready.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error