Skip to content

Commit 52ebd8d

Browse files
authored
[tsan] Enable test on linux (#99659)
It passes as-is on my system.
1 parent 56535a0 commit 52ebd8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler-rt/test/tsan/debug_alloc_stack.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clangxx_tsan -O0 %s -o %t
22
// RUN: env %env_tsan_opts=stack_trace_format=DEFAULT %deflake %run %t 2>&1 | FileCheck %s
33

4-
// Until I figure out how to make this test work on Linux
5-
// REQUIRES: system-darwin
6-
74
#include "test.h"
85
#include <pthread.h>
96
#include <stdint.h>

0 commit comments

Comments
 (0)