aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc/binutils.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-ifunc/binutils.exp')
-rw-r--r--ld/testsuite/ld-ifunc/binutils.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-ifunc/binutils.exp b/ld/testsuite/ld-ifunc/binutils.exp
index 387696c..2543a4f 100644
--- a/ld/testsuite/ld-ifunc/binutils.exp
+++ b/ld/testsuite/ld-ifunc/binutils.exp
@@ -46,7 +46,7 @@ proc binutils_test { prog_name ld_options test } {
set test_name "$prog_name $ld_options ($test)"
if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
- unresolved "$test_name"
+ unsupported "$test_name"
return
}
@@ -55,7 +55,7 @@ proc binutils_test { prog_name ld_options test } {
|| [string match "*unrecognized option*" $link_output] } {
unsupported "$ld_options is not supported by this target"
} else {
- unresolved "$test_name"
+ fail "$test_name"
}
return
}
@@ -64,7 +64,7 @@ proc binutils_test { prog_name ld_options test } {
set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}
@@ -80,7 +80,7 @@ proc binutils_test { prog_name ld_options test } {
set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}