[all-commits] [llvm/llvm-project] a711b5: [libc++] Add from-scratch configuration files for ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat Aug 29 13:54:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a711b5eeb0e578c8af200860e31919aaecabca6d
https://github.com/llvm/llvm-project/commit/a711b5eeb0e578c8af200860e31919aaecabca6d
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
A libcxx/test/configs/libcxx-trunk-shared.cfg.in
A libcxx/test/configs/libcxx-trunk-static.cfg.in
Log Message:
-----------
[libc++] Add from-scratch configuration files for the test suite
This commit adds the first from-scratch configuration files for running
the libc++ test suite without using the old configuration:
- libcxx-trunk-shared.cfg.py:
Runs the test suite against a trunk libc++ shared library.
- libcxx-trunk-static.cfg.py:
Runs the test suite against a trunk libc++ static library.
Differential Revision: https://reviews.llvm.org/D81866
More information about the All-commits
mailing list