aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/ubsan
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-07-30 20:05:24 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-07-30 20:05:24 +0000
commit0c234517fdc3340d5c28b0cead4d6eae17b8750f (patch)
tree37bc9909a9c0fd54bdcf543af45c44737a734909 /compiler-rt/test/ubsan
parentf729df821a96de320e913a7a931d8357d5219206 (diff)
downloadllvm-0c234517fdc3340d5c28b0cead4d6eae17b8750f.zip
llvm-0c234517fdc3340d5c28b0cead4d6eae17b8750f.tar.gz
llvm-0c234517fdc3340d5c28b0cead4d6eae17b8750f.tar.bz2
[compiler-rt] integer-truncation-blacklist.c: XFAIL on android/ios
The Builder sanitizer-x86_64-linux-android is failing starting with rL338287 / D48959. It runs the tests via android_compile.py, so i'm not sure this is actually *this* issue: https://code.google.com/p/address-sanitizer/issues/detail?id=316 but this seems oddly similar to the other XFAIL'ed cases... Right now that seems to be the only failing builder, so i *think* it makes sense to try to just blacklist it for now. llvm-svn: 338296
Diffstat (limited to 'compiler-rt/test/ubsan')
-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 221c04b..13d4dca 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