XFAIL test on Android (this is a known issue)

llvm-svn: 212211
This commit is contained in:
Alexey Samsonov 2014-07-02 20:18:41 +00:00
parent e1865a8e8c
commit cf009f8a53
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// 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