Message103808
| Author |
ncoghlan |
| Recipients |
dmalcolm, ncoghlan, vstinner |
| Date |
2010年04月21日.10:12:46 |
| SpamBayes Score |
2.1192536e-05 |
| Marked as misclassified |
No |
| Message-id |
<1271844769.16.0.663071395235.issue8482@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Remaining failure after resolution of issue8437:
======================================================================
FAIL: test_basic_command (test.test_gdb.PyBtTests)
Verify that the "py-bt" command works
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ncoghlan/devel/python/Lib/test/test_gdb.py", line 638, in test_basic_command
''')
File "/home/ncoghlan/devel/python/Lib/test/test_gdb.py", line 158, in assertMultilineMatches
msg='%r did not match %r' % (actual, pattern))
AssertionError: 'Breakpoint 1 at 0x453510: file Objects/object.c, line 330.\n[Thread debugging using libthread_db enabled]\n\nBreakpoint 1, PyObject_Print (op=42, fp=0x7ffff7532780, flags=1)\n at Objects/object.c:330\n330\t\treturn internal_print(op, fp, flags, 0);\n#3 Frame 0x808680, for file /home/ncoghlan/devel/python/Lib/test/gdb_sample.py, line 10, in baz (args=(1, 2, 3))\n print(42)\n#7 (unable to read python frame information)\n#10 Frame 0x81a220, for file /home/ncoghlan/devel/python/Lib/test/gdb_sample.py, line 7, in bar (a=1, b=2, c=3)\n baz(a, b, c)\n#13 Frame 0x807f00, for file /home/ncoghlan/devel/python/Lib/test/gdb_sample.py, line 4, in foo (a=1, b=2, c=3)\n bar(a, b, c)\n' did not match '^.*\n#[0-9]+ Frame 0x[0-9a-f]+, for file .*gdb_sample.py, line 7, in bar \\(a=1, b=2, c=3\\)\n baz\\(a, b, c\\)\n#[0-9]+ Frame 0x[0-9a-f]+, for file .*gdb_sample.py, line 4, in foo \\(a=1, b=2, c=3\\)\n bar\\(a, b, c\\)\n#[0-9]+ Frame 0x[0-9a-f]+, for file .*gdb_sample.py, line 12, in <module> \\(\\)\nfoo\\(1, 2, 3\\)\n' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年04月21日 10:12:49 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, dmalcolm |
| 2010年04月21日 10:12:49 | ncoghlan | set | messageid: <1271844769.16.0.663071395235.issue8482@psf.upfronthosting.co.za> |
| 2010年04月21日 10:12:47 | ncoghlan | link | issue8482 messages |
| 2010年04月21日 10:12:46 | ncoghlan | create |
|