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

Dave Lee via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 14:04:30 PDT 2016


kastiglione added inline comments.


================
Comment at: utils/lit/tests/discovery.py:14
 # CHECK-BASIC-OUT: -- Test Suites --
-# CHECK-BASIC-OUT:   sub-suite - 2 tests
-# CHECK-BASIC-OUT:     Source Root: {{.*/discovery/subsuite$}}
-# CHECK-BASIC-OUT:     Exec Root  : {{.*/discovery/subsuite$}}
-# CHECK-BASIC-OUT:   top-level-suite - 3 tests
+# CHECK-BASIC-OUT:   {{.*/discovery}} - 3 tests
 # CHECK-BASIC-OUT:     Source Root: {{.*/discovery$}}
----------------
Can `%s` or some substitution be used to avoid repetition, and make file renaming more straight forward?


https://reviews.llvm.org/D25398





More information about the llvm-commits mailing list