mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[asan] Revert still Androind incompatible tests enabled in r349736
llvm-svn: 349740
This commit is contained in:
parent
6199784c5a
commit
5538115092
@ -6,6 +6,7 @@
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
// REQUIRES: asan-dynamic-runtime
|
||||
// XFAIL: android
|
||||
|
||||
#if BUILD_SO
|
||||
char dummy;
|
||||
|
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user