[all-commits] [llvm/llvm-project] 5f7a03: [libunwind] Enable the new libc++ testing format b...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 13 15:17:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f7a0301628671b8f4d2c1d9ea90ee723d889a56
https://github.com/llvm/llvm-project/commit/5f7a0301628671b8f4d2c1d9ea90ee723d889a56
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M libunwind/test/lit.cfg
Log Message:
-----------
[libunwind] 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++ and libc++abi tests. This commit
changes the libunwind 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.
Differential Revision: https://reviews.llvm.org/D77733
More information about the All-commits
mailing list