[all-commits] [llvm/llvm-project] a2ef89: [libcxxabi, libunwind] [test] Place output from te...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Apr 10 14:13:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2ef896a961c0180314acfde635f2b2f1e3625d4
      https://github.com/llvm/llvm-project/commit/a2ef896a961c0180314acfde635f2b2f1e3625d4
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M libcxxabi/test/configs/cmake-bridge.cfg.in
    M libunwind/test/configs/cmake-bridge.cfg.in

  Log Message:
  -----------
  [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir

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.

Differential Revision: https://reviews.llvm.org/D147628




More information about the All-commits mailing list