[all-commits] [llvm/llvm-project] 7d04e7: [Lit] Fix flaky test on heavily loaded bots

ostannard via All-commits all-commits at lists.llvm.org
Mon Dec 7 01:10:57 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d04e70627aa0734ce820bec0dcb7fa28a9ea457
      https://github.com/llvm/llvm-project/commit/7d04e70627aa0734ce820bec0dcb7fa28a9ea457
  Author: Oliver Stannard <oliver.stannard at linaro.org>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M llvm/utils/lit/tests/shtest-timeout.py

  Log Message:
  -----------
  [Lit] Fix flaky test on heavily loaded bots

On some of the slow or heavily-loaded bots, this test was failing
intermittently because the infinite_loop.py script might not emit
anything to stdout before the 1 second timeout, so the "Command Output"
line isn't present in the output. That output isn't really important to
this test, we just care that the process is killed, so we can just rmove
that check line from  the test.

Differential revision: https://reviews.llvm.org/D92563




More information about the All-commits mailing list