Update copyright year range in all GDB files
[external/binutils.git] / gdb / testsuite / gdb.python / py-finish-breakpoint.exp
index 218baed..63074ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2016 Free Software Foundation, Inc.
+# Copyright (C) 2011-2018 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 # exposing values to Python.
 
 if {[skip_shlib_tests]} {
-       untested py-finish-breakpoint.exp
+       untested "skipping shared library tests"
     return 0
 }
 
@@ -37,7 +37,7 @@ if [get_compiler_info] {
 
 if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
      || [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "could not compile either $libsrc or $srcdir/$subdir/$srcfile."
+    untested "failed to compile"
     return -1
 }
 
@@ -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
 }