[PATCH] D25398: [lit] Use path as test suite name

Brian Gesiak via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 8 11:51:28 PDT 2016


modocache added inline comments.


================
Comment at: utils/lit/TODO:44
 
-2. Consider move to identifying all tests by path-to-test-suite and then path to
-   subtest, and don't use test suite names.
-
-  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.
-
-3. Allow 'lit' driver to cooperate with test formats and suites to add options
+2. Allow 'lit' driver to cooperate with test formats and suites to add options
    (or at least sanitize accepted params).
----------------
@ddunbar @delcypher FYI I'm planning on submitting LLVM PRs for each item in this TODO file this weekend, then submitting a diff to delete it.


https://reviews.llvm.org/D25398





More information about the llvm-commits mailing list