This is an archive of the discontinued LLVM Phabricator instance.

[NO NOT COMMIT][libc++][modules] Updates tests.
AbandonedPublicDraft

Authored by Mordante on Mar 3 2023, 9:25 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

This patch is used to test the changes of D144994. For now only the
coroutines are done other parts of the test suite will follow at a
later stage.

The conversion is done by:
find libcxx/test/std/language.support/support.coroutines/ -name '*.cpp' -exec python3 libcxx/utils/use_modules_in_test.py \{} \;

Depends on D144994

Diff Detail

Event Timeline

Mordante created this revision.Mar 3 2023, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 9:25 AM
Mordante abandoned this revision.Aug 31 2023, 10:44 AM

It seems this change is not wanted, when it would be the patch would need to be recreated due to the divergence with main.

Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 10:44 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript