[PATCH] D122251: [lit] Use sharding for GoogleTest format

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 18:51:04 PDT 2022


ychen updated this revision to Diff 419306.
ychen marked an inline comment as done.
ychen added a comment.

- return test failure for shard crash (added a new test case)
- print the shard command if any tests in the shard fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122251

Files:
  llvm/unittests/Support/CrashRecoveryTest.cpp
  llvm/unittests/Support/ProgramTest.cpp
  llvm/utils/lit/lit/Test.py
  llvm/utils/lit/lit/TestingConfig.py
  llvm/utils/lit/lit/formats/googletest.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/Inputs/googletest-crash/DummySubDir/OneTest.py
  llvm/utils/lit/tests/Inputs/googletest-crash/lit.cfg
  llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py
  llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/OneTest.py
  llvm/utils/lit/tests/Inputs/googletest-upstream-format/lit.cfg
  llvm/utils/lit/tests/googletest-crash.py
  llvm/utils/lit/tests/googletest-format.py
  llvm/utils/lit/tests/googletest-upstream-format.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122251.419306.patch
Type: text/x-patch
Size: 28947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220331/f392d621/attachment.bin>


More information about the llvm-commits mailing list