This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testsuite results, binutils-2.29 branch


On 06/07/17 13:50, Matthias Klose wrote:
arm64:
Running /<<PKGBUILDDIR>>/ld/testsuite/ld-aarch64/aarch64-elf.exp ...
FAIL: ld-aarch64/dt_textrel

The tested Binutils was configured with --enable-new-dtags, so it generated extra
dtag.  "dt_textrel.d" was using ".*" to filter remaining unrelated results while
".*" seems only works on single line, we should use #pass there to be more
robust.

I will commit attached patch as obivious.

Running /<<PKGBUILDDIR>>/ld/testsuite/ld-ifunc/ifunc.exp ...
FAIL: Could not link a dynamic executable using local ifunc

Can't reproduce using latest GCC, I guess it's what's Alan explained at:

https://sourceware.org/ml/binutils/2017-07/msg00086.html

Thanks for reporting this.

ld/
2017-07-11  Jiong Wang  <jiong.wang@arm.com>

	* testsuite/ld-aarch64/dt_textrel.d: Use "#pass" instead of ".*" to
        filter out remaining lines.

diff --git a/ld/testsuite/ld-aarch64/dt_textrel.d b/ld/testsuite/ld-aarch64/dt_textrel.d
index 2dbbd2fdb68dd0b8e46017baddcd3a1b2526055d..e28d16469971e303cc9da3e19145a1e15258628e 100644
--- a/ld/testsuite/ld-aarch64/dt_textrel.d
+++ b/ld/testsuite/ld-aarch64/dt_textrel.d
@@ -3,5 +3,4 @@
 #readelf: -d
 #...
 .*TEXTREL.*
-.*
-
+#pass

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]