This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: New GAS testsuite failures for SPARC target
- From: jose dot marchesi at oracle dot com (Jose E. Marchesi)
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Thu, 15 Sep 2016 12:23:51 +0200
- Subject: Re: New GAS testsuite failures for SPARC target
- Authentication-results: sourceware.org; auth=none
- References: <87sht1pkcc.fsf@redhat.com>
My regression tester is showing up a new GAS testsuite failure for a
couple of sparc targets:
Checking Binutils in: sparc-coff ... GAS: 1 done
GAS REGRESSION: dcti couples (v9)
Checking Binutils in: sparc-aout ... GAS: 1 LD: 1 done
GAS REGRESSION: dcti couples (v9)
Could you look into it please ?
Ugh, I totally forgot about the spurious aout+coff failures in
dump_tests. Just pushed the obvious patch below.
commit d7cd93a718c0ddd67e027e42db819d6f152c3500
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date: Thu Sep 15 12:20:54 2016 +0200
gas: run the sparc test dcti-couples-v9 only in ELF targets.
gas/ChangeLog:
2016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
* testsuite/gas/sparc/sparc.exp (gas_64_check): Run
dcti-couples-v9 only in ELF targets to avoid spurious failures in
sparc-aout and sparc-coff targets.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a293534..c2e390a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
+ dcti-couples-v9 only in ELF targets to avoid spurious failures in
+ sparc-aout and sparc-coff targets.
+
2016-09-14 Peter Bergner <bergner@vnet.ibm.com>
* testsuite/gas/ppc/power9.d <slbiag, cpabort> New tests.
diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp
index 607f53e..cba2d09 100644
--- a/gas/testsuite/gas/sparc/sparc.exp
+++ b/gas/testsuite/gas/sparc/sparc.exp
@@ -70,6 +70,7 @@ if [istarget sparc*-*-*] {
run_dump_test "xcrypto"
run_dump_test "v9branch1"
run_dump_test "imm-plus-rreg"
+ run_dump_test "dcti-couples-v9"
}
if [gas_64_check] {
@@ -99,7 +100,6 @@ if [istarget sparc*-*-*] {
run_dump_test "pr19910-1"
run_list_test "pr19910-2"
run_dump_test "dcti-couples-v8"
- run_dump_test "dcti-couples-v9"
run_dump_test "dcti-couples-v9c"
}