[compiler-rt] r289526 - [sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some config

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 02:22:52 PST 2016


Author: rengolin
Date: Tue Dec 13 04:22:49 2016
New Revision: 289526

URL: http://llvm.org/viewvc/llvm-project?rev=289526&view=rev
Log:
[sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some config

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc
    compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc?rev=289526&r1=289525&r2=289526&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc Tue Dec 13 04:22:49 2016
@@ -1,7 +1,7 @@
 // Tests trace pc guard coverage collection.
 //
-// REQUIRES: has_sancovcc
-// XFAIL: tsan,arm,aarch64,darwin,powerpc64
+// REQUIRES: has_sancovcc,stable-runtime
+// XFAIL: tsan,darwin,powerpc64
 //
 // RUN: DIR=%t_workdir
 // RUN: CLANG_ARGS="-O0 -fsanitize-coverage=trace-pc-guard"

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc?rev=289526&r1=289525&r2=289526&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc Tue Dec 13 04:22:49 2016
@@ -1,7 +1,7 @@
 // Tests trace pc guard coverage collection.
 //
-// REQUIRES: has_sancovcc
-// XFAIL: tsan,arm,aarch64,darwin,powerpc64
+// REQUIRES: has_sancovcc,stable-runtime
+// XFAIL: tsan,darwin,powerpc64
 //
 // RUN: DIR=%t_workdir
 // RUN: rm -rf $DIR




More information about the llvm-commits mailing list