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:26 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:26 AM
ldionne created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 5 2021, 7:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne abandoned this revision.Nov 5 2021, 7:30 AM

Woops, this patch was created as a duplicate.