This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Enable libc++-specific tests for constexpr string
ClosedPublic

Authored by philnik on Jun 25 2022, 3:18 AM.

Diff Detail

Event Timeline

philnik created this revision.Jun 25 2022, 3:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2022, 3:18 AM
philnik requested review of this revision.Jun 25 2022, 3:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2022, 3:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 30 2022, 5:50 AM
ldionne added inline comments.
libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
29 ↗(On Diff #439968)

#if TEST_STD_VER > xxx

This revision is now accepted and ready to land.Jun 30 2022, 5:50 AM
philnik updated this revision to Diff 442663.Jul 6 2022, 12:25 PM
  • Try to fix CI
Mordante accepted this revision.Jul 7 2022, 10:05 AM

LGTM after the CI passes!

philnik updated this revision to Diff 464498.Oct 1 2022, 6:37 AM
  • Fix CI
This revision was automatically updated to reflect the committed changes.