Message255697
| Author |
rkuska |
| Recipients |
bkabrda, rkuska, serhiy.storchaka, vstinner |
| Date |
2015年12月02日.10:03:31 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1449050611.86.0.556083202769.issue19527@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
With Python-3.5 and COUNT_ALLOCS enabled following new tests fail also:
FAIL: test_is_finalizing (test.test_sys.SysModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/Python-3.5.0/Lib/test/test_sys.py", line 767, in test_is_finalizing
self.assertEqual(stdout.rstrip(), b'True')
AssertionError: b'' != b'True'
---------------------------------
======================================================================
FAIL: test_print_traceback_at_exit (test.test_traceback.SyntaxTracebackCases)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/Python-3.5.0/Lib/test/test_traceback.py", line 210, in test_print_traceback_at_exit
self.assertEqual(stderr.splitlines(), expected)
AssertionError: Lists differ: [] != [b'Traceback (most recent call last):', b'[75 chars]ero']
Second list contains 3 additional elements.
First extra element 0:
b'Traceback (most recent call last):'
- []
+ [b'Traceback (most recent call last):',
+ b' File "<string>", line 8, in __init__',
+ b'ZeroDivisionError: division by zero'] |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年12月02日 10:03:31 | rkuska | set | recipients:
+ rkuska, vstinner, serhiy.storchaka, bkabrda |
| 2015年12月02日 10:03:31 | rkuska | set | messageid: <1449050611.86.0.556083202769.issue19527@psf.upfronthosting.co.za> |
| 2015年12月02日 10:03:31 | rkuska | link | issue19527 messages |
| 2015年12月02日 10:03:31 | rkuska | create |
|