Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-finish-breakpoint.exp
index 03341f57d0758b5803039fc96c43be88cf10fbf9..290822c690be068df8b47c81b82a6c13aafc5762 100644 (file)
@@ -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
 }
 
This page took 0.025394 seconds and 4 git commands to generate.