This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Place output from newconfig tests under a 'test' subdir
ClosedPublic

Authored by mstorsjo on Feb 24 2022, 5:48 AM.

Details

Summary

Previously, all the output from the tests were placed directly in
the build directory. The tests produce a couple directories named
__config_{exec,cache,src}__ which are easy to distinguish, but
the output from the individual tests are placed in subdirectories
named std or libcxx. Especially the build output from libcxx
tests ends up conflated in the same directories as are used for
building libcxx with cmake.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 24 2022, 5:48 AM
mstorsjo requested review of this revision.Feb 24 2022, 5:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2022, 5:48 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 1 2022, 12:27 PM
This revision is now accepted and ready to land.Mar 1 2022, 12:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 12:27 PM