forked from OSchip/llvm-project
[ASan] Disable alloca tests on ARM targets due to flakiness.
llvm-svn: 238426
This commit is contained in:
parent
7daee53732
commit
83aaa8e05c
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue