[sancov] Disable failing test on SystemZ as well
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 13 Dec 2016 14:44:25 +0000 (14:44 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 13 Dec 2016 14:44:25 +0000 (14:44 +0000)
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

compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc

index 841d050..f106092 100644 (file)
@@ -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"
index 13ef9cb..305d756 100644 (file)
@@ -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