Expect the objcopy without global symbols test to fail for ARM and AArch64 targets.
authorNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2016 09:32:45 +0000 (10:32 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2016 09:34:08 +0000 (10:34 +0100)
* testsuite/binutils-all/objcopy.exp
(objcopy_test_without_global_symbol): Expect this test to fail on
the AArch64 and ARM targets, since they preserve their mapping
symbols.

binutils/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index aac034f466efb67900008d7b512cff75a40b12dd..83fde8194877891231283b7dda66e408a5891671 100644 (file)
@@ -1,3 +1,10 @@
+2016-07-01  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/binutils-all/objcopy.exp
+       (objcopy_test_without_global_symbol): Expect this test to fail on
+       the AArch64 and ARM targets, since they preserve their mapping
+       symbols.
+
 2016-07-01  Tristan Gingold  <gingold@adacore.com>
 
        * NEWS: Add marker for 2.27.
index c33b6011750dffc42e27b98ae66216bd97671054..ccd442210181f21f87473d7146f2786d40ed5d44 100644 (file)
@@ -1159,4 +1159,8 @@ proc objcopy_test_without_global_symbol { } {
     pass $test
 }
 
+# The AArch64 and ARM targets preserve mapping symbols
+# in object files, so they will fail this test.
+setup_xfail aarch64*-*-* arm*-*-*
+
 objcopy_test_without_global_symbol
This page took 0.025401 seconds and 4 git commands to generate.