OK (skipped=3) 364 tests OK. 2 tests failed: test_strptime test_tarfile 22 tests skipped: test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_devpoll test_kqueue test_msilib test_ossaudiodev test_smtpnet test_socketserver test_startfile test_timeout test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winreg test_winsound test_xmlrpc_net test_zipfile64 ====================================================================== ERROR: test_bad_timezone (test.test_strptime.StrptimeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/bob/python3/Python-3.4.1/Lib/test/test_strptime.py", line 332, in test_bad_timezone tz_value = _strptime._strptime_time(tz_name, "%Z")[8] File "/home/bob/python3/Python-3.4.1/Lib/_strptime.py", line 494, in _strptime_time tt = _strptime(data_string, format)[0] File "/home/bob/python3/Python-3.4.1/Lib/_strptime.py", line 337, in _strptime (data_string, format)) ValueError: time data 'STD' does not match format '%Z' ====================================================================== ERROR: test_timezone (test.test_strptime.StrptimeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/bob/python3/Python-3.4.1/Lib/test/test_strptime.py", line 310, in test_timezone strp_output = _strptime._strptime_time(strf_output, "%Z") File "/home/bob/python3/Python-3.4.1/Lib/_strptime.py", line 494, in _strptime_time tt = _strptime(data_string, format)[0] File "/home/bob/python3/Python-3.4.1/Lib/_strptime.py", line 337, in _strptime (data_string, format)) ValueError: time data 'DST' does not match format '%Z' ---------------------------------------------------------------------- Ran 47 tests in 0.091s FAILED (errors=2) ====================================================================== FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/bob/python3/Python-3.4.1/Lib/test/test_tarfile.py", line 1918, in test_list_command_verbose self.assertEqual(out, expected) AssertionError: b'?rw[39 chars]-01-05 18:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n' != b'?rw[39 chars]-01-06 00:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n' ---------------------------------------------------------------------- Ran 356 tests in 15.112s FAILED (failures=1, skipped=6)