Message277866
| Author |
berker.peksag |
| Recipients |
Demur Rumed, abarry, berker.peksag, python-dev, rhettinger, serhiy.storchaka, vstinner |
| Date |
2016年10月02日.09:15:55 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1475399755.31.0.0203952872905.issue27358@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_unpack_ex fails on several buildbots:
http://buildbot.python.org/all/builders/x86-64%20Ubuntu%2015.10%20Skylake%20CPU%203.6/builds/120/steps/test/logs/stdio
test test_unpack_ex failed
**********************************************************************
File "/home/buildbot/buildarea/3.6.intel-ubuntu-skylake/build/Lib/test/test_unpack_ex.py", line ?, in test.test_unpack_ex.__test__.doctests
Failed example:
{**1}
Expected:
Traceback (most recent call last):
...
TypeError: 'int' object is not a mapping
Got:
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.6.intel-ubuntu-skylake/build/Lib/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest test.test_unpack_ex.__test__.doctests[38]>", line 1, in <module>
{**1}
TypeError: 'int' object is not a mapping1
**********************************************************************
File "/home/buildbot/buildarea/3.6.intel-ubuntu-skylake/build/Lib/test/test_unpack_ex.py", line ?, in test.test_unpack_ex.__test__.doctests
Failed example:
{**[]}
Expected:
Traceback (most recent call last):
...
TypeError: 'list' object is not a mapping
Got:
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.6.intel-ubuntu-skylake/build/Lib/doctest.py", line 1330, in __run
compileflags, 1), test.globs)
File "<doctest test.test_unpack_ex.__test__.doctests[39]>", line 1, in <module>
{**[]}
TypeError: 'list' object is not a mapping1
**********************************************************************
1 items had failures:
2 of 85 in test.test_unpack_ex.__test__.doctests
***Test Failed*** 2 failures. |
|