[compiler-rt] r349585 - [asan] Disable ODR test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 16:07:26 PST 2018


Author: vitalybuka
Date: Tue Dec 18 16:07:25 2018
New Revision: 349585

URL: http://llvm.org/viewvc/llvm-project?rev=349585&view=rev
Log:
[asan] Disable ODR test on Android

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc?rev=349585&r1=349584&r2=349585&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/odr-vtable.cc Tue Dec 18 16:07:25 2018
@@ -1,3 +1,6 @@
+// FIXME: Same as test/asan/TestCases/Linux/odr-violation.cc ?
+// XFAIL: android
+
 // RUN: %clangxx_asan -fno-rtti -DBUILD_SO1 -fPIC -shared %s -o %t1.so
 // RUN: %clangxx_asan -fno-rtti -DBUILD_SO2 -fPIC -shared %s -o %t2.so
 // RUN: %clangxx_asan -fno-rtti %t1.so %t2.so %s -Wl,-R. -o %t




More information about the llvm-commits mailing list