Skip to content

Commit 34bd253

Browse files
vitalybukayuxuanchen1997
authored andcommitted
[tsan] Enable test on linux (#99659)
Summary: It passes as-is on my system. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250714
1 parent 7cdd3ef commit 34bd253

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)