This is an archive of the discontinued LLVM Phabricator instance.

Adjust unsupported C++ versions in some tests
ClosedPublic

Authored by miyuki on Oct 24 2018, 4:39 AM.

Details

Summary

Some tests (mainly the new C++20 calendar library) fail when libc++ is
tested with '--param=std=c++98'. The failures happen because the tests
actually don't support C++98, but don't mention C++98 in the
'UNSUPPORTED:' line.

This change fixes the issue.

Diff Detail

Repository
rL LLVM

Event Timeline

miyuki created this revision.Oct 24 2018, 4:39 AM
ldionne accepted this revision.Oct 24 2018, 7:16 AM

LGTM

This revision is now accepted and ready to land.Oct 24 2018, 7:16 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.