forked from OSchip/llvm-project
[asan] Remove XFAIL:android from 2 newly passing tests.
Fixed in r212872. llvm-svn: 212926
This commit is contained in:
parent
c2920ff747
commit
6c254aa70e
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue