This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Add a 'win32-' prefix to the 'broken-utf8-wchar-ctype' feature
ClosedPublic

Authored by mstorsjo on Feb 24 2022, 3:35 AM.

Details

Summary

This was suggested in the review of https://reviews.llvm.org/D120022.

Also indent the code for the compilation test one step compared
to the surrounding expression.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 24 2022, 3:35 AM
mstorsjo requested review of this revision.Feb 24 2022, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 3:35 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mstorsjo updated this revision to Diff 411082.Feb 24 2022, 4:52 AM

Rebased to avoid issues in applying the patch, to let it run through CI.

Quuxplusone accepted this revision.Feb 24 2022, 6:55 AM

LGTM, thanks!
I don't know if you want to rush this in, or wait a day or two to see if someone really objects to the "win32-" prefix; will leave that to your judgment. In this case, your own ability to imagine objections (and vice versa to know how annoying it would be not to land this) will be better than mine. :)

This revision is now accepted and ready to land.Feb 24 2022, 6:55 AM

LGTM, thanks!
I don't know if you want to rush this in, or wait a day or two to see if someone really objects to the "win32-" prefix; will leave that to your judgment. In this case, your own ability to imagine objections (and vice versa to know how annoying it would be not to land this) will be better than mine. :)

There shouldn’t be any rush, and it didn’t really conflict practically with anything else in my queue, so I can leave it open for some days. Same thing with https://reviews.llvm.org/D120022 which uses the new naming; I can hold off of pushing that one once it’s ok’d too, to get the naming consistent without too much back and forth.

Mordante accepted this revision.Feb 24 2022, 9:16 AM
Mordante added a subscriber: Mordante.

I don't feel strongly about with or without prefix. LGTM!

This revision was landed with ongoing or failed builds.Mar 1 2022, 11:35 AM
This revision was automatically updated to reflect the committed changes.