forked from OSchip/llvm-project
XFAIL some more sanitiser ARMv7l tests
Some more tests failing on the ARMv7 buildbot. llvm-svn: 219404
This commit is contained in:
parent
72a799a68a
commit
e68963a986
|
@ -6,6 +6,7 @@
|
|||
// RUN: %clangxx_asan -O2 %s -o %t && %run %t | FileCheck %s
|
||||
// RUN: %clangxx_asan -O3 %s -o %t && %run %t | FileCheck %s
|
||||
// XFAIL: arm-linux-gnueabi
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sched.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// RUN: env ASAN_OPTIONS=check_printf=1 %run %t 2>&1 | FileCheck %s
|
||||
// RUN: env ASAN_OPTIONS=check_printf=0 %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %run %t 2>&1 | FileCheck %s
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
#include <stdio.h>
|
||||
#if defined(_WIN32)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
// FIXME: printf is not intercepted on Windows yet.
|
||||
// XFAIL: win32
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
// FIXME: printf is not intercepted on Windows yet.
|
||||
// XFAIL: win32
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
// FIXME: This test produces linker errors on Darwin.
|
||||
// XFAIL: darwin
|
||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
||||
|
||||
extern "C" {
|
||||
const char *__ubsan_default_options() {
|
||||
|
|
Loading…
Reference in New Issue