This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Disable pc guard coverage test on PPC64/s390x
ClosedPublic

Authored by XiaodongLoong on Feb 24 2022, 10:53 PM.

Details

Summary

The issue is difficult to fix in a short time, so disable it temporarily.
Github issue: https://github.com/llvm/llvm-project/issues/54071

Diff Detail

Event Timeline

XiaodongLoong created this revision.Feb 24 2022, 10:53 PM
XiaodongLoong requested review of this revision.Feb 24 2022, 10:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 10:53 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
MaskRay added a reviewer: Restricted Project.Feb 24 2022, 11:13 PM
MaskRay added a subscriber: MaskRay.

UNSUPPORTED is more appropriate if it may succeed and may fail.

OK, UNSUPPORTED is better.

use UNSUPPORTED tag

disable the test on s390x

modify commit message

XiaodongLoong retitled this revision from [sanitizer] Disable pc guard coverage test on PPC64 to [sanitizer] Disable pc guard coverage test on PPC64/s390x.Feb 25 2022, 2:13 AM
benshi001 accepted this revision.Feb 25 2022, 4:33 AM
This revision is now accepted and ready to land.Feb 25 2022, 4:33 AM
uweigand accepted this revision.Feb 25 2022, 4:56 AM
uweigand added a subscriber: uweigand.

LGTM, thanks!

This revision was landed with ongoing or failed builds.Feb 25 2022, 5:09 AM
This revision was automatically updated to reflect the committed changes.