diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/nostdlib.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/nostdlib.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/nostdlib.exp b/gdb/testsuite/gdb.base/nostdlib.exp index c0e15788132..448410fd4b9 100644 --- a/gdb/testsuite/gdb.base/nostdlib.exp +++ b/gdb/testsuite/gdb.base/nostdlib.exp @@ -19,7 +19,7 @@ standard_testfile .c # See also the comment in break-entry.exp. if [target_info exists use_gdb_stub] { - untested ${testfile}.exp + untested "skipping tests due to use_gdb_stub" return } @@ -41,7 +41,7 @@ if [board_info $board exists mathlib] { unset_board_info mathlib } if {$err != ""} { - untested ${testfile}.exp + untested "failed to compile" return -1 } |