diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-15 10:48:51 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-15 10:48:51 +0000 |
| commit | 0aa9153d4806e3d89fd46a62b5122088f8de1b3c (patch) | |
| tree | bd736edf13d6c3f0741d32287e1a48b55c3de592 | |
| parent | 80242ee87eb2220759c9b1cb06191147f57587aa (diff) | |
| download | bcm5719-llvm-0aa9153d4806e3d89fd46a62b5122088f8de1b3c.tar.gz bcm5719-llvm-0aa9153d4806e3d89fd46a62b5122088f8de1b3c.zip | |
[compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on android, un-XFAIL it.
llvm-svn: 351184
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp b/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp index b76cd0e863a..c0c7b373f62 100644 --- a/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp +++ b/compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp @@ -1,8 +1,3 @@ -// 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: %clang -fsanitize=alignment -fno-sanitize-recover=alignment -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s --implicit-check-not=" assumption " // RUN: rm -f %tmp |

