Commit c5b408ee78d097a495ea12467cf082f8008c8e17

Anthony Green 2016-09-04T09:17:46

xfail the unwindtest for osx as per issue #279

1
2
3
4
5
6
7
8
9
10
11
12
13
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"