forked from OSchip/llvm-project
[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
This commit is contained in:
parent
c93cc5955f
commit
50d4ec66d4
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue