[sanitizer] Fix check for i386 Android in lit tests

llvm-svn: 313452
This commit is contained in:
Vitaly Buka 2017-09-16 07:56:06 +00:00
parent 8374ffde08
commit 9f1c0d4970
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
// RUN: %env_tool_opts=decorate_proc_maps=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%tool_name
// REQUIRES: stable-runtime
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
#include <errno.h>
#include <fcntl.h>

View File

@ -1,7 +1,7 @@
// RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s
// REQUIRES: stable-runtime
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
#include <assert.h>
#include <stdio.h>

View File

@ -5,7 +5,7 @@
// RUN: not %run %t %t-out && FileCheck < %t-out %s
// REQUIRES: stable-runtime
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
// FIXME: implement SEGV handler in other sanitizers, not just asan.
// XFAIL: msan
// XFAIL: lsan

View File

@ -3,7 +3,7 @@
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: i386-darwin
// XFAIL: ubsan,tsan
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
// RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb,no-prune 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 3
// RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 2

View File

@ -3,7 +3,7 @@
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: ubsan
// XFAIL: tsan,darwin,powerpc64,s390x,mips
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
// RUN: DIR=%t_workdir
// RUN: CLANG_ARGS="-O0 -fsanitize-coverage=trace-pc-guard"

View File

@ -3,7 +3,7 @@
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: ubsan,i386-darwin
// XFAIL: tsan,powerpc64,s390x,mips
// XFAIL: android && i386 && asan
// XFAIL: android && i386-target-arch && asan
// RUN: DIR=%t_workdir
// RUN: rm -rf $DIR