[PATCH] D102694: [lit][gtest] Support SKIPPED tests
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 02:01:37 PDT 2021
thopre added inline comments.
================
Comment at: llvm/utils/lit/tests/googletest-format.py:25-27
+# CHECK: Skipped: 1
+# CHECK: Passed : 3
+# CHECK: Failed : 1
----------------
Is this ordered guaranteed? If not, we should use CHECK-DAG.
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