[all-commits] [llvm/llvm-project] 2eb886: [libc++abi] Enable the new libc++ testing format b...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Apr 7 06:20:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2eb8864be282ab89dd4ed956a7e40503f7b28e84
https://github.com/llvm/llvm-project/commit/2eb8864be282ab89dd4ed956a7e40503f7b28e84
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M libcxxabi/test/lit.cfg
Log Message:
-----------
[libc++abi] Enable the new libc++ testing format by default
The new format should be equivalent to the old format, and it is now the
default format when running the libc++ tests. This commit changes the
libc++abi tests to use the new format by default too. If unexpected failures
are discovered, it should be fine to revert this commit until they are
addressed.
Also note that it is still possible to use the old format by passing
`--param=use_old_format=True` when running Lit for the time being.
More information about the All-commits
mailing list