[compiler-rt] r351184 - [compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on android, un-XFAIL it.
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 02:48:51 PST 2019
Author: lebedevri
Date: Tue Jan 15 02:48:51 2019
New Revision: 351184
URL: http://llvm.org/viewvc/llvm-project?rev=351184&view=rev
Log:
[compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on android, un-XFAIL it.
Modified:
compiler-rt/trunk/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp
Modified: compiler-rt/trunk/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp?rev=351184&r1=351183&r2=351184&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Pointer/alignment-assumption-blacklist.cpp Tue Jan 15 02:48:51 2019
@@ -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
More information about the llvm-commits
mailing list