summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/gdb2549.exp
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-09-30 19:07:47 +0200
committerTom de Vries <tdevries@suse.de>2021-09-30 19:07:47 +0200
commitb6107a72badd38a2cf63fc09759ce281547c19a3 (patch)
tree5d1feff973466799fe2aafe26d0fc717278f8725 /gdb/testsuite/gdb.mi/gdb2549.exp
parent7325ba796b4432b73388d0cdbd5b0e8c8dee8855 (diff)
downloadbinutils-gdb-b6107a72badd38a2cf63fc09759ce281547c19a3.tar.gz
[gdb/testsuite] Fix untested messages in gdb.mi/*.exp
The effect of: ... untested "y.exp" ... in a gdb.x/y.exp is: ... UNTESTED: gdb.x/y.exp: y.exp ... which is a bit pointless. Replace these untested messages in gdb.mi/*.exp with the usual "failed to compile". Likewise for an: ... untested $testname ... where the variable is undefined. Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.mi/gdb2549.exp')
-rw-r--r--gdb/testsuite/gdb.mi/gdb2549.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/gdb2549.exp b/gdb/testsuite/gdb.mi/gdb2549.exp
index 3a8c3fc53d9..aebf9c904d9 100644
--- a/gdb/testsuite/gdb.mi/gdb2549.exp
+++ b/gdb/testsuite/gdb.mi/gdb2549.exp
@@ -28,7 +28,7 @@ set MIFLAGS "-i=mi"
standard_testfile basics.c
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
- untested mi-regs.exp
+ untested "failed to compile"
return -1
}