[gdb/testsuite] Clean up redundant info in gdb.dwarf2
authorTom de Vries <tdevries@suse.de>
Tue, 20 Oct 2020 08:20:24 +0000 (10:20 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 20 Oct 2020 08:20:24 +0000 (10:20 +0200)
In gdb.dwarf2/ada-valprint-error.exp we find:
...
    untested ${testfile}.exp
...
such that we have:
...
UNTESTED: gdb.dwarf2/ada-valprint-error.exp: ada-valprint-error.exp
...

Fix this and a likewise unsupported message in
gdb.dwarf2/dw2-dir-file-name.exp.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-10-20  Tom de Vries  <tdevries@suse.de>

* gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
file.
* gdb.dwarf2/dw2-dir-file-name.exp: Same.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp
gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp

index 8772b809b7d0436814d6d9fae742d15785c04996..291599589ece92f3e3677e3f7ac3b2343c4838c1 100644 (file)
@@ -1,3 +1,9 @@
+2020-10-20  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
+       file.
+       * gdb.dwarf2/dw2-dir-file-name.exp: Same.
+
 2020-10-20  Tom de Vries  <tdevries@suse.de>
 
        * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
index 698562de92f780d9ee4858c7cbcf000d4c4f078d..86480619caf899e39ecbfd96be620168abf1fc59 100644 (file)
@@ -29,7 +29,7 @@ standard_testfile .c -dw.S
 # specifically for this testcase, might as well use that.
 
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 
index 973325f55f228361b00815c7e7caed69ea2c508c..ba7bd7be526f51c9ad439954c438928d2ff178d8 100644 (file)
@@ -22,7 +22,7 @@ if {![dwarf2_support]} {
 # This test has hard-wired assumptions that host and build filenames are
 # the same, and assumes POSIX pathname syntax.
 if { [is_remote host] || [ishost *-*-mingw*] } {
-    unsupported "dw2-dir-file-name.exp can only run on local host"
+    unsupported "can only run on local host"
     return 0
 }