Expect the 'objcopy without global symbols' test to fail for AArch64 and ARM targets.
authorNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2016 09:35:53 +0000 (10:35 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 1 Jul 2016 09:35:53 +0000 (10:35 +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 fbdc28f..d81e970 100644 (file)
@@ -1,3 +1,13 @@
+2016-07-01  Nick Clifton  <nickc@redhat.com>
+
+       * Import this patch from the mainline:
+       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>
 
        * configure: Regenerate.
index c33b601..ccd4422 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