aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/thumb2-it.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.arch/thumb2-it.exp')
-rw-r--r--gdb/testsuite/gdb.arch/thumb2-it.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.arch/thumb2-it.exp b/gdb/testsuite/gdb.arch/thumb2-it.exp
index 5fb5dc3..b4f94af 100644
--- a/gdb/testsuite/gdb.arch/thumb2-it.exp
+++ b/gdb/testsuite/gdb.arch/thumb2-it.exp
@@ -23,7 +23,7 @@ if {![istarget arm*-*eabi*]} then {
standard_testfile .S
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable debug] != "" } {
- untested thumb2-it.exp
+ untested "failed to compile"
return -1
}
@@ -33,7 +33,7 @@ gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
if ![runto_main] then {
- untested thumb2-it.exp
+ untested "could not run to main"
return -1
}
@@ -41,7 +41,7 @@ if ![runto_main] then {
gdb_test_multiple "list" "list main" {
-re ".*@ No Thumb-2.*$gdb_prompt $" {
pass "list main"
- untested thumb2-it.exp
+ untested "skipping tests due to lack of Thumb-2"
return -1
}
-re ".*@ Thumb-2 OK.*$gdb_prompt $" {