aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/t06_ari2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t06_ari2.exp')
-rw-r--r--gdb/testsuite/gdb.disasm/t06_ari2.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t06_ari2.exp b/gdb/testsuite/gdb.disasm/t06_ari2.exp
index 99ad366..c86b3b9 100644
--- a/gdb/testsuite/gdb.disasm/t06_ari2.exp
+++ b/gdb/testsuite/gdb.disasm/t06_ari2.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 t06_ari2.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 t06_ari2.exp
+ return -1
}
gdb_start