test_glob test_marshal test_os test_platform test_posixpath test_shutil test_tarfile D:\python-dev\py3k>PCbuild\amd64\python.exe lib\test\regrtest.py -v -uall test_glob ====================================================================== FAIL: test_glob_broken_symlinks (test.test_glob.GlobTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_glob.py", line 105, in test_glob_broken _symlinks eq(self.glob('sym*'), [self.norm('sym1'), self.norm('sym2')]) File "D:\python-dev\py3k\lib\test\test_glob.py", line 47, in assertSequencesEq ual_noorder self.assertEqual(set(l1), set(l2)) AssertionError: Items in the second set but not the first: '@test_3824_tmp_dir\\sym2' '@test_3824_tmp_dir\\sym1' ---------------------------------------------------------------------- Ran 6 tests in 0.066s FAILED (failures=1) test test_glob failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_glob.py", line 105, in test_glob_broken _symlinks eq(self.glob('sym*'), [self.norm('sym1'), self.norm('sym2')]) File "D:\python-dev\py3k\lib\test\test_glob.py", line 47, in assertSequencesEq ual_noorder self.assertEqual(set(l1), set(l2)) AssertionError: Items in the second set but not the first: '@test_3824_tmp_dir\\sym2' '@test_3824_tmp_dir\\sym1' 1 test failed: test_glob ================================================================================== test_marshal doesn't fail when run by itself ================================================================================== D:\python-dev\py3k>PCbuild\amd64\python.exe lib\test\regrtest.py -v -uall test_os ====================================================================== FAIL: test_traversal (test.test_os.WalkTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_os.py", line 458, in test_traversal self.assertEqual(all[3 - 2 * flipped], sub2_tree) AssertionError: Tuples differ: ('@test_4692_tmp\\TEST1\\SUB2'... != ('@test_4692 _tmp\\TEST1\\SUB2'... First differing element 1: [] ['link'] - ('@test_4692_tmp\\TEST1\\SUB2', [], ['tmp3']) + ('@test_4692_tmp\\TEST1\\SUB2', ['link'], ['tmp3']) ? ++++++ ---------------------------------------------------------------------- Ran 60 tests in 0.195s FAILED (failures=1) test test_os failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_os.py", line 458, in test_traversal self.assertEqual(all[3 - 2 * flipped], sub2_tree) AssertionError: Tuples differ: ('@test_4692_tmp\\TEST1\\SUB2'... != ('@test_4692 _tmp\\TEST1\\SUB2'... First differing element 1: [] ['link'] - ('@test_4692_tmp\\TEST1\\SUB2', [], ['tmp3']) + ('@test_4692_tmp\\TEST1\\SUB2', ['link'], ['tmp3']) ? ++++++ 1 test failed: test_os ======================================================================= D:\python-dev\py3k>PCbuild\amd64\python.exe lib\test\regrtest.py -v -uall test_platform ====================================================================== ERROR: test_architecture_via_symlink (test.test_platform.PlatformTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_platform.py", line 24, in test_architec ture_via_symlink self.assertEqual(get(real), get(link)) File "D:\python-dev\py3k\lib\test\test_platform.py", line 18, in get p = subprocess.Popen(cmd, stdout=subprocess.PIPE) File "D:\python-dev\py3k\lib\subprocess.py", line 647, in __init__ errread, errwrite) File "D:\python-dev\py3k\lib\subprocess.py", line 857, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_platform.py", line 26, in test_architec ture_via_symlink os.remove(link) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4812_tmp' ---------------------------------------------------------------------- Ran 18 tests in 0.098s FAILED (errors=1) test test_platform failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_platform.py", line 24, in test_architec ture_via_symlink self.assertEqual(get(real), get(link)) File "D:\python-dev\py3k\lib\test\test_platform.py", line 18, in get p = subprocess.Popen(cmd, stdout=subprocess.PIPE) File "D:\python-dev\py3k\lib\subprocess.py", line 647, in __init__ errread, errwrite) File "D:\python-dev\py3k\lib\subprocess.py", line 857, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_platform.py", line 26, in test_architec ture_via_symlink os.remove(link) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4812_tmp' 1 test failed: test_platform ================================================================================= D:\python-dev\py3k>PCbuild\amd64\python.exe lib\test\regrtest.py -v -uall test_posixpath ====================================================================== FAIL: test_islink (test.test_posixpath.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_posixpath.py", line 261, in test_islink self.assertIs(posixpath.islink(support.TESTFN + "2"), True) File "D:\python-dev\py3k\lib\test\test_posixpath.py", line 41, in assertIs self.assertTrue(a is b) AssertionError: False is not True ---------------------------------------------------------------------- Ran 32 tests in 0.108s FAILED (failures=1, skipped=7) test test_posixpath failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_posixpath.py", line 261, in test_islink self.assertIs(posixpath.islink(support.TESTFN + "2"), True) File "D:\python-dev\py3k\lib\test\test_posixpath.py", line 41, in assertIs self.assertTrue(a is b) AssertionError: False is not True 1 test failed: test_posixpath ============================================================================ D:\python-dev\py3k>PCbuild\amd64\python.exe lib\test\regrtest.py -v -uall test_shutil ====================================================================== FAIL: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestShutil) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_shutil.py", line 228, in test_dont_copy _file_onto_link_to_itself self.assertRaises(shutil.Error, shutil.copyfile, src, dst) AssertionError: Error not raised by copyfile ---------------------------------------------------------------------- Ran 19 tests in 0.224s FAILED (failures=1) test test_shutil failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_shutil.py", line 228, in test_dont_copy _file_onto_link_to_itself self.assertRaises(shutil.Error, shutil.copyfile, src, dst) AssertionError: Error not raised by copyfile 1 test failed: test_shutil ============================================================================ ====================================================================== ERROR: test_extract_hardlink (test.test_tarfile.MiscReadTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 295, in test_extract_ hardlink data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read() IOError: [Errno 2] No such file or directory: 'D:\\python-dev\\py3k\\@test_4608_ tmp\\ustar/symtype' ====================================================================== ERROR: test_symlink_size (test.test_tarfile.WriteTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 681, in test_symlink_ size tarinfo = tar.gettarinfo(path) File "D:\python-dev\py3k\lib\tarfile.py", line 1832, in gettarinfo statres = os.lstat(name) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4608_tmp\\symlink' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 684, in test_symlink_ size os.remove(path) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4608_tmp\\symlink' ====================================================================== ERROR: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 295, in test_extract_ hardlink data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read() IOError: [Errno 2] No such file or directory: 'D:\\python-dev\\py3k\\@test_4608_ tmp\\ustar/symtype' ====================================================================== ERROR: test_symlink_size (test.test_tarfile.GzipWriteTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 681, in test_symlink_ size tarinfo = tar.gettarinfo(path) File "D:\python-dev\py3k\lib\tarfile.py", line 1832, in gettarinfo statres = os.lstat(name) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4608_tmp\\symlink' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_tarfile.py", line 684, in test_symlink_ size os.remove(path) WindowsError: [Error 2] The system cannot find the file specified: 'D:\\python-d ev\\py3k\\@test_4608_tmp\\symlink' ---------------------------------------------------------------------- Ran 162 tests in 1.430s FAILED (errors=4) test test_tarfile failed -- multiple errors occurred 1 test failed: test_tarfile