[compiler-rt] [NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for now (PR #90750)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 10:23:13 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 7396ab1210a2aeee6bab5b73ec6d02975ba51b93 3c90238d63d1e8994cad36d19542182e8c96e3e8 -- compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
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 b89ac3b036..ee47a1228f 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
@@ -2,7 +2,7 @@
 
 // REQUIRES: has_sancovcc
 // UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
-// This test is failing for lsan on darwin on x86_64h. 
+// This test is failing for lsan on darwin on x86_64h.
 // UNSUPPORTED: darwin && x86-target-arch && lsan
 // XFAIL: tsan
 // XFAIL: android && asan

``````````

</details>


https://github.com/llvm/llvm-project/pull/90750


More information about the llvm-commits mailing list