[ASan] Disable alloca tests on ARM targets due to flakiness.

llvm-svn: 238426
This commit is contained in:
Yury Gribov 2015-05-28 14:29:12 +00:00
parent 7daee53732
commit 83aaa8e05c
4 changed files with 4 additions and 8 deletions

View File

@ -1,8 +1,7 @@
// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
// RUN: %run %t 2>&1
//
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
// REQUIRES: stable-runtime
// This testcase checks that allocas and VLAs inside loop are correctly unpoisoned.

View File

@ -1,8 +1,7 @@
// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
// RUN: %run %t 2>&1
//
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
// REQUIRES: stable-runtime
// XFAIL: powerpc64
// This testcase checks correct interaction between VLAs and allocas.

View File

@ -1,8 +1,7 @@
// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
//
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
// REQUIRES: stable-runtime
#include <assert.h>
#include <stdint.h>

View File

@ -1,8 +1,7 @@
// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
//
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
// REQUIRES: stable-runtime
#include <assert.h>
#include <stdint.h>