This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Skip ARM v8 tests for COFF based targets.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aed5fc75effd85f103584153377febc6a201bab9

commit aed5fc75effd85f103584153377febc6a201bab9
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jan 20 15:00:57 2016 +0000

    Skip ARM v8 tests for COFF based targets.

Diff:
---
 gas/ChangeLog                        | 7 +++++++
 gas/testsuite/gas/arm/archv8m-base.d | 1 +
 gas/testsuite/gas/arm/archv8m-main.d | 1 +
 gas/testsuite/gas/arm/armv8_2-a.d    | 1 +
 4 files changed, 10 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5a85d1f..a8fbb10 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-20  Nick Clifton  <nickc@redhat.com>
+
+	PR 19458
+	* testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
+	* testsuite/gas/arm/archv8m-main.d: Likewise.
+	* testsuite/gas/arm/archv8m-base.d: Likewise.
+
 2016-01-20  Matthew Wahab  <matthew.wahab@arm.com>
 
 	* testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
diff --git a/gas/testsuite/gas/arm/archv8m-base.d b/gas/testsuite/gas/arm/archv8m-base.d
index 00331c3..60df240 100644
--- a/gas/testsuite/gas/arm/archv8m-base.d
+++ b/gas/testsuite/gas/arm/archv8m-base.d
@@ -2,6 +2,7 @@
 #source: archv8m.s
 #as: -march=armv8-m.base
 #objdump: -dr --prefix-addresses --show-raw-insn
+#skip: *-*-pe *-wince-* *-*-coff
 
 .*: +file format .*arm.*
 
diff --git a/gas/testsuite/gas/arm/archv8m-main.d b/gas/testsuite/gas/arm/archv8m-main.d
index c86bab3..055721a 100644
--- a/gas/testsuite/gas/arm/archv8m-main.d
+++ b/gas/testsuite/gas/arm/archv8m-main.d
@@ -2,6 +2,7 @@
 #source: archv8m.s
 #as: -march=armv8-m.main
 #objdump: -dr --prefix-addresses --show-raw-insn
+#skip: *-*-pe *-wince-* *-*-coff
 
 .*: +file format .*arm.*
 
diff --git a/gas/testsuite/gas/arm/armv8_2-a.d b/gas/testsuite/gas/arm/armv8_2-a.d
index 92845de..bf8c011 100644
--- a/gas/testsuite/gas/arm/armv8_2-a.d
+++ b/gas/testsuite/gas/arm/armv8_2-a.d
@@ -1,5 +1,6 @@
 #name: ARMv8.2-A
 #objdump: -dr
+#skip: *-*-pe *-wince-* *-*-coff
 
 .*: +file format .*arm.*


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