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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits