[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 17 02:57:56 PDT 2023
================
@@ -1,3 +1,10 @@
# REQUIRES: system-darwin
+# TODO: This test is breaking with my output
+# reformatting done for Large Watchpoint support,
+# but the lines being output by lldb are identical,
+# by visual inspection.
+# FileCheck is seeing some difference between them,
+# which I need to get to the bottom of.
----------------
DavidSpickett wrote:
A trick I used to do for python doctests was `str.replace(" ", "?")`. Then you could see the trailing spaces. Might work here if you have that or extra newlines.
https://github.com/llvm/llvm-project/pull/68845
More information about the lldb-commits
mailing list