[tsan] Disable Trace.MemoryAccessSize on Mac
authorAlexander Potapenko <glider@google.com>
Wed, 18 Aug 2021 12:33:14 +0000 (14:33 +0200)
committerAlexander Potapenko <glider@google.com>
Wed, 18 Aug 2021 13:09:36 +0000 (15:09 +0200)
commit7338be0e6e8d09187f858d087df26914d201cb79
tree42b61b9bfdfeb7025c88733b596d651c84931951
parent01666904013c1514b16ace896ba346d1273a034f
[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
compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp