From 52ebd8d0577e07be9c25b56656d1974a84c40bf7 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 23 Jul 2024 18:12:11 -0700 Subject: [PATCH] [tsan] Enable test on linux (#99659) It passes as-is on my system. --- compiler-rt/test/tsan/debug_alloc_stack.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/tsan/debug_alloc_stack.cpp b/compiler-rt/test/tsan/debug_alloc_stack.cpp index 70e9759f0af637..8fbcf232a1ac7f 100644 --- a/compiler-rt/test/tsan/debug_alloc_stack.cpp +++ b/compiler-rt/test/tsan/debug_alloc_stack.cpp @@ -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 #include