This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove UNSUPPORTEDs on 32 bit CI
AbandonedPublic

Authored by ldionne on Nov 5 2021, 7:28 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Restricted Project
Summary

After upgrading our Docker image, the 32 bit CI started failing, so we
added temporary annotations in the tests to get the CI green again. This
removes these annotations.

NOTE: For now, this doesn't fix the issue at all. I can't reproduce it locally so I'm going to try to reproduce it on the CI instead.

Diff Detail

Event Timeline

ldionne requested review of this revision.Nov 5 2021, 7:28 AM
ldionne created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 5 2021, 7:28 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne abandoned this revision.Nov 25 2021, 12:29 PM

Abandoning since we're removing support for the 32 bit multilib build in favour of building for a real 32 bit triple. See D114473.