[all-commits] [llvm/llvm-project] 500876: [lit][NFC] not check stdout in googletest-timeout.py
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Sun Oct 30 23:21:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 500876226c606cd2d205557a842bd0a3fa9231ea
https://github.com/llvm/llvm-project/commit/500876226c606cd2d205557a842bd0a3fa9231ea
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest.py
M llvm/utils/lit/tests/googletest-timeout.py
Log Message:
-----------
[lit][NFC] not check stdout in googletest-timeout.py
This is flicky for buildbots (for example, https://lab.llvm.org/buildbot/#/builders/188/builds/21560)
because of the short timeout. The test coverage is not reduced because
the stdout check is performed in other googtest-* unit tests.
More information about the All-commits
mailing list