[all-commits] [llvm/llvm-project] 62ab94: [lit] Be more explicit about the state of tests
Julian Lettner via All-commits
all-commits at lists.llvm.org
Mon Dec 2 10:17:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62ab949248d88be0215921f047dd82b02b99138c
https://github.com/llvm/llvm-project/commit/62ab949248d88be0215921f047dd82b02b99138c
Author: Julian Lettner <julian.lettner at gmail.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M llvm/utils/lit/lit/main.py
Log Message:
-----------
[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
More information about the All-commits
mailing list