This is an archive of the discontinued LLVM Phabricator instance.

[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.
ClosedPublic

Authored by curdeius on Nov 25 2020, 6:28 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rGdde0fcd7a7da: [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.
Summary

This should make the builder http://lab.llvm.org:8011/#/builders/101/ happy.
It uses gcc-9 and not Tip-Of-Trunk as its name indicates BTW.
GCC-10 passes all these tests.

Fix gcc warnings: -Wsign-compare, -Wparentheses, -Wpragmas.

Diff Detail

Event Timeline

curdeius created this revision.Nov 25 2020, 6:28 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 25 2020, 6:28 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
curdeius requested review of this revision.Nov 25 2020, 6:28 AM
curdeius edited the summary of this revision. (Show Details)Nov 25 2020, 6:53 AM
ldionne accepted this revision.Nov 25 2020, 11:56 AM
This revision is now accepted and ready to land.Nov 25 2020, 11:56 AM