This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OS
ClosedPublic

Authored by NancyWang2222 on Jul 26 2021, 10:10 AM.

Details

Summary

align_val_t is not supported on z/OS, it causes failure on z/OS. similar to https://reviews.llvm.org/rGd0fe294729a2ac45625ed45a5619c8405a14db49 , we will need to disable those test cases on z/OS platform

Diff Detail

Event Timeline

NancyWang2222 requested review of this revision.Jul 26 2021, 10:10 AM
NancyWang2222 created this revision.
NancyWang2222 edited the summary of this revision. (Show Details)Jul 26 2021, 11:27 AM

@ldionne hi Louis, any question regarding to this PR, I noticed you reviewed similar changes before. Thanks.

muiez accepted this revision.Jul 27 2021, 7:38 AM

LGTM. Might need group review from @libc++

This revision is now accepted and ready to land.Jul 27 2021, 7:38 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 12:22 PM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
muiez added a comment.EditedJul 27 2021, 12:25 PM

Landed since this patch is a continuation of https://reviews.llvm.org/rGd0fe294729a2ac45625ed45a5619c8405a14db49, which has been reviewed (by libc++) and landed as well.