]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-elfvers/vers.exp
ld testsuite: change unresolved to unsupported/fail
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers.exp
index 5dbe5dccfb4ad9d15cbe015ff627b932aafec69e..8a1383fe840e41901c1f7263a0c47af802c2f5fc 100644 (file)
@@ -105,7 +105,7 @@ proc test_ar { test lib object expect } {
     set exec_output [prune_warnings $exec_output]
     if ![string match "" $exec_output] {
        verbose -log "$exec_output"
-       unresolved "$test"
+       fail "$test"
        return
     }
 
@@ -493,12 +493,12 @@ proc build_binary { shared pic test source libname other mapfile verexp versymex
     global NOLTO_CFLAGS
 
     if ![ld_compile "$CC -S $pic $CFLAGS $NOSANITIZE_CFLAGS $NOLTO_CFLAGS" $srcdir/$subdir/$source $tmpdir/$libname.s]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
     if ![ld_assemble $as "$as_options $tmpdir/$libname.s" $tmpdir/$libname.o ]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
@@ -589,12 +589,12 @@ proc test_ldfail { test flag source execname other mapfile whyfail } {
     }
 
     if ![ld_compile "$CC -S $flag $CFLAGS" $srcdir/$subdir/$source $tmpdir/$execname.s]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
     if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
@@ -623,7 +623,7 @@ proc test_asfail { test flag source execname whyfail } {
     global NOLTO_CFLAGS
 
     if ![ld_compile "$CC -S $flag $CFLAGS $NOLTO_CFLAGS" $srcdir/$subdir/$source $tmpdir/$execname.s]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
@@ -706,12 +706,12 @@ proc build_exec { test source execname flags solibname verexp versymexp symexp }
     append cc_cmd " $NOSANITIZE_CFLAGS $NOLTO_CFLAGS"
 
     if ![ld_compile $cc_cmd $srcdir/$subdir/$source $tmpdir/$execname.s]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }
 
     if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ]     {
-       unresolved "$test"
+       unsupported "$test"
        return
     }