This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: test_getgrouplist (test.test_posix.PosixTester) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/wizofe/kano/cpython/Lib/test/test_posix.py", line 972, in test_getgrouplist | |
self.assertIn(group, posix.getgrouplist(user, group)) | |
OSError: [Errno 25] Inappropriate ioctl for device | |
---------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: test_glob (test.test_pathlib.PosixPathTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Volumes/MyHeart/_dev/code/cpython/Lib/test/test_pathlib.py", line 2119, in test_glob | |
self.assertEqual(given, expect) | |
AssertionError: Items in the first set but not the second: | |
PosixPath('/Volumes/MyHeart/_dev/code/cpython/build/test_python_60842/@test_60842_tmp/FILEa') |
NewerOlder