div64-unwinding.c: Skip, don't xfail, for GNU/Linux.
authorJanis Johnson <janisjo@codesourcery.com>
Fri, 12 Oct 2012 19:36:45 +0000 (19:36 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 12 Oct 2012 19:36:45 +0000 (19:36 +0000)
* gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for
GNU/Linux.

From-SVN: r192410

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/div64-unwinding.c

index 2a107a3e19827daf9a113c9edec1531faef41ec5..12cedf9c0f49a4986e6bc3a90976de929eced17b 100644 (file)
@@ -1,5 +1,8 @@
 2012-10-12  Janis Johnson  <janisjo@codesourcery.com>
 
+       * gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for
+       GNU/Linux.
+
        * lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
        Return 0 if already specifying -mfloat-abi other than hard.
 
index d10fb2bdd5bd98962cef1f4f4f464fb8aeb74ef9..7f112eeab9f57f9687cad87cd6a031726f1d9728 100644 (file)
@@ -1,7 +1,6 @@
 /* Performing a 64-bit division should not pull in the unwinder.  */
 
-/* The test is expected to fail for GNU/Linux; see PR54723.  */
-/* { dg-do run { xfail *-*-linux* } } */
+/* { dg-do run { target { ! *-*-linux* } } } */
 /* { dg-options "-O0" } */
 
 #include <stdlib.h>