Skip to content

Commit

Permalink
[lsan] Disable test with barriers on Darwin (#112810)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Oct 18, 2024
1 parent 44b020a commit bbccc52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/lsan/TestCases/print_threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

// XFAIL: hwasan

// No pthread barriers on Darwin.
// UNSUPPORTED: darwin

#include <assert.h>
#include <pthread.h>
#include <sanitizer/lsan_interface.h>
Expand Down

0 comments on commit bbccc52

Please sign in to comment.