From: Julian Lettner Date: Tue, 11 Jan 2022 23:34:46 +0000 (-0800) Subject: [NFC] Fixup for comment X-Git-Tag: upstream/15.0.7~20874 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7acb68b80be637e2364902aa79933d6966de822c;p=platform%2Fupstream%2Fllvm.git [NFC] Fixup for comment --- 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)