This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir
ClosedPublic

Authored by mstorsjo on Apr 5 2023, 9:34 AM.

Details

Reviewers
phosek
Group Reviewers
Restricted Project
Restricted Project
Commits
rGa2ef896a961c: [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir
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, and
the output from the individual tests were placed directly in a
directory named Output.

This is the same change as
736c6e246f5398331d83edd204a846cc967ad5c6, but for the libcxxabi
and libunwind test suites.

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 5 2023, 9:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 5 2023, 9:34 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mstorsjo requested review of this revision.Apr 5 2023, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 9:34 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
phosek accepted this revision.Apr 8 2023, 2:30 PM
phosek added a subscriber: phosek.

LGTM

This revision is now accepted and ready to land.Apr 8 2023, 2:30 PM
This revision was landed with ongoing or failed builds.Apr 10 2023, 2:13 PM
This revision was automatically updated to reflect the committed changes.