This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix several debug mode tests
ClosedPublic

Authored by ldionne on Oct 5 2020, 8:47 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGa506a66bd90c: [libc++] Fix several debug mode tests
Summary

These tests were only being run when _LIBCPP_DEBUG was defined, which
isn't the case by default when we run the test suite. In other words,
all these debug mode tests were never being run. This commit makes sure
they are run, and in some cases, extracts them into a file under test/libcxx
to separate them from the Standard tests.

Diff Detail

Event Timeline

ldionne created this revision.Oct 5 2020, 8:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2020, 8:47 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Oct 5 2020, 8:47 AM

Creating review to get the CI to run.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 5 2020, 1:15 PM
This revision was automatically updated to reflect the committed changes.