Skip to content

Commit

Permalink
[test][sanitizer] Disable create_thread_loop on Darwin
Browse files Browse the repository at this point in the history
create_thread_loop can time out sometimes on macOS CI.

Differential Revision: https://reviews.llvm.org/D157291
  • Loading branch information
cachemeifyoucan committed Aug 8, 2023
1 parent 925ec54 commit 97fd8d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// RUN: %clangxx -O3 -pthread %s -o %t && %run %t 1000

// Inconsistently fails on Android.
// UNSUPPORTED: android
// Inconsistently fails on Android and can timeout on darwin platforms.
// UNSUPPORTED: android, darwin

#include <pthread.h>
#include <stdlib.h>
Expand Down

0 comments on commit 97fd8d2

Please sign in to comment.