summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c b/compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c
index 221c04b60c1..13d4dca4ff1 100644
--- a/compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c
+++ b/compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c
@@ -1,3 +1,8 @@
+// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
+// I'm not sure this is actually *that* issue, but this seems oddly similar to the other XFAIL'ed cases.
+// XFAIL: android
+// UNSUPPORTED: ios
+
// RUN: rm -f %tmp
// RUN: echo "[implicit-integer-truncation]" >> %tmp
// RUN: echo "fun:*implicitTruncation*" >> %tmp
OpenPOWER on IntegriCloud