[PATCH] D102899: [lit] Print full googletest commad line

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 12:04:45 PDT 2021


vitalybuka planned changes to this revision.
vitalybuka added a comment.

it's just rebase so far, windows is not fixed
it does not reproduce for me so I will wait for another pre-merge



================
Comment at: llvm/utils/lit/lit/formats/googletest.py:140
         if '[  SKIPPED ] 1 test,' in out:
             return lit.Test.SKIPPED, ''
 
----------------
I assume we don't need it here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102899/new/

https://reviews.llvm.org/D102899



More information about the llvm-commits mailing list