[all-commits] [llvm/llvm-project] 1580c7: [libc++] Enable the new libc++ testing format by d...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat Apr 4 13:58:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1580c76c4a08e24adc34ae0a4ff4f97969188268
https://github.com/llvm/llvm-project/commit/1580c76c4a08e24adc34ae0a4ff4f97969188268
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-04 (Sat, 04 Apr 2020)
Changed paths:
M libcxx/test/lit.cfg
Log Message:
-----------
[libc++] Enable the new libc++ testing format by default
Both test formats are equivalent, so this *should* not be a problem.
However, I'm taking advantage of the week-end to test this and see if
there are any failures. If so, it should be fine to revert this until
the failures have been addressed.
For the time being, it is still possible to use the old format by passing
`--param=use_old_format=True` when running Lit.
More information about the All-commits
mailing list