summaryrefslogtreecommitdiff
path: root/open_issues/binutils_testsuite.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/binutils_testsuite.mdwn')
-rw-r--r--open_issues/binutils_testsuite.mdwn421
1 files changed, 231 insertions, 190 deletions
diff --git a/open_issues/binutils_testsuite.mdwn b/open_issues/binutils_testsuite.mdwn
index 39aa390a37..03846785 100644
--- a/open_issues/binutils_testsuite.mdwn
+++ b/open_issues/binutils_testsuite.mdwn
@@ -10,49 +10,64 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_binutils]]
-Here's some log of a binutils testsuite run; this is from
-35a74fa099259b505e6115586326a302431daf6c sources, 2010-10-06.
+Here's a log of a binutils build and testsuite run; this is from
+cdf7c161ebd4a934c9e705d33f5247fd52975612 sources, 2010-10-24, run on
+kepler.SCHWINGE and grubber.
- $ ../master/configure --prefix="$PWD".install
+ $ export LC_ALL=C
+ $ ../master/configure 2>&1 | tee log_build
[...]
- $ make
+ $ make SHELL=/bin/bash 2>&1 | tee log_build_
[...]
+
+(kepler.SCHWINGE defaults to using /bin/sh for libtool, grubber to /bin/bash;
+thus harmonized.)
+
+Differences between GNU/Linux and GNU/Hurd, both on x86: [[log_build-diff]].
+
+Mask out most differences that are due to GNU/Linux defining `-DTRAD_CORE`,
+`-DHAVE_i386linux_vec` (`-DSELECT_VECS='[...],&i386linux_vec[...]`),
+`-DHAVE_i386pei_vec` (`-DSELECT_VECS='[...],&i386pei_vec[...]`).
+
+ $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/hurd.build/ && cat log_build* | sed -e "s%${PWD}%[...]%g" -e s%-DTRAD_CORE%% -e s%-DHAVE_i386linux_vec%% -e s%-DHAVE_i386pei_vec%% -e s%-DSELECT_VECS=\\\('\\\''\\\?\\\)\&bfd_elf32_i386_vec,\&i386linux_vec,\&i386pei_vec,\&bfd_elf32_little_generic_vec,\&bfd_elf32_big_generic_vec'\\\''\\\?%-DSELECT_VECS=\\\1\\\&bfd_elf32_i386_vec,\\\&bfd_elf32_little_generic_vec,\\\&bfd_elf32_big_generic_vec\\\1%') <(ssh grubber 'cd tmp/binutils/hurd.build/ && cat log_build* | sed "s%${PWD}%[...]%g"') > open_issues/binutils_testsuite/log_build-diff
+
$ make -k check
[...]
- $ cat */*.sum */*/*.sum > sum_hurd
-Comparing [[sum_hurd]] to [[sum_linux]]:
+Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
- $ diff -u <(sed s%thomas/tmp/source%tschwinge/tmp% < open_issues/binutils_testsuite/sum_linux) open_issues/binutils_testsuite/sum_hurd
- --- /dev/fd/63 2010-10-24 01:14:12.846938004 +0200
- +++ open_issues/binutils_testsuite/sum_hurd 2010-10-24 01:10:11.000000000 +0200
+ $ ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd.build/*/*.sum hurd.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils_testsuite/sum_linux
+ $ ssh grubber 'cd tmp/binutils/ && cat hurd.build/*/*.sum hurd.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils_testsuite/sum_hurd
+ $ diff -u open_issues/binutils_testsuite/sum_linux open_issues/binutils_testsuite/sum_hurd
+ --- open_issues/binutils_testsuite/sum_linux 2010-10-24 20:33:04.000000000 +0200
+ +++ open_issues/binutils_testsuite/sum_hurd 2010-10-24 20:41:53.000000000 +0200
@@ -1,5 +1,5 @@
- -Test Run By thomas on Fri Oct 8 22:40:31 2010
+ -Test Run By thomas on Sun Oct 24 20:00:29 2010
-Native configuration is i686-pc-linux-gnu
- +Test Run By tschwinge on Sun Oct 24 00:59:02 2010
+ +Test Run By tschwinge on Sun Oct 24 20:01:01 2010
+Native configuration is i686-unknown-gnu0.3
-
- === binutils tests ===
-
+
+ === binutils tests ===
+
@@ -14,19 +14,12 @@
PASS: ar thin archive with nested archive
PASS: ar argument parsing
PASS: ar deterministic archive
-PASS: ar unique symbol in archive
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/arm/objdump.exp ...
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/bfin/objdump.exp ...
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/dlltool.exp ...
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/elfedit.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/arm/objdump.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/bfin/objdump.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/dlltool.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/elfedit.exp ...
-UNSUPPORTED: Update ELF header 1
-PASS: Update ELF header 2
-PASS: Update ELF header 3
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/hppa/objdump.exp ...
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/i386/i386.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/hppa/objdump.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/i386/i386.exp ...
-PASS: objcopy on compressed debug sections
-PASS: strip on uncompressed debug sections
-PASS: strip on compressed debug sections
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/m68k/objdump.exp ...
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/nm.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/m68k/objdump.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/nm.exp ...
PASS: nm (no arguments)
@@ -50,35 +43,9 @@
PASS: run stripped executable with saving a symbol
@@ -88,7 +103,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: objcopy on sections with SHF_EXCLUDE
-PASS: strip --strip-unneeded on sections with SHF_EXCLUDE
PASS: --localize-hidden test 2
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/objdump.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/objdump.exp ...
PASS: objdump -i
@@ -87,17 +54,8 @@
PASS: objdump -t
@@ -97,7 +112,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: objdump -s -j .zdebug_abbrev
-PASS: objdump -W
+UNSUPPORTED: objdump compressed debug
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/readelf.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/readelf.exp ...
-PASS: finding out ELF size with readelf -h
-PASS: readelf -h
-PASS: readelf -S
@@ -106,44 +121,44 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: readelf -wi
-PASS: readelf -wa (compressed)
-PASS: readelf -p
- Running /home/tschwinge/tmp/binutils/master/binutils/testsuite/binutils-all/size.exp ...
+ Running [...]/hurd/binutils/testsuite/binutils-all/size.exp ...
PASS: size (no arguments)
PASS: size -A
@@ -107,10 +65,10 @@
-
- === binutils Summary ===
-
- -# of expected passes 79
- -# of unsupported tests 2
- -Test Run By thomas on Fri Oct 8 22:40:54 2010
+
+ === binutils Summary ===
+
+ -# of expected passes 79
+ -# of unsupported tests 2
+ -Test Run By thomas on Sun Oct 24 20:00:50 2010
-Native configuration is i686-pc-linux-gnu
- +# of expected passes 38
- +# of unsupported tests 1
- +Test Run By tschwinge on Sun Oct 24 01:05:19 2010
+ +# of expected passes 38
+ +# of unsupported tests 1
+ +Test Run By tschwinge on Sun Oct 24 20:06:29 2010
+Native configuration is i686-unknown-gnu0.3
-
- === ld tests ===
-
+
+ === ld tests ===
+
@@ -129,8 +87,8 @@
UNTESTED: bootstrap with --no-keep-memory
UNTESTED: bootstrap with --relax
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-cdtest/cdtest.exp ...
+ Running [...]/hurd/ld/testsuite/ld-cdtest/cdtest.exp ...
-PASS: cdtest
-PASS: cdtest with -Ur
+FAIL: cdtest
+FAIL: cdtest with -Ur
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-checks/checks.exp ...
+ Running [...]/hurd/ld/testsuite/ld-checks/checks.exp ...
PASS: check sections 1
PASS: check sections 2
@@ -139,428 +97,23 @@
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-cygwin/exe-export.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-d10v/d10v.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-discard/discard.exp ...
+ Running [...]/hurd/ld/testsuite/ld-cygwin/exe-export.exp ...
+ Running [...]/hurd/ld/testsuite/ld-d10v/d10v.exp ...
+ Running [...]/hurd/ld/testsuite/ld-discard/discard.exp ...
-PASS: ld-discard/extern
-PASS: ld-discard/start
-PASS: ld-discard/static
-PASS: ld-discard/zero-rel
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/audit.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/audit.exp ...
-PASS: Run with -paudit.so
-PASS: Run with -Paudit.so
-PASS: Run with --depaudit=audit.so
@@ -151,7 +166,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: Run with shared with --audit
-PASS: Run with -lusesaudit
-PASS: Run with -lusesaudit -lusesaudit2
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/binutils.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/binutils.exp ...
-PASS: strip -z max-page-size=0x200000 (maxpage1)
-PASS: strip -z max-page-size=0x200000 -z common-page-size=0x100000 (maxpage1)
-PASS: strip -z max-page-size=0x100000 (maxpage1)
@@ -166,7 +181,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: objcopy -z relro -shared (relro1)
-PASS: strip -z relro -shared (relro2)
-PASS: objcopy -z relro -shared (relro2)
- -PASS: strip -T /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/lma.lnk (lma)
+ -PASS: strip -T [...]/hurd/ld/testsuite/ld-elf/lma.lnk (lma)
-PASS: objcopy (tbss1)
-PASS: objcopy -z relro (tbss1)
-PASS: objcopy -shared (tbss1)
@@ -191,16 +206,16 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: objcopy -shared -z relro (tdata2)
-PASS: objcopy -z max-page-size=0x100000 (tdata2)
-PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata2)
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/dwarf.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/dwarf.exp ...
-PASS: Build libdwarf1.so
-PASS: Run with libdwarf1.so first
-PASS: Run with libdwarf1.so last
-PASS: Strip -s libdwarf1c.so
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/eh-group.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/eh-group.exp ...
-PASS: Guess the target size from eh-group1size.o
-PASS: Build eh-group1.o
-PASS: Link eh-group.o to eh-group
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/elf.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/elf.exp ...
-PASS: ld-elf/commonpage1
-PASS: ld-elf/discard1
-PASS: ld-elf/discard2
@@ -285,7 +300,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: static init array
-PASS: fini array
-PASS: static fini array
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/exclude.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/exclude.exp ...
-PASS: ld link shared library
-PASS: ld export symbols from archive
-PASS: ld link shared library with --exclude-libs
@@ -295,18 +310,18 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: ld exclude symbols from archive - --exclude-libs foo:libexclude.a
-PASS: ld exclude symbols from archive - --exclude-libs foo,libexclude.a
-PASS: ld don't exclude symbols from archive - --exclude-libs foo:bar
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/frame.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/frame.exp ...
-PASS: read-only .eh_frame section
-PASS: read-only .gcc_except_table section
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/sec-to-seg.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/sec-to-seg.exp ...
-PASS: assignment of ELF sections to segments (same page)
-PASS: assignment of ELF sections to segments (adjacent pages)
-PASS: assignment of ELF sections to segments (disjoint pages)
+UNSUPPORTED: assignment of ELF sections to segments
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/sec64k.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/sec64k.exp ...
-PASS: ld-elf/64ksec-r
-PASS: ld-elf/64ksec
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/shared.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/shared.exp ...
-PASS: Build libfoo.so
-PASS: Build versioned libfoo.so
-PASS: Build libbar.so
@@ -395,21 +410,21 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: Run with libdl3c.so
-PASS: Run with libnew1a.so
-PASS: Run with libnew1b.so
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/tls_common.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/tls_common.exp ...
-PASS: tls_common
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elf/wrap.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elf/wrap.exp ...
-PASS: Build libwrap1a.so
-PASS: Build libwrap1b.so
-PASS: Run with libwrap1a.so and libwrap1b.so
-PASS: Run with libwrap1b.so and libwrap1a.so
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elfcomm/elfcomm.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elfcomm/elfcomm.exp ...
-PASS: --sort-common (descending)
-PASS: --sort-common (ascending)
-PASS: size/aligment change of common symbols (warning 1)
-PASS: size/aligment change of common symbols (change 1)
-PASS: size/aligment change of common symbols (warning 2)
-PASS: size/aligment change of common symbols (change 2)
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elfvers/vers.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elfvers/vers.exp ...
-PASS: vers1
-PASS: vers2
-PASS: vers3
@@ -473,7 +488,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: vers32b
-PASS: vers32c
-PASS: vers32d
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elfvsb/elfvsb.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elfvsb/elfvsb.exp ...
-PASS: ld-elfvsb/hidden0
-PASS: ld-elfvsb/hidden1
-PASS: ld-elfvsb/hidden2
@@ -534,7 +549,7 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: common hidden symbol
-PASS: weak hidden symbol DSO last
-PASS: weak hidden symbol DSO first
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-elfweak/elfweak.exp ...
+ Running [...]/hurd/ld/testsuite/ld-elfweak/elfweak.exp ...
-PASS: ELF DSO weak func first
-PASS: ELF DSO weak func last
-PASS: ELF DSO weak func first DSO
@@ -562,9 +577,9 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: ELF DSO big bar (size)
-PASS: ELF weak size
-PASS: ld-elfweak/size2
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-fastcall/fastcall.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-frv/fdpic.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-frv/frv-elf.exp ...
+ Running [...]/hurd/ld/testsuite/ld-fastcall/fastcall.exp ...
+ Running [...]/hurd/ld/testsuite/ld-frv/fdpic.exp ...
+ Running [...]/hurd/ld/testsuite/ld-frv/frv-elf.exp ...
@@ -571,85 +124,16 @@
PASS: Check --gc-section/-r/-e
PASS: Check --gc-section/-r/-u
@@ -572,8 +587,8 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: --gc-sections with note section
-PASS: --gc-sections with __start_
-PASS: --gc-sections with shared library
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-h8300/h8300.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-i386/i386.exp ...
+ Running [...]/hurd/ld/testsuite/ld-h8300/h8300.exp ...
+ Running [...]/hurd/ld/testsuite/ld-i386/i386.exp ...
-PASS: TLS -fpic -shared transitions
-PASS: TLS descriptor -fpic -shared transitions
-PASS: Helper shared library
@@ -611,14 +626,14 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: ld-i386/nogot2
-PASS: ld-i386/discarded1
-PASS: undefined symbol with compressed debug sections
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-ia64/ia64.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-ia64/line.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-ifunc/binutils.exp ...
+ Running [...]/hurd/ld/testsuite/ld-ia64/ia64.exp ...
+ Running [...]/hurd/ld/testsuite/ld-ia64/line.exp ...
+ Running [...]/hurd/ld/testsuite/ld-ifunc/binutils.exp ...
-PASS: strip (ifunc-4-x86)
-PASS: objcopy (ifunc-4-x86)
-PASS: strip (ifunc-4-local-x86)
-PASS: objcopy (ifunc-4-local-x86)
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-ifunc/ifunc.exp ...
+ Running [...]/hurd/ld/testsuite/ld-ifunc/ifunc.exp ...
-PASS: Building ifunc binaries
-PASS: Checking ifunc binaries
-PASS: ld-ifunc/ifunc-1-local-x86
@@ -643,74 +658,97 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: ld-ifunc/ifunc-7b-i386
-PASS: ld-ifunc/ifunc-8-i386
-PASS: ld-ifunc/ifunc-9-x86
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-libs/libs.exp ...
+ Running [...]/hurd/ld/testsuite/ld-libs/libs.exp ...
PASS: -l: test (preparation)
PASS: -l: test
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-linkonce/linkonce.exp ...
+ Running [...]/hurd/ld/testsuite/ld-linkonce/linkonce.exp ...
-PASS: ld-linkonce/zeroehl32
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-m68hc11/m68hc11.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-m68k/m68k-got.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-m68k/m68k.exp ...
- @@ -663,9 +147,6 @@
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-pe/pe-run2.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-pe/pe.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-pie/pie.exp ...
+ Running [...]/hurd/ld/testsuite/ld-m68hc11/m68hc11.exp ...
+ Running [...]/hurd/ld/testsuite/ld-m68k/m68k-got.exp ...
+ Running [...]/hurd/ld/testsuite/ld-m68k/m68k.exp ...
+ @@ -663,23 +147,19 @@
+ Running [...]/hurd/ld/testsuite/ld-pe/pe-run2.exp ...
+ Running [...]/hurd/ld/testsuite/ld-pe/pe.exp ...
+ Running [...]/hurd/ld/testsuite/ld-pie/pie.exp ...
-PASS: weak undefined
-PASS: weak undefined data
-PASS: missing entry symbol
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-powerpc/aix52.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-powerpc/powerpc.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-s390/s390.exp ...
- @@ -675,7 +156,6 @@
+ Running [...]/hurd/ld/testsuite/ld-plugin/plugin.exp ...
+ PASS: plugin API enabled
+ PASS: load plugin
+ PASS: fail plugin onload
+ -PASS: fail plugin allsymbolsread
+ -PASS: fail plugin cleanup
+ -PASS: plugin all hooks
+ -PASS: plugin claimfile lost symbol
+ -PASS: plugin claimfile replace symbol
+ -PASS: plugin claimfile resolve symbol
+ -PASS: plugin claimfile replace file
+ -PASS: plugin set symbol visibility
+ -PASS: plugin ignore lib
+ -PASS: plugin claimfile replace lib
+ +FAIL: fail plugin allsymbolsread
+ +FAIL: fail plugin cleanup
+ +FAIL: plugin all hooks
+ +FAIL: plugin claimfile lost symbol
+ +FAIL: plugin claimfile replace symbol
+ +FAIL: plugin claimfile resolve symbol
+ +FAIL: plugin claimfile replace file
+ +FAIL: plugin ignore lib
+ +FAIL: plugin claimfile replace lib
+ Running [...]/hurd/ld/testsuite/ld-powerpc/aix52.exp ...
+ Running [...]/hurd/ld/testsuite/ld-powerpc/powerpc.exp ...
+ Running [...]/hurd/ld/testsuite/ld-s390/s390.exp ...
+ @@ -689,7 +169,6 @@
PASS: ld-scripts/align2b
PASS: ld-scripts/align2c
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/alignof.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/alignof.exp ...
-PASS: ALIGNOF
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/assert.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/assert.exp ...
PASS: ASSERT
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/crossref.exp ...
- @@ -694,7 +174,6 @@
+ Running [...]/hurd/ld/testsuite/ld-scripts/crossref.exp ...
+ @@ -708,7 +187,6 @@
PASS: ld-scripts/defined2
PASS: ld-scripts/defined3
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/dynamic-sections.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/dynamic-sections.exp ...
-PASS: dynamic sections
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/empty-address.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/empty-address.exp ...
PASS: ld-scripts/empty-address-1
PASS: ld-scripts/empty-address-2a
- @@ -703,9 +182,7 @@
+ @@ -717,9 +195,7 @@
PASS: ld-scripts/empty-address-3b
PASS: ld-scripts/empty-address-3c
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/empty-aligned.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/empty-aligned.exp ...
-PASS: ld-scripts/empty-aligned
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/empty-orphan.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/empty-orphan.exp ...
-PASS: ld-scripts/empty-orphan
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/expr.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/expr.exp ...
PASS: ld-scripts/expr1
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/extern.exp ...
- @@ -715,87 +192,35 @@
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/map-address.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/extern.exp ...
+ @@ -729,87 +205,35 @@
+ Running [...]/hurd/ld/testsuite/ld-scripts/map-address.exp ...
PASS: map addresses
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/overlay-size.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/overlay-size.exp ...
-PASS: overlay size
-PASS: overlay size (map check)
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/phdrs.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/phdrs.exp ...
-PASS: PHDRS
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/phdrs2.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/phdrs2.exp ...
-PASS: PHDRS2
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/phdrs3.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/phdrs3.exp ...
-PASS: PHDRS headers
-PASS: PHDRS headers 3a
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/provide.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/provide.exp ...
PASS: ld-scripts/provide-1
PASS: ld-scripts/provide-2
XFAIL: ld-scripts/provide-3
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/rgn-at.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/rgn-at.exp ...
-PASS: rgn-at1
-PASS: rgn-at2
-PASS: rgn-at3
-PASS: rgn-at4
-PASS: rgn-at5
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/rgn-over.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/rgn-over.exp ...
-PASS: rgn-over1
-PASS: rgn-over1 (map check)
-PASS: rgn-over2
@@ -726,25 +764,25 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: rgn-over7
-PASS: rgn-over7 (map check)
-PASS: rgn-over8
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/script.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/script.exp ...
PASS: script
PASS: MRI script
PASS: MEMORY
- -XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-2.t
- -XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-4.t
- XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-1.t
- +XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-2.t
- XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-3.t
- +XFAIL: REGION_ALIAS: /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/region-alias-4.t
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/section-match.exp ...
+ -XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-2.t
+ -XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-4.t
+ XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-1.t
+ +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-2.t
+ XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-3.t
+ +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-4.t
+ Running [...]/hurd/ld/testsuite/ld-scripts/section-match.exp ...
PASS: ld-scripts/section-match-1
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/size.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/size.exp ...
PASS: ld-scripts/size-1
-PASS: ld-scripts/size-2
+UNSUPPORTED: size-2
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/sizeof.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/sizeof.exp ...
PASS: SIZEOF
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/sort.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/sort.exp ...
-PASS: --sort-section alignment
-PASS: SORT_BY_ALIGNMENT
-PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT())
@@ -763,36 +801,36 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: SORT_BY_NAME(SORT_BY_NAME()) --sort-section alignment
-PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT
-PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-scripts/weak.exp ...
+ Running [...]/hurd/ld/testsuite/ld-scripts/weak.exp ...
-PASS: weak symbols
+UNSUPPORTED: weak symbols
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-selective/sel-dump.exp ...
+ Running [...]/hurd/ld/testsuite/ld-selective/sel-dump.exp ...
-PASS: Preserve default . = 0
-PASS: Preserve explicit . = 0
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-selective/selective.exp ...
+ Running [...]/hurd/ld/testsuite/ld-selective/selective.exp ...
-PASS: selective1
-PASS: selective2
-PASS: selective3
-XFAIL: selective4
-XFAIL: selective5
-XFAIL: selective6
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sh/arch/arch.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sh/rd-sh.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sh/sh-vxworks.exp ...
- @@ -805,12 +230,6 @@
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sh/sh64/relfail.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sh/sh64/sh64.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-shared/shared.exp ...
+ Running [...]/hurd/ld/testsuite/ld-sh/arch/arch.exp ...
+ Running [...]/hurd/ld/testsuite/ld-sh/rd-sh.exp ...
+ Running [...]/hurd/ld/testsuite/ld-sh/sh-vxworks.exp ...
+ @@ -819,12 +243,6 @@
+ Running [...]/hurd/ld/testsuite/ld-sh/sh64/relfail.exp ...
+ Running [...]/hurd/ld/testsuite/ld-sh/sh64/sh64.exp ...
+ Running [...]/hurd/ld/testsuite/ld-shared/shared.exp ...
-PASS: shared (non PIC)
-PASS: shared (non PIC, load offset)
-PASS: shared
-PASS: shared -Bsymbolic
-PASS: shared (PIC main, non PIC so)
-PASS: shared (PIC main)
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-sparc/sparc.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-spu/spu.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-srec/srec.exp ...
- @@ -821,8 +240,6 @@
+ Running [...]/hurd/ld/testsuite/ld-sparc/sparc.exp ...
+ Running [...]/hurd/ld/testsuite/ld-spu/spu.exp ...
+ Running [...]/hurd/ld/testsuite/ld-srec/srec.exp ...
+ @@ -835,8 +253,6 @@
PASS: Build libentry.a
PASS: --entry foo archive
PASS: --entry foo -u foo archive
@@ -801,39 +839,39 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
PASS: --entry foo
PASS: --entry foo -u foo
PASS: --entry 0x0
- @@ -831,7 +248,7 @@
+ @@ -845,7 +261,7 @@
PASS: undefined function
PASS: undefined line
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-undefined/weak-undef.exp ...
+ Running [...]/hurd/ld/testsuite/ld-undefined/weak-undef.exp ...
-PASS: weak undefined symbols
+UNSUPPORTED: weak undefined symbols
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-v850/v850.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-versados/versados.exp ...
- Running /home/tschwinge/tmp/binutils/master/ld/testsuite/ld-vxworks/vxworks.exp ...
- @@ -846,13 +263,15 @@
-
- === ld Summary ===
-
- -# of expected passes 598
- -# of expected failures 8
- +# of expected passes 54
- +# of unexpected failures 2
- +# of expected failures 5
- # of untested testcases 6
- +# of unsupported tests 4
- /media/data/home/tschwinge/tmp/binutils/master.build/ld/ld-new 2.20.51.20101007
-
- -Test Run By thomas on Fri Oct 8 22:40:36 2010
+ Running [...]/hurd/ld/testsuite/ld-v850/v850.exp ...
+ Running [...]/hurd/ld/testsuite/ld-versados/versados.exp ...
+ Running [...]/hurd/ld/testsuite/ld-vxworks/vxworks.exp ...
+ @@ -860,13 +276,15 @@
+
+ === ld Summary ===
+
+ -# of expected passes 611
+ -# of expected failures 8
+ +# of expected passes 57
+ +# of unexpected failures 11
+ +# of expected failures 5
+ # of untested testcases 6
+ +# of unsupported tests 4
+ /media/data[...]/hurd.build/ld/ld-new 2.20.51.20101024
+
+ -Test Run By thomas on Sun Oct 24 20:00:34 2010
-Native configuration is i686-pc-linux-gnu
- +Test Run By tschwinge on Sun Oct 24 01:00:04 2010
+ +Test Run By tschwinge on Sun Oct 24 20:02:04 2010
+Native configuration is i686-unknown-gnu0.3
-
- === gas tests ===
-
- @@ -926,15 +345,6 @@
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/bfin/bfin.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/bfin/error.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/cfi/cfi.exp ...
+
+ === gas tests ===
+
+ @@ -940,15 +358,6 @@
+ Running [...]/hurd/gas/testsuite/gas/bfin/bfin.exp ...
+ Running [...]/hurd/gas/testsuite/gas/bfin/error.exp ...
+ Running [...]/hurd/gas/testsuite/gas/cfi/cfi.exp ...
-PASS: CFI on i386
-PASS: cfi cfi-diag-1
-PASS: CFI common 1
@@ -843,17 +881,18 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: CFI common 5
-PASS: CFI common 7
-PASS: CFI common 6
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/cr16/cr16.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/cr16/pic.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/cris/cris.exp ...
- @@ -943,35 +353,6 @@
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/d30v/d30.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/dlx/alltests.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/elf/elf.exp ...
+ Running [...]/hurd/gas/testsuite/gas/cr16/cr16.exp ...
+ Running [...]/hurd/gas/testsuite/gas/cr16/pic.exp ...
+ Running [...]/hurd/gas/testsuite/gas/cris/cris.exp ...
+ @@ -957,36 +366,6 @@
+ Running [...]/hurd/gas/testsuite/gas/d30v/d30.exp ...
+ Running [...]/hurd/gas/testsuite/gas/dlx/alltests.exp ...
+ Running [...]/hurd/gas/testsuite/gas/elf/elf.exp ...
-PASS: elf ehopt0
-PASS: .file file names
-PASS: group section
-PASS: group section
+ -PASS: group section name
-PASS: group section with multiple sections of same name
-PASS: group section with multiple sections of same name
-PASS: automatic section group
@@ -879,10 +918,10 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: DWARF2 2
-PASS: DWARF2 3
-PASS: Check bad section flag
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/fr30/allinsn.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/fr30/fr30.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/frv/allinsn.exp ...
- @@ -1148,39 +529,10 @@
+ Running [...]/hurd/gas/testsuite/gas/fr30/allinsn.exp ...
+ Running [...]/hurd/gas/testsuite/gas/fr30/fr30.exp ...
+ Running [...]/hurd/gas/testsuite/gas/frv/allinsn.exp ...
+ @@ -1165,41 +544,10 @@
PASS: i386 FSGSBase (Intel disassembly)
PASS: i386 RdRnd
PASS: i386 RdRnd (Intel disassembly)
@@ -893,6 +932,8 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: i386 abs reloc
-PASS: i386 intelpic
-PASS: i386 relax
+ -PASS: i386 relax 1
+ -PASS: i386 relax 3
-PASS: i386 gotpc
-PASS: i386 dynamic tls
-PASS: i386 pic tls
@@ -919,40 +960,40 @@ Comparing [[sum_hurd]] to [[sum_linux]]:
-PASS: i386 list-2
-PASS: i386 list-3
-PASS: DWARF2 debugging information 1
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/i860/i860.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/ia64/ia64.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/ieee-fp/x930509a.exp ...
- @@ -1191,9 +543,6 @@
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/iq2000/yield.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/lm32/all.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/lns/lns.exp ...
+ Running [...]/hurd/gas/testsuite/gas/i860/i860.exp ...
+ Running [...]/hurd/gas/testsuite/gas/ia64/ia64.exp ...
+ Running [...]/hurd/gas/testsuite/gas/ieee-fp/x930509a.exp ...
+ @@ -1210,9 +558,6 @@
+ Running [...]/hurd/gas/testsuite/gas/iq2000/yield.exp ...
+ Running [...]/hurd/gas/testsuite/gas/lm32/all.exp ...
+ Running [...]/hurd/gas/testsuite/gas/lns/lns.exp ...
-PASS: lns lns-diag-1
-PASS: lns-duplicate
-PASS: lns-common-1
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/m32r/allinsn.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/m32r/error.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/m32r/m32r.exp ...
- @@ -1262,11 +611,6 @@
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/sparc/sparc.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/sun4/addend.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/symver/symver.exp ...
+ Running [...]/hurd/gas/testsuite/gas/m32r/allinsn.exp ...
+ Running [...]/hurd/gas/testsuite/gas/m32r/error.exp ...
+ Running [...]/hurd/gas/testsuite/gas/m32r/m32r.exp ...
+ @@ -1281,11 +626,6 @@
+ Running [...]/hurd/gas/testsuite/gas/sparc/sparc.exp ...
+ Running [...]/hurd/gas/testsuite/gas/sun4/addend.exp ...
+ Running [...]/hurd/gas/testsuite/gas/symver/symver.exp ...
-PASS: symver symver0
-PASS: symver symver1
-PASS: symver symver2
-PASS: symver symver3
-PASS: symver symver6
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/tic4x/tic4x.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/tic54x/tic54x.exp ...
- Running /home/tschwinge/tmp/binutils/master/gas/testsuite/gas/tic6x/tic6x.exp ...
- @@ -1281,7 +625,6 @@
-
- === gas Summary ===
-
- -# of expected passes 310
- -# of expected failures 1
- +# of expected passes 236
- ../as-new 2.20.51.20101007
-
+ Running [...]/hurd/gas/testsuite/gas/tic4x/tic4x.exp ...
+ Running [...]/hurd/gas/testsuite/gas/tic54x/tic54x.exp ...
+ Running [...]/hurd/gas/testsuite/gas/tic6x/tic6x.exp ...
+ @@ -1300,7 +640,6 @@
+
+ === gas Summary ===
+
+ -# of expected passes 315
+ -# of expected failures 1
+ +# of expected passes 238
+ ../as-new 2.20.51.20101024
+
A lot of tests are not being run. Might be due
to the tests (incorrectly / correctly) being Linux-specific.