[all-commits] [llvm/llvm-project] ba8565: [LIT] Print discovered tests and percentages (#66057)

Madhur Amilkanthwar via All-commits all-commits at lists.llvm.org
Fri Oct 20 04:53:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba8565fbcb975e2d067ce3ae5a7dbaae4953edd3
      https://github.com/llvm/llvm-project/commit/ba8565fbcb975e2d067ce3ae5a7dbaae4953edd3
  Author: Madhur Amilkanthwar <madhur13490 at gmail.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M llvm/utils/lit/lit/main.py
    M llvm/utils/lit/tests/discovery.py

  Log Message:
  -----------
  [LIT] Print discovered tests and percentages (#66057)

This patch adds "nice-to-have" feature in lit.
it prints the total number of discovered tests at the beginning. It is
covenient to see the total number of tests and avoid scrolling up to the
beginning of log.

Further, this patch also prints %ge of tests.

Reviewed By: RoboTux, jdenny-ornl

Co-authored-by: Madhur A <madhura at nvidia.com>




More information about the All-commits mailing list