[PATCH] D77986: [lit] Move llvm-test-suite result codes into llvm/lit
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 11:18:11 PDT 2020
yln requested changes to this revision.
yln added a comment.
This revision now requires changes to proceed.
Hi Johannes,
As Joel mentioned: I already added a SKIPPED category: tests that should have been executed but weren't.
I am planning to add one more: FILTERED: tests that are discovered but, are filtered out.
Please explain what benefit having a separate category for NOEXE offers; and why it is considered a failure? My understanding is that `--no-execute` is mostly used for benchmarking lit itself (pass/fail doesn't matter there?).
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77986/new/
https://reviews.llvm.org/D77986
More information about the llvm-commits
mailing list