friss added inline comments.
================
Comment at:
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py:31
+ self.expect("log timers dump",
+
patterns=["(?!lldb_private::Module::FindSymbolsMatchingRegExAndType).*"])
+
----------------
Does this negative lookahead regex actually fail if
FindSymbolsMatchingRegExAndType is in the output? I would expect the `.*`
afterwards to match basically anything, including what you have in your
negative lookahead or another line of the output.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67111/new/
https://reviews.llvm.org/D67111
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits