> ..\..\PCbuild\amd64\python.exe regrtest.py test_genericpath.py test_shutil.py test_os.py test_tarfile.py test_win_symlink.py test_glob.py test_platform.py test_posixpath.py test_genericpath test_shutil test_os test_tarfile test_win_symlink test_glob test_platform test test_platform failed -- Traceback (most recent call last): File "C:\Users\jaraco\projects\public\python-core-py3k\lib\test\test_platform.py", line 24, in test_architecture_via_symlink self.assertEqual(get(real), get(link)) AssertionError: Tuples differ: (b"('64bit', 'WindowsPE')\r\n"... != (b'', None) First differing element 0: b"('64bit', 'WindowsPE')\r\n" b'' - (b"('64bit', 'WindowsPE')\r\n", None) + (b'', None) test_posixpath test test_posixpath failed -- multiple errors occurred; run in verbose mode for details 6 tests OK. 2 tests failed: test_platform test_posixpath ### > ..\..\PCbuild\amd64\python.exe test_posixpath.py test_abspath (__main__.PosixPathTest) ... ok test_basename (__main__.PosixPathTest) ... ok test_commonprefix (__main__.PosixPathTest) ... ok test_dirname (__main__.PosixPathTest) ... ok test_exists (__main__.PosixPathTest) ... ok test_expanduser (__main__.PosixPathTest) ... ok test_expandvars (__main__.PosixPathTest) ... ok test_getsize (__main__.PosixPathTest) ... ok test_isabs (__main__.PosixPathTest) ... ok test_isdir (__main__.PosixPathTest) ... ok test_isfile (__main__.PosixPathTest) ... ok test_islink (__main__.PosixPathTest) ... ok test_ismount (__main__.PosixPathTest) ... ok test_join (__main__.PosixPathTest) ... ok test_normcase (__main__.PosixPathTest) ... ok test_normpath (__main__.PosixPathTest) ... ok test_realpath (__main__.PosixPathTest) ... ok test_realpath_basic (__main__.PosixPathTest) ... FAIL test_realpath_resolve_before_normalizing (__main__.PosixPathTest) ... FAIL test_realpath_resolve_first (__main__.PosixPathTest) ... FAIL test_realpath_resolve_parents (__main__.PosixPathTest) ... FAIL test_realpath_symlink_loops (__main__.PosixPathTest) ... FAIL test_relpath (__main__.PosixPathTest) ... ok test_relpath_bytes (__main__.PosixPathTest) ... ok test_samefile (__main__.PosixPathTest) ... FAIL test_samestat (__main__.PosixPathTest) ... FAIL test_split (__main__.PosixPathTest) ... ok test_splitdrive (__main__.PosixPathTest) ... ok test_splitext (__main__.PosixPathTest) ... ok test_time (__main__.PosixPathTest) ... ok ====================================================================== FAIL: test_realpath_basic (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 499, in test_realpath_basic self.assertEqual(realpath(ABSTFN), ABSTFN+"1") AssertionError: 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp1' != 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp1' ====================================================================== FAIL: test_realpath_resolve_before_normalizing (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 560, in test_realpath_resolve_before_normalizing self.assertEqual(realpath(ABSTFN + "/link-y/.."), ABSTFN + "/k") AssertionError: 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp/k' != 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp/k' ====================================================================== FAIL: test_realpath_resolve_first (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 583, in test_realpath_resolve_first self.assertEqual(realpath(base + "link"), ABSTFN) AssertionError: 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp' != 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp' ====================================================================== FAIL: test_realpath_resolve_parents (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 537, in test_realpath_resolve_parents self.assertEqual(realpath("a"), ABSTFN + "/y/a") AssertionError: 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test\\@test_4744_tmp\\k/a' != 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp/y/a' ====================================================================== FAIL: test_realpath_symlink_loops (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 509, in test_realpath_symlink_loops self.assertEqual(realpath(ABSTFN), ABSTFN) AssertionError: 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp' != 'C:\\Users\\jaraco\\projects\\public\\python-core-py3k\\lib\\test/@test_4744_tmp' ====================================================================== FAIL: test_samefile (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 343, in test_samefile False File "test_posixpath.py", line 29, in assertIs self.assertTrue(a is b) AssertionError: False is not True ====================================================================== FAIL: test_samestat (__main__.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_posixpath.py", line 384, in test_samestat False File "test_posixpath.py", line 29, in assertIs self.assertTrue(a is b) AssertionError: False is not True ---------------------------------------------------------------------- Ran 30 tests in 0.072s FAILED (failures=7)