[PATCH] D97071: [lit] Add a TAP-formatted output mode to lit
Luke Drummond via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 11:33:09 PST 2021
ldrumm created this revision.
ldrumm added reviewers: tstellar, yln.
Herald added a subscriber: delcypher.
ldrumm requested review of this revision.
Herald added a project: LLVM.
The Test Anything Protocol <https://testanything.org/> is a protocol to
allow test suites to communicate with a test harness. This allows lit
testsuites and the individual tests therein to be understood by
harnesses that understand the TAP protocol.
This adds the new command-line flag `--display-format` which accepts a
the named display format, defaulting to the informally specified
format currently displayed by lit.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97071
Files:
llvm/utils/lit/lit/cl_arguments.py
llvm/utils/lit/lit/display.py
llvm/utils/lit/lit/main.py
llvm/utils/lit/tests/test-output-tap.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97071.325048.patch
Type: text/x-patch
Size: 9131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/72ed9451/attachment.bin>
More information about the llvm-commits
mailing list