[all-commits] [llvm/llvm-project] 7338be: [tsan] Disable Trace.MemoryAccessSize on Mac
Alexander Potapenko via All-commits
all-commits at lists.llvm.org
Wed Aug 18 06:09:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7338be0e6e8d09187f858d087df26914d201cb79
https://github.com/llvm/llvm-project/commit/7338be0e6e8d09187f858d087df26914d201cb79
Author: Alexander Potapenko <glider at google.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp
Log Message:
-----------
[tsan] Disable Trace.MemoryAccessSize on Mac
According to comments at https://reviews.llvm.org/D107911,
Trace.MemoryAccessSize fails on Mac buildbots.
Because this test is newly introduced, and is the only user of the code
added in that patch, disable the test on Mac till the problem is
resolved.
Differential Revision: https://reviews.llvm.org/D108294
More information about the All-commits
mailing list