diff options
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t02_mova.exp')
-rw-r--r-- | gdb/testsuite/gdb.disasm/t02_mova.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t02_mova.exp b/gdb/testsuite/gdb.disasm/t02_mova.exp index 899bbfdbe3..8f17803b16 100644 --- a/gdb/testsuite/gdb.disasm/t02_mova.exp +++ b/gdb/testsuite/gdb.disasm/t02_mova.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 t02_mova.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 t02_mova.exp + return -1 } gdb_start |