X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.python%2Fpy-finish-breakpoint.exp;h=290822c690be068df8b47c81b82a6c13aafc5762;hb=5b362f04b2a56d446b024027963be52d61f939cb;hp=03341f57d0758b5803039fc96c43be88cf10fbf9;hpb=7dc53023ec5d000b3b8d287720ed8d04d91e02ec;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.exp b/gdb/testsuite/gdb.python/py-finish-breakpoint.exp index 03341f57d0..290822c690 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.exp +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.exp @@ -17,7 +17,7 @@ # exposing values to Python. if {[skip_shlib_tests]} { - untested py-finish-breakpoint.exp + untested "skipping shared library tests" return 0 } @@ -49,7 +49,7 @@ if { [skip_python_tests] } { continue } if { $gdb_py_is_py24 == 1 } { # Python 2.4, 2.5 do not support the "ValueError as e" syntax used in # the py-finish-breakpoint.py script. - untested py-finish-breakpoint.exp + untested "missing support on Python 2.4 and 2.5" return 0 }