@@ -110,31 +110,3 @@ Traceback (most recent call last):
110110 File "../Lib/test/test_set.py", line 291, in test_remove
111111 self.assert_(self.thetype(self.word) in s)
112112AssertionError
113-
114- ////////////////////////////////////////////////////////////////////////
115- test_compare
116- ////////////////////////////////////////////////////////////////////////
117- test test_compare failed -- Traceback (most recent call last):
118- File "/Users/nnorwitz/build/python/py3k.2/Lib/test/test_compare.py", line 28, in test_comparisons
119- self.assertEqual(a, b)
120- AssertionError: 2 != (2+0j)
121-
122- ////////////////////////////////////////////////////////////////////////
123- test_complex
124- ////////////////////////////////////////////////////////////////////////
125- ======================================================================
126- FAIL: test_pow (test.test_complex.ComplexTest)
127- ----------------------------------------------------------------------
128- Traceback (most recent call last):
129- File "/Users/nnorwitz/build/python/py3k.2/Lib/test/test_complex.py", line 130, in test_pow
130- self.assertEqual(a ** 0j, 1)
131- AssertionError: (1+0j) != 1
132-
133- ======================================================================
134- FAIL: test_richcompare (test.test_complex.ComplexTest)
135- ----------------------------------------------------------------------
136- Traceback (most recent call last):
137- File "/Users/nnorwitz/build/python/py3k.2/Lib/test/test_complex.py", line 96, in test_richcompare
138- self.assertRaises(OverflowError, complex.__eq__, 1+1j, 1L<<10000)
139- AssertionError: OverflowError not raised
140-
0 commit comments