From d7cd93a718c0ddd67e027e42db819d6f152c3500 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Thu, 15 Sep 2016 12:20:54 +0200 Subject: [PATCH] gas: run the sparc test dcti-couples-v9 only in ELF targets. gas/ChangeLog: 2016-09-15 Jose E. Marchesi * 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. --- gas/ChangeLog | 6 ++++++ gas/testsuite/gas/sparc/sparc.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a2935347ff..c2e390a063 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-09-15 Jose E. Marchesi + + * 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 * testsuite/gas/ppc/power9.d New tests. diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index 607f53e231..cba2d099bd 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" } -- 2.34.1