Message102070
| Author |
loewis |
| Recipients |
dmalcolm, loewis |
| Date |
2010年04月01日.07:47:38 |
| SpamBayes Score |
4.5688892e-05 |
| Marked as misclassified |
No |
| Message-id |
<1270108061.33.0.213932386799.issue8279@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
regrtest reports
======================================================================
FAIL: test_basic_command (test.test_gdb.PyListTests)
Verify that the "py-list" command works
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/martin/work/27/Lib/test/test_gdb.py", line 518, in test_basic_command
cmds_after_breakpoint=['py-list'])
File "/home/martin/work/27/Lib/test/test_gdb.py", line 111, in get_stack_trace
self.assertEquals(err, '')
AssertionError: "/home/martin/work/27/python: can't open file 'Lib/test/test_gdb_sample.py': [Errno 2] No such file or directory\nError occurred in Python command: No frame is currently selected.\n" != ''
======================================================================
FAIL: test_one_abs_arg (test.test_gdb.PyListTests)
Verify the "py-list" command with one absolute argument
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/martin/work/27/Lib/test/test_gdb.py", line 535, in test_one_abs_arg
cmds_after_breakpoint=['py-list 9'])
File "/home/martin/work/27/Lib/test/test_gdb.py", line 111, in get_stack_trace
self.assertEquals(err, '')
AssertionError: "/home/martin/work/27/python: can't open file 'Lib/test/test_gdb_sample.py': [Errno 2] No such file or directory\nError occurred in Python command: No frame is currently selected.\n" != ''
======================================================================
FAIL: test_two_abs_args (test.test_gdb.PyListTests)
Verify the "py-list" command with two absolute arguments
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/martin/work/27/Lib/test/test_gdb.py", line 548, in test_two_abs_args
cmds_after_breakpoint=['py-list 1,3'])
File "/home/martin/work/27/Lib/test/test_gdb.py", line 111, in get_stack_trace
self.assertEquals(err, '')
AssertionError: "/home/martin/work/27/python: can't open file 'Lib/test/test_gdb_sample.py': [Errno 2] No such file or directory\nError occurred in Python command: No frame is currently selected.\n" != ''
---------------------------------------------------------------------- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年04月01日 07:47:41 | loewis | set | recipients:
+ loewis, dmalcolm |
| 2010年04月01日 07:47:41 | loewis | set | messageid: <1270108061.33.0.213932386799.issue8279@psf.upfronthosting.co.za> |
| 2010年04月01日 07:47:39 | loewis | link | issue8279 messages |
| 2010年04月01日 07:47:39 | loewis | create |
|