[lit] Be more explicit about the state of tests
authorJulian Lettner <julian.lettner@gmail.com>
Tue, 26 Feb 2019 06:39:50 +0000 (22:39 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Mon, 2 Dec 2019 18:16:54 +0000 (10:16 -0800)
commit62ab949248d88be0215921f047dd82b02b99138c
tree52a790009226f38a4918d4246f6f7d6d06590dfe
parentc594d14d40f5c55a839ed51602cea198ff76e8a1
[lit] Be more explicit about the state of tests

Tests go through the following stages:
  *) discovered
  *) filtered
  *) executed

Only executed tests have a result (e.g., PASS, FAIL, XFAIL, etc.).  See
"result codes" in Test.py.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D70612
llvm/utils/lit/lit/main.py