[PATCH] D24087: [lit] Allow more file extensions for test cases.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 3 18:50:21 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

Woops I see the test case now.  LGTM.


================
Comment at: test/libcxx/test/format.py:69
@@ +68,3 @@
+        name_root, name_ext = os.path.splitext(name)
+        is_sh_test = name_root.endswith('.sh')
+        is_pass_test = name_root.endswith('.pass')
----------------
Since we only support `.sh.XXX` tests let's only loosen the restriction there for now.


https://reviews.llvm.org/D24087





More information about the cfe-commits mailing list