commit | b6107a72badd38a2cf63fc09759ce281547c19a3 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Thu Sep 30 19:07:47 2021 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Thu Sep 30 19:07:47 2021 +0200 |
tree | 5d1feff973466799fe2aafe26d0fc717278f8725 | |
parent | 7325ba796b4432b73388d0cdbd5b0e8c8dee8855 [diff] |
[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.