This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Simplify writing testing config files
ClosedPublic

Authored by ldionne on Oct 5 2021, 4:55 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG19a3e24803a6: [libc++] Simplify writing testing config files
Summary

Reduce code duplication by sharing most of the test suite setup across
the different from-scratch configs.

Diff Detail

Event Timeline

ldionne created this revision.Oct 5 2021, 4:55 PM
ldionne requested review of this revision.Oct 5 2021, 4:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2021, 4:55 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 377560.Oct 6 2021, 8:45 AM

Fix issues with Python

ldionne accepted this revision.Oct 6 2021, 12:50 PM

The only CI failure is on the Apple-system configuration, and it's caused by a typo. I fixed it locally and verified it worked. I'll ship this without re-triggering CI to save some resources.

This revision is now accepted and ready to land.Oct 6 2021, 12:50 PM
This revision was landed with ongoing or failed builds.Oct 6 2021, 12:51 PM
This revision was automatically updated to reflect the committed changes.