D:\python-dev\py3k\Lib\test>..\..\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 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 test_os 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_3248_tmp\\TEST1\\SUB2'... != ('@test_3248 _tmp\\TEST1\\SUB2'... First differing element 1: [] ['link'] - ('@test_3248_tmp\\TEST1\\SUB2', [], ['tmp3']) + ('@test_3248_tmp\\TEST1\\SUB2', ['link'], ['tmp3']) ? ++++++ test_tarfile D:\python-dev\py3k\lib\test\test_tarfile.py:714: DeprecationWarning: use the fil ter argument instead tar.add(tempdir, arcname="empty_dir", exclude=exclude) D:\python-dev\py3k\lib\tarfile.py:1984: DeprecationWarning: use the filter argum ent instead recursive, exclude, filter) test test_tarfile failed -- multiple errors occurred; run in verbose mode for de tails test_win_symlink test_glob test test_glob failed -- Traceback (most recent call last): File "D:\python-dev\py3k\lib\test\test_glob.py", line 104, 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 46, in assertSequencesEq ual_noorder self.assertEqual(set(l1), set(l2)) AssertionError: Items in the second set but not the first: '@test_3248_tmp_dir\\sym2' '@test_3248_tmp_dir\\sym1' test_platform 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\\Lib\\test\\@test_3248_tmp' test_posixpath test test_posixpath failed -- multiple errors occurred; run in verbose mode for details 2 tests OK. 6 tests failed: test_glob test_os test_platform test_posixpath test_shutil test_tarfile D:\python-dev\py3k\Lib\test>