tfiala added inline comments.

================
Comment at: 
packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py:163
@@ +162,3 @@
+        # mixed in with stop locations.
+        self.dbg.SetUseColor(False)
+
----------------
Upon further reflection, there is a logically more appropriate approach.  The 
better one is to explicitly turn off column marking and not count on the fact 
that the column marker happens on the line below the stop match text.  (This 
test initially failed because the stop text that is scraped was getting 
confused by the newly-added ansi escape sequences around the first character).


https://reviews.llvm.org/D20835



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to