[compiler-rt] integer-truncation-blacklist.c: XFAIL on android/ios
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 30 Jul 2018 20:05:24 +0000 (20:05 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 30 Jul 2018 20:05:24 +0000 (20:05 +0000)
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

compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c

index 221c04b..13d4dca 100644 (file)
@@ -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