diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-07-14 08:54:10 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-07-14 08:54:10 +0000 |
commit | c04e5a27a95288d5641826b637f070fd69d00554 (patch) | |
tree | fbe6a5e48d5476b092a5251ee0b400ebf56b233f /test/asan/TestCases/global-location.cc | |
parent | 4bc3d2f1b8539c01f9fda124764451720af65b56 (diff) | |
download | compiler-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
Diffstat (limited to 'test/asan/TestCases/global-location.cc')
-rw-r--r-- | test/asan/TestCases/global-location.cc | 3 |
1 files changed, 0 insertions, 3 deletions
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 |