summaryrefslogtreecommitdiff
path: root/test/cfi/icall/external-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/icall/external-call.c')
-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>