diff options
author | Anthony Green <green@moxielogic.com> | 2016-09-04 09:17:46 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2016-09-04 09:17:46 -0400 |
commit | c5b408ee78d097a495ea12467cf082f8008c8e17 (patch) | |
tree | 7c874f5e71432ae111be2163a14c003ac6ea28a9 /testsuite/libffi.call | |
parent | 256ce51c408766d23b2707cc79b97f673750b3b9 (diff) | |
download | libffi-c5b408ee78d097a495ea12467cf082f8008c8e17.tar.gz |
xfail the unwindtest for osx as per issue #279
Diffstat (limited to 'testsuite/libffi.call')
-rw-r--r-- | testsuite/libffi.call/unwindtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.call/unwindtest.cc b/testsuite/libffi.call/unwindtest.cc index 67cfefe..77d3a74 100644 --- a/testsuite/libffi.call/unwindtest.cc +++ b/testsuite/libffi.call/unwindtest.cc @@ -4,7 +4,7 @@ PR: none. Originator: Jeff Sturm <jsturm@one-point.com> */ -/* { dg-do run } */ +/* { dg-do run { xfail x86_64-apple-darwin* } } */ #include "ffitest.h" |