diff options
author | Alan Modra <amodra@gmail.com> | 2023-01-30 11:29:34 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-31 15:18:04 +1030 |
commit | 9884676d9da9c691ba0d223836b5bf70740ee7e3 (patch) | |
tree | 1ca47285f81059c9c5711217634ca7ffe0c69ba6 /binutils/testsuite/binutils-all | |
parent | 9c6e6c8f4b07a51a47c10a84e10a938b64b65fd5 (diff) | |
download | gdb-9884676d9da9c691ba0d223836b5bf70740ee7e3.zip gdb-9884676d9da9c691ba0d223836b5bf70740ee7e3.tar.gz gdb-9884676d9da9c691ba0d223836b5bf70740ee7e3.tar.bz2 |
testsuite XPASSes
This adjusts the testsuite to get rid of a number of XPASSes that have
appeared. Someone might like to look into a better patch for the s390
change.
aarch64-pe XPASS: weak symbols
arm-nacl XPASS: rgn-over8
mcore-pe XPASS: ld-scripts/provide-8
mips64-linux-gnuabi64 XPASS: vers4
mips64-linux-gnuabi64 XPASS: vers4b
mips-linux-gnu XPASS: vers4
mips-linux-gnu XPASS: vers4b
s390-linux-gnu XPASS: undefined line
sh4-linux-gnu XPASS: --gc-sections with __start_SECTIONNAME
sh-coff XPASS: objcopy object (simple copy)
sh-coff XPASS: objcopy executable (pr25662)
binutils/
* testsuite/binutils-all/objcopy.exp: Don't xfail "simple
copy" and "pr25662" on sh-*-coff. Remove all non-ELF xfails
on "ELF unknown section type" test.
ld/
* testsuite/ld-elfvers/vers.exp (vers4, vers4b): Don't xfail
all mips, just xfail mips irix.
* testsuite/ld-gc/pr19161.d: Don't xfail sh.
* testsuite/ld-scripts/rgn-over8-ok.d: Don't xfail nacl.
* testsuite/ld-scripts/weak.exp: Don't xfail aarch64-pe.
* testsuite/ld-undefined/undefined.exp: Conditionally xfail
"undefined line" depending on gcc version for s390.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 77af5ba..361e430 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -127,7 +127,6 @@ proc objcopy_test {testname srcfile type asflags ldflags} { } setup_xfail "hppa*-*-*" -setup_xfail "sh-*-coff*" setup_xfail "tic54x-*-*" clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*" clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-*elf*" @@ -1215,14 +1214,7 @@ set elf64 "" if [is_elf_format] { objcopy_test_symbol_manipulation objcopy_test_elf_common_symbols - - setup_xfail "hppa*-*-*" - setup_xfail "sh-*-coff*" - setup_xfail "tic54x-*-*" - clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*" - clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-*elf*" objcopy_test "ELF unknown section type" unknown.s object "" "" - objcopy_test_readelf "ELF group 1" group.s objcopy_test_readelf "ELF group 2" group-2.s objcopy_test_readelf "ELF group 3" group-3.s @@ -1461,7 +1453,6 @@ run_dump_test "pr23633" run_dump_test "set-section-alignment" setup_xfail "hppa*-*-*" -setup_xfail "sh-*-coff*" setup_xfail "spu-*-*" clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*" clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-*elf*" |