[all-commits] [llvm/llvm-project] 08d542: [lit] NFC: Move the flaky test logic to _runShTest

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Mar 27 06:33:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 08d5426981595485c47682ecc57091541e41c674
      https://github.com/llvm/llvm-project/commit/08d5426981595485c47682ecc57091541e41c674
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/utils/lit/lit/TestRunner.py

  Log Message:
  -----------
  [lit] NFC: Move the flaky test logic to _runShTest

This minor refactoring allows reducing the amount of processing that
is duplicated when we re-run a flaky test. It also has the nice
side effect that libc++'s current test format supports flaky .sh.cpp
tests, because those are built on top of _runShTest, not executeShTest.




More information about the All-commits mailing list