This is an archive of the discontinued LLVM Phabricator instance.

[libc] [UnitTest] Give UnitTest gtest like colors
ClosedPublic

Authored by abrachet on Feb 25 2020, 12:21 AM.

Details

Summary

This is a quality of life change to make it a little nicer to look at, NFC.
This patch makes the RUN and OK lines green and FAILED lines red to match gtest's output.

Diff Detail

Event Timeline

abrachet created this revision.Feb 25 2020, 12:21 AM
abrachet updated this revision to Diff 246380.Feb 25 2020, 12:23 AM

Ran clang-format

gchatelet accepted this revision.Feb 25 2020, 12:41 AM
This revision is now accepted and ready to land.Feb 25 2020, 12:41 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2020, 12:51 AM

Thanks for this!