[llvm-bugs] [Bug 30669] New: Consider move to identifying all lit tests by path-to-test-suite and then path to subtest, and don't use test suite names
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 11 20:59:12 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30669
Bug ID: 30669
Summary: Consider move to identifying all lit tests by
path-to-test-suite and then path to subtest, and don't
use test suite names
Product: Test Suite
Version: trunk
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: P
Component: lit
Assignee: modocache at gmail.com
Reporter: modocache at gmail.com
CC: daniel at zuster.org, llvm-bugs at lists.llvm.org
Classification: Unclassified
(This task was copied from
https://reviews.llvm.org/diffusion/L/browse/llvm/tags/RELEASE_390/final/utils/lit/TODO.
It was originally written by Daniel Dunbar.)
Currently the test suite name is presented as part of test names, but it has no
other useful function, and it is something that has to be skipped over to
cut-and-paste a name to subsequently use to rerun a test. If we just
represented each test suite by the path to its suite, then it would allow more
easy cut-and-paste of the test output lines. This has the downside that the
lines might get rather long.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161012/fafc2a05/attachment-0001.html>
More information about the llvm-bugs
mailing list