This is an archive of the discontinued LLVM Phabricator instance.

Adding a clobber test suite step to the TestSuiteBuilder
ClosedPublic

Authored by kamaub on May 29 2023, 11:10 AM.

Details

Summary

The TestSuiteBuilder is suppose to build and test the
llvm-test-suite with each new compiler it builds but does
not clean the test-suite build directory on each build request.
This patch adds a clean step to remove the test-suite build
directory on each build request allowing each newly built compiler
to test test-suite thoroughly.

Diff Detail

Event Timeline

kamaub created this revision.May 29 2023, 11:10 AM
Herald added a project: Restricted Project. · View Herald Transcript
kamaub requested review of this revision.May 29 2023, 11:10 AM
kamaub added reviewers: amyk, nemanjai, lei, Restricted Project.May 29 2023, 11:11 AM
amyk accepted this revision as: amyk.May 31 2023, 9:23 AM

LGTM.

This revision is now accepted and ready to land.May 31 2023, 9:23 AM