This is an archive of the discontinued LLVM Phabricator instance.

asan: disable odd_stack_size test for powerpc
ClosedPublic

Authored by dvyukov on Mar 13 2023, 12:44 AM.

Details

Summary

Fail on powerpc64 bots with:
AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
https://lab.llvm.org/buildbot/#/builders/18/builds/8162
Disable to unbreak bots.

Diff Detail

Event Timeline

dvyukov created this revision.Mar 13 2023, 12:44 AM
dvyukov requested review of this revision.Mar 13 2023, 12:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 12:44 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Mar 13 2023, 12:45 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.