$ ./python -m test.regrtest Could not find '/home/wolf/py3k/Lib/test' in sys.path to remove it ... test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 116, in test_discard self.assertEqual(len(self._box), 1) AssertionError: 2 != 1 -------------- $ ./python -m test.regrtest test_zipimport test_mailbox Could not find '/home/wolf/py3k/Lib/test' in sys.path to remove it test_zipimport test_mailbox test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 262, in test_len self.assertEqual(len(self._box), repetitions - i - 1) AssertionError: 9 != 8 1 test OK. 1 test failed: test_mailbox -------------- $ ./python -m test.regrtest test_zipimport test_mailbox Could not find '/home/wolf/py3k/Lib/test' in sys.path to remove it test_zipimport test_mailbox test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 262, in test_len self.assertEqual(len(self._box), repetitions - i - 1) AssertionError: 3 != 2 1 test OK. 1 test failed: test_mailbox -------------- $ while ./python -m test.regrtest test_zipimport test_mailbox; do :; done ... Could not find '/home/wolf/py3k/Lib/test' in sys.path to remove it test_zipimport test_mailbox test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 82, in test_remove self._test_remove_or_delitem(self._box.remove) File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 101, in _test_remove_or_delitem self.assertEqual(len(self._box), 1) AssertionError: 2 != 1 1 test OK. 1 test failed: test_mailbox -------------- Could not find '/home/wolf/py3k/Lib/test' in sys.path to remove it test_zipimport test_mailbox test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 353, in test_update self.assertEqual(len(self._box), 3) AssertionError: 4 != 3 1 test OK. 1 test failed: test_mailbox -------------- test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 244, in test_contains self.assertNotIn(key0, self._box) AssertionError: '1252776281.M934009P27098Q21.mymachinename' unexpectedly found in 1 test OK. 1 test failed: test_mailbox -------------- $ while ./python -m test.regrtest test_mailbox; do :; done ... test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 310, in test_pop self.assertNotIn(key0, self._box) AssertionError: '1252776398.M989022P27110Q134.mymachinename' unexpectedly found in 1 test failed: test_mailbox -------------- test_mailbox test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 328, in test_popitem key, msg = self._box.popitem() File "/home/wolf/py3k/Lib/mailbox.py", line 152, in popitem return (key, self.pop(key)) # This is only run once. File "/home/wolf/py3k/Lib/mailbox.py", line 143, in pop result = self[key] File "/home/wolf/py3k/Lib/mailbox.py", line 74, in __getitem__ return self.get_message(key) File "/home/wolf/py3k/Lib/mailbox.py", line 313, in get_message f = open(os.path.join(self._path, subpath), 'r', newline='') IOError: [Errno 2] No such file or directory: '/home/wolf/py3k/@test_27185_tmp/new/1252776901.M958431P27185Q137.mymachinename' 1 test failed: test_mailbox -------------- $ while ./python -m test.regrtest -v test_mailbox; do :; done ... ====================================================================== ERROR: test_set_MM (test.test_mailbox.TestMaildir) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 493, in test_set_MM msg_returned = self._box.get_message(key) File "/home/wolf/py3k/Lib/mailbox.py", line 313, in get_message f = open(os.path.join(self._path, subpath), 'r', newline='') IOError: [Errno 2] No such file or directory: '/home/wolf/py3k/@test_27420_tmp/new/1252778621.M974469P27420Q153.mymachinename:2,PT' ---------------------------------------------------------------------- Ran 267 tests in 22.673s FAILED (errors=1) test test_mailbox failed -- Traceback (most recent call last): File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 493, in test_set_MM msg_returned = self._box.get_message(key) File "/home/wolf/py3k/Lib/mailbox.py", line 313, in get_message f = open(os.path.join(self._path, subpath), 'r', newline='') IOError: [Errno 2] No such file or directory: '/home/wolf/py3k/@test_27420_tmp/new/1252778621.M974469P27420Q153.mymachinename:2,PT' 1 test failed: test_mailbox