diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2018-07-30 20:05:24 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2018-07-30 20:05:24 +0000 |
| commit | 0c234517fdc3340d5c28b0cead4d6eae17b8750f (patch) | |
| tree | 37bc9909a9c0fd54bdcf543af45c44737a734909 | |
| parent | f729df821a96de320e913a7a931d8357d5219206 (diff) | |
| download | bcm5719-llvm-0c234517fdc3340d5c28b0cead4d6eae17b8750f.tar.gz bcm5719-llvm-0c234517fdc3340d5c28b0cead4d6eae17b8750f.zip | |
[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
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c | 5 |
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 |

