[compiler-rt] f1806f9 - [sanitizer] Enable trace pc guard coverage test on PPC64/s390x/MIPS
Ben Shi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 24 17:43:49 PST 2022
Author: Xiaodong Liu
Date: 2022-02-25T09:42:22+08:00
New Revision: f1806f967de0906779bb4a4285d2f6bfec244dab
URL: https://github.com/llvm/llvm-project/commit/f1806f967de0906779bb4a4285d2f6bfec244dab
DIFF: https://github.com/llvm/llvm-project/commit/f1806f967de0906779bb4a4285d2f6bfec244dab.diff
LOG: [sanitizer] Enable trace pc guard coverage test on PPC64/s390x/MIPS
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D120472
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp
index 3316c5d72fb0f..a7381fa67cea2 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp
@@ -1,8 +1,8 @@
// Tests trace pc guard coverage collection.
-// REQUIRES: has_sancovcc,stable-runtime
+// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan
-// XFAIL: tsan,darwin,powerpc64,s390x,mips
+// XFAIL: tsan,darwin
// XFAIL: android && asan
// RUN: DIR=%t_workdir
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index b151fc247dcf9..eb052fed8d462 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -1,8 +1,8 @@
// Tests trace pc guard coverage collection.
-// REQUIRES: has_sancovcc,stable-runtime
+// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan,i386-darwin
-// XFAIL: tsan,powerpc64,s390x,mips
+// XFAIL: tsan
// XFAIL: android && asan
// RUN: DIR=%t_workdir
More information about the llvm-commits
mailing list