[sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some config
authorRenato Golin <renato.golin@linaro.org>
Tue, 13 Dec 2016 10:22:49 +0000 (10:22 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 13 Dec 2016 10:22:49 +0000 (10:22 +0000)
llvm-svn: 289526

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 44cdd83..841d050 100644 (file)
@@ -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"
index f900125..13ef9cb 100644 (file)
@@ -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