[all-commits] [llvm/llvm-project] 4e813b: [libc++] Make sure tests are run in a unique direc...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jun 10 13:19:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e813bbdf335626a741398314709a535ef52fe8e
https://github.com/llvm/llvm-project/commit/4e813bbdf335626a741398314709a535ef52fe8e
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
A libcxx/test/libcxx/selftest/newformat/tmpdir-exists.sh.cpp
M libcxx/utils/libcxx/test/dsl.py
M libcxx/utils/libcxx/test/newformat.py
Log Message:
-----------
[libc++] Make sure tests are run in a unique directory
This will allow simplifying executors by always just copying the whole
%T, and assuming that all file dependencies are contained in it.
Superseeds https://reviews.llvm.org/D78245, which tried to make %T unique
in Lit, but which encountered push back.
More information about the All-commits
mailing list