Message120537
| Author |
pitrou |
| Recipients |
barry, dmalcolm, pitrou |
| Date |
2010年11月05日.21:30:24 |
| SpamBayes Score |
2.0023197e-05 |
| Marked as misclassified |
No |
| Message-id |
<1288992626.81.0.692321873477.issue10331@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
There is this kind of failures on Barry's new buildbot. It looks like warning messages should be ignored when checking gdb output:
======================================================================
FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests)
Ensure that a PyObject* with NULL ob_type is handled gracefully
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-ppc/build/Lib/test/test_gdb.py", line 390, in test_NULL_ob_type
'set v->ob_type=0')
File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-ppc/build/Lib/test/test_gdb.py", line 361, in assertSane
cmds_after_breakpoint=cmds_after_breakpoint)
File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-ppc/build/Lib/test/test_gdb.py", line 150, in get_gdb_repr
import_site=import_site)
File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-ppc/build/Lib/test/test_gdb.py", line 132, in get_stack_trace
self.assertEquals(err, '')
AssertionError: '\nwarning: not using untrusted file "/home/barry/.gdbinit"\n' != ''
-
- warning: not using untrusted file "/home/barry/.gdbinit"
See http://www.python.org/dev/buildbot/builders/PPC%20Ubuntu%203.x/builds/0/steps/test/logs/stdio |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年11月05日 21:30:26 | pitrou | set | recipients:
+ pitrou, barry, dmalcolm |
| 2010年11月05日 21:30:26 | pitrou | set | messageid: <1288992626.81.0.692321873477.issue10331@psf.upfronthosting.co.za> |
| 2010年11月05日 21:30:25 | pitrou | link | issue10331 messages |
| 2010年11月05日 21:30:24 | pitrou | create |
|