Skip to content

Commit

Permalink
[tsan] Enable test on linux (#99659)
Browse files Browse the repository at this point in the history
It passes as-is on my system.
  • Loading branch information
vitalybuka authored Jul 24, 2024
1 parent 56535a0 commit 52ebd8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler-rt/test/tsan/debug_alloc_stack.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %clangxx_tsan -O0 %s -o %t
// RUN: env %env_tsan_opts=stack_trace_format=DEFAULT %deflake %run %t 2>&1 | FileCheck %s

// Until I figure out how to make this test work on Linux
// REQUIRES: system-darwin

#include "test.h"
#include <pthread.h>
#include <stdint.h>
Expand Down

0 comments on commit 52ebd8d

Please sign in to comment.