[PATCH] D102694: [lit][gtest] Support SKIPPED tests
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 03:36:28 PDT 2021
ikudrin added inline comments.
================
Comment at: llvm/utils/lit/tests/googletest-format.py:25-27
+# CHECK: Skipped: 1
+# CHECK: Passed : 3
+# CHECK: Failed : 1
----------------
thopre wrote:
> Is this ordered guaranteed? If not, we should use CHECK-DAG.
`print_summary()` in `lit/main.py` prints them in the exact order as `ResultCode`s are defined in `lit/Test.py`, so the sequence is stable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102694/new/
https://reviews.llvm.org/D102694
More information about the llvm-commits
mailing list