[compiler-rt] [tsan] Enable test on linux (PR #99659)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 08:34:01 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/99659

It pass as-is on my system.


>From bd01219cb49dcfcebad5eddf9dd0e9a792290a16 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Fri, 19 Jul 2024 08:33:51 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
 =?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Created using spr 1.3.4
---
 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 70e9759f0af63..8fbcf232a1ac7 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 <pthread.h>
 #include <stdint.h>



More information about the llvm-commits mailing list