[asan] Disable array cookie test on ARM, enable on Android/x86.

The failure is caused by the missing implementation of array cookie
poisoning in Clang for ARMCXXABI and has nothing to do with Android
(and the test passes on Android/x86).

llvm-svn: 246832
This commit is contained in:
Evgeniy Stepanov 2015-09-04 01:15:28 +00:00
parent 6d500c5560
commit 7dee008911
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
// inside the class.
// RUN: %clangxx_asan %s -o %t && %run %t
//
// XFAIL: android
// XFAIL: armv7l-unknown-linux-gnueabihf
// XFAIL: arm
#include <new>
#include <stdlib.h>
#include <stdint.h>