[compiler-rt] r218663 - [asan] Re-enable lsan_annotations test on Android.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Sep 30 04:11:59 PDT 2014


Author: eugenis
Date: Tue Sep 30 06:11:59 2014
New Revision: 218663

URL: http://llvm.org/viewvc/llvm-project?rev=218663&view=rev
Log:
[asan] Re-enable lsan_annotations test on Android.

Was fixed by r218605.

Modified:
    compiler-rt/trunk/test/asan/TestCases/lsan_annotations.cc

Modified: compiler-rt/trunk/test/asan/TestCases/lsan_annotations.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/lsan_annotations.cc?rev=218663&r1=218662&r2=218663&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/lsan_annotations.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/lsan_annotations.cc Tue Sep 30 06:11:59 2014
@@ -1,6 +1,3 @@
-// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
-// XFAIL: android
-//
 // Check that LSan annotations work fine.
 // RUN: %clangxx_asan -O0 %s -o %t && %run %t
 // RUN: %clangxx_asan -O3 %s -o %t && %run %t





More information about the llvm-commits mailing list