forked from OSchip/llvm-project
[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:
parent
6d500c5560
commit
7dee008911
|
@ -2,8 +2,7 @@
|
||||||
// inside the class.
|
// inside the class.
|
||||||
// RUN: %clangxx_asan %s -o %t && %run %t
|
// RUN: %clangxx_asan %s -o %t && %run %t
|
||||||
//
|
//
|
||||||
// XFAIL: android
|
// XFAIL: arm
|
||||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in New Issue