From 50d4ec66d4dbc8920d4ecacb557093cc500fcb8f Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 13 Dec 2016 14:44:25 +0000 Subject: [PATCH] [sancov] Disable failing test on SystemZ as well This doesn't work at all on big-endian systems, even just reading in the magic bytes in the binary .sancov file header gets byte order wrong. llvm-svn: 289539 --- .../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 2 +- .../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc index 841d050..f106092 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc @@ -1,7 +1,7 @@ // Tests trace pc guard coverage collection. // // REQUIRES: has_sancovcc,stable-runtime -// XFAIL: tsan,darwin,powerpc64 +// XFAIL: tsan,darwin,powerpc64,s390x // // RUN: DIR=%t_workdir // RUN: CLANG_ARGS="-O0 -fsanitize-coverage=trace-pc-guard" diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc index 13ef9cb..305d756 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc @@ -1,7 +1,7 @@ // Tests trace pc guard coverage collection. // // REQUIRES: has_sancovcc,stable-runtime -// XFAIL: tsan,darwin,powerpc64 +// XFAIL: tsan,darwin,powerpc64,s390x // // RUN: DIR=%t_workdir // RUN: rm -rf $DIR -- 2.7.4