This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Disable Trace.MemoryAccessSize on Mac
ClosedPublic

Authored by glider on Aug 18 2021, 5:40 AM.

Details

Summary

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.

Diff Detail

Event Timeline

glider requested review of this revision.Aug 18 2021, 5:40 AM
glider created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 5:40 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript

Please take a look

melver accepted this revision.Aug 18 2021, 5:53 AM
This revision is now accepted and ready to land.Aug 18 2021, 5:53 AM
This revision was landed with ongoing or failed builds.Aug 18 2021, 6:10 AM
This revision was automatically updated to reflect the committed changes.

Thanks Alex! It was not just the MemoryAccessSize test, but the other unit tests were failing too. I disabled those as well in b4b8e1446a2ba1a25488ec5e6e927fa9b54cb4f8.