[asan] Revert still Androind incompatible tests enabled in r349736

llvm-svn: 349740
This commit is contained in:
Vitaly Buka 2018-12-20 10:56:34 +00:00
parent 6199784c5a
commit 5538115092
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// RUN: not %run %t 2>&1 | FileCheck %s
// REQUIRES: asan-dynamic-runtime
// XFAIL: android
#if BUILD_SO
char dummy;

View File

@ -1,3 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
//
// We use fast_unwind_on_malloc=0 to have full unwinding even w/o frame
// pointers. This setting is not on by default because it's too expensive.
//