[all-commits] [llvm/llvm-project] 29e2cb: [libc] [UnitTest] Give UnitTest gtest like colors

Alex Brachet via All-commits all-commits at lists.llvm.org
Tue Feb 25 00:46:56 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 29e2cb87491cfc3690f7467acfef8a0323eba8b4
      https://github.com/llvm/llvm-project/commit/29e2cb87491cfc3690f7467acfef8a0323eba8b4
  Author: Alex Brachet <alexbrachetmialot at gmail.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M libc/utils/UnitTest/Test.cpp

  Log Message:
  -----------
  [libc] [UnitTest] Give UnitTest gtest like colors

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.

Reviewers: sivachandra, gchatelet, PaulkaToast

Reviewed By: gchatelet

Subscribers: MaskRay, tschuett, libc-commits

Differential Revision: https://reviews.llvm.org/D75103




More information about the All-commits mailing list