Skip to content

[lsan] Disable test with barriers on Darwin #112810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

vitalybuka
Copy link
Collaborator

No description provided.

Created using spr 1.3.4
@vitalybuka vitalybuka added skip-precommit-approval PR for CI feedback, not intended for review and removed compiler-rt compiler-rt:lsan Leak sanitizer compiler-rt:sanitizer labels Oct 18, 2024
@vitalybuka vitalybuka merged commit bbccc52 into main Oct 18, 2024
10 of 12 checks passed
@vitalybuka vitalybuka deleted the users/vitalybuka/spr/lsan-disable-test-with-barriers-on-darwin branch October 18, 2024 02:23
@llvmbot
Copy link
Member

llvmbot commented Oct 18, 2024

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Vitaly Buka (vitalybuka)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/112810.diff

1 Files Affected:

  • (modified) compiler-rt/test/lsan/TestCases/print_threads.c (+3)
diff --git a/compiler-rt/test/lsan/TestCases/print_threads.c b/compiler-rt/test/lsan/TestCases/print_threads.c
index b3072da93fab62..a9389412af1ccf 100644
--- a/compiler-rt/test/lsan/TestCases/print_threads.c
+++ b/compiler-rt/test/lsan/TestCases/print_threads.c
@@ -2,6 +2,9 @@
 
 // XFAIL: hwasan
 
+// No pthread barriers on Darwin.
+// UNSUPPORTED: darwin
+
 #include <assert.h>
 #include <pthread.h>
 #include <sanitizer/lsan_interface.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-precommit-approval PR for CI feedback, not intended for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants