Skip to content

Instantly share code, notes, and snippets.

@wizofe
Last active April 2, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wizofe/6fa503a203b92ccd4774707562ecfdff to your computer and use it in GitHub Desktop.
Save wizofe/6fa503a203b92ccd4774707562ecfdff to your computer and use it in GitHub Desktop.
make test output
======================================================================
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')
======================================================================
FAIL: test_rglob (test.test_pathlib.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/MyHeart/_dev/code/cpython/Lib/test/test_pathlib.py", line 2127, in test_rglob
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/dirC/dirD/FILEd')
----------------------------------------------------------------------
Ran 394 tests in 1.496s
FAILED (failures=2, skipped=113)
test test_pathlib failed
Re-running test 'test_posix' in verbose mode
test_initgroups (test.test_posix.PosixGroupsTester) ... skipped 'not enough privileges'
test_setgroups (test.test_posix.PosixGroupsTester) ... skipped 'not enough privileges'
======================================================================
ERROR: test_getgrouplist (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/MyHeart/_dev/code/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
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment