Author: Jonas Devlieghere Date: 2022-03-02T15:56:45-08:00 New Revision: 77bfdeb092d186179efd7e032ba1c11fc0a6a444
URL: https://github.com/llvm/llvm-project/commit/77bfdeb092d186179efd7e032ba1c11fc0a6a444 DIFF: https://github.com/llvm/llvm-project/commit/77bfdeb092d186179efd7e032ba1c11fc0a6a444.diff LOG: [lldb] Update error messages in TestMemoryHistory.py Update TestMemoryHistory.py for daba82362228b4aa460c26079c028ebf832066fd which changes the CommandObject & Disassemble error messages . Added: Modified: lldb/test/API/functionalities/asan/TestMemoryHistory.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/asan/TestMemoryHistory.py b/lldb/test/API/functionalities/asan/TestMemoryHistory.py index 2ba3a92c9b553..185b3ecba5fa2 100644 --- a/lldb/test/API/functionalities/asan/TestMemoryHistory.py +++ b/lldb/test/API/functionalities/asan/TestMemoryHistory.py @@ -40,7 +40,7 @@ def asan_tests(self): # "memory history" command should not work without a process self.expect("memory history 0", error=True, - substrs=["invalid process"]) + substrs=["Command requires a current process"]) self.runCmd("run") _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
