[compiler-rt] [rtsan] Disable pthread_cond_wait test (PR #150807)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 26 16:29:25 PDT 2025


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 HEAD~1 HEAD --extensions cpp -- compiler-rt/test/rtsan/pthread_cond_wait.cpp
``````````

</details>

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

``````````diff
diff --git a/compiler-rt/test/rtsan/pthread_cond_wait.cpp b/compiler-rt/test/rtsan/pthread_cond_wait.cpp
index 29afbf4b0..473c95999 100644
--- a/compiler-rt/test/rtsan/pthread_cond_wait.cpp
+++ b/compiler-rt/test/rtsan/pthread_cond_wait.cpp
@@ -16,7 +16,6 @@
 int main() {
   std::cout << "Entry to main!" << std::endl;
 
-
   // TODO: This is disabled because it does cause a test failure
   /*
   std::mutex mut;

``````````

</details>


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


More information about the llvm-commits mailing list