This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Enable the new libc++ testing format by default
ClosedPublic

Authored by ldionne on Apr 8 2020, 7:53 AM.

Details

Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Apr 8 2020, 7:53 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 8 2020, 7:53 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Gentle ping!

mstorsjo accepted this revision.Apr 13 2020, 10:03 AM
mstorsjo added a subscriber: mstorsjo.

LGTM

This revision is now accepted and ready to land.Apr 13 2020, 10:03 AM
MaskRay accepted this revision.Apr 13 2020, 3:13 PM
MaskRay added a subscriber: MaskRay.

Related: D77338

This is nice! libunwind has (sadly) hardly any test currently...

This revision was automatically updated to reflect the committed changes.