summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2017-01-05 04:46:19 +0000
committerMike Aizatsky <aizatsky@chromium.org>2017-01-05 04:46:19 +0000
commitc78647955f4877d403479645150c4a67c9849631 (patch)
tree02299c8d3b515cd6e4f68f0ed97bdef939bf5b21
parent130351070a2ccbabc6eb91fe7e3b4b329ecbc2f2 (diff)
downloadcompiler-rt-c78647955f4877d403479645150c4a67c9849631.tar.gz
[sancov] enabling tests on ppc and s390
The reason they should have failed: absent sancov. In this test (vs the trace_pc_guard test) sancov is not yet called (not implemented). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@291080 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc b/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc
index ebbaeaa51..44fe9c0e5 100644
--- a/test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc
+++ b/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