From 7acb68b80be637e2364902aa79933d6966de822c Mon Sep 17 00:00:00 2001 From: Julian Lettner Date: Tue, 11 Jan 2022 15:34:46 -0800 Subject: [PATCH] [NFC] Fixup for comment --- compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp b/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp index d133dcb..9f006ab 100644 --- a/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp +++ b/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp @@ -20,7 +20,6 @@ // These tests are currently crashing on ppc64: // https://reviews.llvm.org/D110546#3025422 // due to the way we create thread contexts -// (but they crashed on Mac with normal pthread_create as well). // There must be some difference in thread initialization // between normal execution and unit tests. # define TRACE_TEST(SUITE, NAME) TEST(SUITE, DISABLED_##NAME) -- 2.7.4