[compiler-rt] r212926 - [asan] Remove XFAIL:android from 2 newly passing tests.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Jul 14 01:54:10 PDT 2014


Author: eugenis
Date: Mon Jul 14 03:54:10 2014
New Revision: 212926

URL: http://llvm.org/viewvc/llvm-project?rev=212926&view=rev
Log:
[asan] Remove XFAIL:android from 2 newly passing tests.

Fixed in r212872.

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

Modified: compiler-rt/trunk/test/asan/TestCases/global-demangle.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/global-demangle.cc?rev=212926&r1=212925&r2=212926&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/global-demangle.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/global-demangle.cc Mon Jul 14 03:54:10 2014
@@ -1,6 +1,3 @@
-// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=264
-// XFAIL: android
-//
 // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
 
 namespace XXX {

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=212926&r1=212925&r2=212926&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/global-location.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/global-location.cc Mon Jul 14 03:54:10 2014
@@ -1,6 +1,3 @@
-// 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