aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/t05_cmp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t05_cmp.exp')
-rw-r--r--gdb/testsuite/gdb.disasm/t05_cmp.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t05_cmp.exp b/gdb/testsuite/gdb.disasm/t05_cmp.exp
index 8578000..04cdd5d 100644
--- a/gdb/testsuite/gdb.disasm/t05_cmp.exp
+++ b/gdb/testsuite/gdb.disasm/t05_cmp.exp
@@ -41,11 +41,13 @@ set link-flags "-m h8300sxelf";
if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then {
- gdb_suppress_entire_file "Testcase assembly failed, so all tests in this file will automatically fail."
+ untested t05_cmp.exp
+ return -1
}
if {[target_link $objfile $binfile "${link-flags}"] != ""} then {
- gdb_suppress_entire_file "Testcase link failed, so all tests in this file will automatically fail."
+ untested t05_cmp.exp
+ return -1
}
gdb_start