[libunwind] Enable the new libc++ testing format by default
authorLouis Dionne <ldionne@apple.com>
Wed, 8 Apr 2020 14:42:56 +0000 (10:42 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 13 Apr 2020 22:17:18 +0000 (18:17 -0400)
commit5f7a0301628671b8f4d2c1d9ea90ee723d889a56
tree2e3b858c70dac4bac9c74af9f07083146164ea77
parentd5143e3f102a91599682fc630205e5c6fec58c76
[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
libunwind/test/lit.cfg