summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-05 19:36:15 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-05 19:36:15 +0000
commitad59ece0e473ce0278ab3516e9d0a757955a5da1 (patch)
tree205fa2f87ba50cb1883b4035f62a9ee79d5d9440 /test/cfi
parentf4abfe4e8b3ce1faf6767300577a02cfbab6fe2b (diff)
downloadcompiler-rt-ad59ece0e473ce0278ab3516e9d0a757955a5da1.tar.gz
[cfi] Mark a test as unsupported on darwin.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/icall/external-call.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cfi/icall/external-call.c b/test/cfi/icall/external-call.c
index e90c7e042..27c447878 100644
--- a/test/cfi/icall/external-call.c
+++ b/test/cfi/icall/external-call.c
@@ -4,7 +4,8 @@
// This test uses jump tables containing PC-relative references to external
// symbols, which the Mach-O object writer does not currently support.
-// XFAIL: darwin
+// The test passes on i386 Darwin and fails on x86_64, hence unsupported instead of xfail.
+// UNSUPPORTED: darwin
#include <stdlib.h>
#include <stdio.h>