summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-02-08 15:18:19 -0500
committerAnthony Green <green@moxielogic.com>2013-02-08 15:18:19 -0500
commit63ba1fa79f7c4ce42de848debe233aab31aecb51 (patch)
tree10e87b452a631d9faf050f0174c89a1117a511a9 /testsuite
parent24fbca4c1d57d4ea628c0a8ba643684daf54a37e (diff)
downloadlibffi-63ba1fa79f7c4ce42de848debe233aab31aecb51.tar.gz
Remove xfail for arm*-*-*.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libffi.call/cls_longdouble.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/libffi.call/cls_longdouble.c b/testsuite/libffi.call/cls_longdouble.c
index e6bac1f..5dc9ac7 100644
--- a/testsuite/libffi.call/cls_longdouble.c
+++ b/testsuite/libffi.call/cls_longdouble.c
@@ -5,7 +5,9 @@
Originator: Blake Chaffin */
/* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have
+ remove the xfail for arm*-*-* below, until we know more. */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
/* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
/* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */