[asan] Remove XFAIL:android from 2 newly passing tests.

Fixed in r212872.

llvm-svn: 212926
This commit is contained in:
Evgeniy Stepanov 2014-07-14 08:54:10 +00:00
parent c2920ff747
commit 6c254aa70e
2 changed files with 0 additions and 6 deletions

View File

@ -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 {

View File

@ -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