This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
ld testsuite tidy
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Thu, 20 Oct 2011 23:03:24 +1030
- Subject: ld testsuite tidy
Just a cleanup.
* ld-selective/selective.exp: Use check_gc_sections_available.
Remove redundant xfails.
* ld-selective/sel-dump.exp: Likewise.
Index: ld/testsuite/ld-selective/sel-dump.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-selective/sel-dump.exp,v
retrieving revision 1.12
diff -u -p -r1.12 sel-dump.exp
--- ld/testsuite/ld-selective/sel-dump.exp 13 May 2011 04:19:18 -0000 1.12
+++ ld/testsuite/ld-selective/sel-dump.exp 20 Oct 2011 09:30:03 -0000
@@ -20,7 +20,7 @@
# Test for ELF here, so we don't have to qualify on ELF specifically
# in every .d-file.
-if ![is_elf_format] {
+if { ![is_elf_format] || ![check_gc_sections_available] } {
return
}
@@ -28,8 +28,5 @@ set test_list [lsort [glob -nocomplain $
for { set i 0 } { $i < [llength $test_list] } { incr i } {
# We need to strip the ".d", but can leave the dirname.
verbose [file rootname [lindex $test_list $i]]
- setup_xfail "am33*-*" "arc*-*" "d30v*-*" "dlx*-*"
- setup_xfail "hppa*64-*-*" "i370*-*" "i860*-*" "i960*-*" "ia64*-*"
- setup_xfail "m88*-*" "mn10200-*" "mep-*" "or32-*" "pj-*"
run_dump_test [file rootname [lindex $test_list $i]]
}
Index: ld/testsuite/ld-selective/selective.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-selective/selective.exp,v
retrieving revision 1.45
diff -u -p -r1.45 selective.exp
--- ld/testsuite/ld-selective/selective.exp 13 May 2011 04:19:18 -0000 1.45
+++ ld/testsuite/ld-selective/selective.exp 20 Oct 2011 09:30:03 -0000
@@ -23,19 +23,7 @@
# Make sure that constructors are handled correctly.
# Only ELF based ports support selective linking
-if ![is_elf_format] {
- return
-}
-
-# These targets do not support selective linking
-if {[istarget "am33*-*-*"] ||
- [istarget "arc-*-*"] || [istarget "d30v-*-*"] ||
- [istarget "dlx-*-*"] || [istarget "hppa*64*-*-*"] ||
- [istarget "i370-*-*"] || [istarget "i860-*-*"] ||
- [istarget "i960-*-*"] || [istarget "ia64-*-*"] ||
- [istarget "m88*-*-*"] || [istarget "mn10200-*-*"] ||
- [istarget "mep-*-*"] || [istarget "or32-*-*"] ||
- [istarget "pj*-*-*"]} {
+if { ![is_elf_format] || ![check_gc_sections_available] } {
return
}
@@ -101,8 +89,6 @@ foreach testitem $seltests {
foreach xfail_target $xfails {
setup_xfail $xfail_target
}
- setup_xfail "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
- setup_xfail "i960*-*" "mn10200-*" "or32-*" "pj-*"
# It's either C or C++ at the moment.
if { $testtype == "C++" } {
--
Alan Modra
Australia Development Lab, IBM