summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-14 08:54:10 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-07-14 08:54:10 +0000
commitc04e5a27a95288d5641826b637f070fd69d00554 (patch)
treefbe6a5e48d5476b092a5251ee0b400ebf56b233f
parent4bc3d2f1b8539c01f9fda124764451720af65b56 (diff)
downloadcompiler-rt-c04e5a27a95288d5641826b637f070fd69d00554.tar.gz
[asan] Remove XFAIL:android from 2 newly passing tests.
Fixed in r212872. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212926 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/global-demangle.cc3
-rw-r--r--test/asan/TestCases/global-location.cc3
2 files changed, 0 insertions, 6 deletions
diff --git a/test/asan/TestCases/global-demangle.cc b/test/asan/TestCases/global-demangle.cc
index 2bfa0d108..5f7ff91b1 100644
--- a/test/asan/TestCases/global-demangle.cc
+++ b/test/asan/TestCases/global-demangle.cc
@@ -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 {
diff --git a/test/asan/TestCases/global-location.cc b/test/asan/TestCases/global-location.cc
index 2f72bede4..795e50bf6 100644
--- a/test/asan/TestCases/global-location.cc
+++ b/test/asan/TestCases/global-location.cc
@@ -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