[libc++abi] Enable the new libc++ testing format by default
authorLouis Dionne <ldionne@apple.com>
Tue, 7 Apr 2020 13:16:06 +0000 (09:16 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 7 Apr 2020 13:16:06 +0000 (09:16 -0400)
commit2eb8864be282ab89dd4ed956a7e40503f7b28e84
tree684b2eaeec2c022f54d65e7d5511fcd7637cb941
parentf75ebe1ab37b4f0e2e68b4184ed9c81c9d897b94
[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.
libcxxabi/test/lit.cfg