]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.cp/static-print-quit.exp
Fix more cases of improper test names
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.cp / static-print-quit.exp
index 61572452d42b5aa26b4647c73f1ec8d743a011e2..624acba9893088694af03bc8b5c395964844a30a 100644 (file)
@@ -18,7 +18,7 @@ if { [skip_cplus_tests] } { continue }
 standard_testfile .cc
 
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile.o object {debug c++}] != ""} {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 
@@ -34,7 +34,7 @@ gdb_test_multiple "print c" $test {
     }
     -re "\r\n---Type <return>" {
        # gdb-7.1 did not crash with this testcase but it had the same bug.
-       untested ${testfile}.exp
+       untested "bug does not reproduce"
        return 0
     }
 }