[compiler-rt] r212211 - XFAIL test on Android (this is a known issue)

Alexey Samsonov vonosmas at gmail.com
Wed Jul 2 13:18:41 PDT 2014


Author: samsonov
Date: Wed Jul  2 15:18:41 2014
New Revision: 212211

URL: http://llvm.org/viewvc/llvm-project?rev=212211&view=rev
Log:
XFAIL test on Android (this is a known issue)

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

Modified: compiler-rt/trunk/test/asan/TestCases/global-location.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/global-location.cc?rev=212211&r1=212210&r2=212211&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/global-location.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/global-location.cc Wed Jul  2 15:18:41 2014
@@ -1,3 +1,6 @@
+// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=264
+// XFAIL: android
+
 // RUN: %clangxx_asan -O2 %s -o %t
 // RUN: not %run %t g 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=GLOB
 // RUN: not %run %t c 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CLASS_STATIC





More information about the llvm-commits mailing list