Skip to content

Commit b093abb

Browse files
hctimyuxuanchen1997
authored andcommitted
Revert "[tsan] Enable test on linux (#99659)"
Summary: This reverts commit 52ebd8d. Missing declaration for gettid() on the buildbot (https://lab.llvm.org/buildbot/#/builders/72/builds/1592) and unfortunately a fix-forward attempt for unistd.h didn't work (de8c4be). Reverting for now. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250634
1 parent 8e89674 commit b093abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/tsan/debug_alloc_stack.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
#include "test.h"
58
#include <pthread.h>
69
#include <stdint.h>

0 commit comments

Comments
 (0)