[all-commits] [llvm/llvm-project] 7837de: [lit] Improve consistency for showing result groups
Julian Lettner via All-commits
all-commits at lists.llvm.org
Tue Jun 16 12:41:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7837de13943ff28648f0a443e8ba21c81bbe9679
https://github.com/llvm/llvm-project/commit/7837de13943ff28648f0a443e8ba21c81bbe9679
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M llvm/utils/lit/lit/cl_arguments.py
M llvm/utils/lit/lit/main.py
M llvm/utils/lit/tests/custom-result-category.py
Log Message:
-----------
[lit] Improve consistency for showing result groups
Before this change we showed all result groups with a code that was not
explicitly hard-coded set. This set missed the FLAKYPASS result code.
Let's generalize the code to always show failures and the additionally
requested result codes.
More information about the All-commits
mailing list