diff options
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc index ebbaeaa51f9..44fe9c0e5d4 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc @@ -1,7 +1,8 @@ // Tests trace pc guard coverage collection. // // REQUIRES: has_sancovcc,stable-runtime -// XFAIL: tsan,darwin,powerpc64,s390x +// XFAIL: tsan,darwin +// TODO: this will fail on powerpc64,s390x once sancov will be called. // // RUN: DIR=%t_workdir // RUN: rm -rf $DIR |