[all-commits] [llvm/llvm-project] 8cb8fe: [lit] Add EXCLUDED test result category

Julian Lettner via All-commits all-commits at lists.llvm.org
Thu Apr 30 18:00:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cb8fe909bc8fac7d756e06d0a70967a1e24a583
      https://github.com/llvm/llvm-project/commit/8cb8fe909bc8fac7d756e06d0a70967a1e24a583
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

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

  Log Message:
  -----------
  [lit] Add EXCLUDED test result category

Track and print the number of tests that were discovered but not
executed due to test selection options:
  * --filter (regex filter)
  * --max-tests (limits number of tests)
  * sharding feature

With this change all discovered tests are accounted for: every
discovered test is included in one of the counts printed in the summary.

Reviewed By: jdenny

Differential Revision: https://reviews.llvm.org/D78078




More information about the All-commits mailing list