Message142476
D'oh. I just realized why the -M option wasn't being recognized - I had passed it after the actual test name, so it was being treated as another test instead of an option. Sorry for the confusion :/ As for the actual test results, test_huge_bytes_(32|64)b both pass, but test_huge_str fails with this traceback: ====================================================================== FAIL: test_huge_str (test.test_pickle.InMemoryPickleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/google/home/nadeemvawda/code/cpython/3.2/Lib/test/support.py", line 1108, in wrapper return f(self, maxsize) File "/usr/local/google/home/nadeemvawda/code/cpython/3.2/Lib/test/pickletester.py", line 1151, in test_huge_str self.dumps(data, protocol=proto) AssertionError: (<class 'ValueError'>, <class 'OverflowError'>) not raised The same error occurs on the default branch. | |
| Date | User | Action | Args | | 2011-08-19 16:48:14 | nadeem.vawda | set | recipients: + nadeem.vawda, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti, santoso.wijaya, nyevik, jorgsk | | 2011-08-19 16:48:14 | nadeem.vawda | set | messageid: <1313772494.67.0.0455053697475.issue11564@psf.upfronthosting.co.za> | | 2011-08-19 16:48:14 | nadeem.vawda | link | issue11564 messages | | 2011-08-19 16:48:13 | nadeem.vawda | create | | |