[Lldb-commits] [PATCH] D43686: Add "lldb-test breakpoint" command and convert the case-sensitivity test to use it

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 23 11:00:28 PST 2018


zturner added a comment.

Curious if we need lldb-test for this.  Could we get by with just using lldb in batch mode?  Obviously I'm not opposed to adding whatever we need to lldb-test, just want to make sure it's something that can't already be done with just lldb.



================
Comment at: lit/Breakpoint/case-insensitive.test:1
+# REQUIRES: windows
+#
----------------
OSX has a case insensitive file system too.  Should we run this test on OSX as well?


https://reviews.llvm.org/D43686





More information about the lldb-commits mailing list