[Lldb-commits] [lldb] c9ecaf3 - [lldb] Fix test failure for breakpoint_function_callback.test

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 31 14:19:14 PDT 2023


Author: Med Ismail Bennani
Date: 2023-08-31T22:19:02+01:00
New Revision: c9ecaf32f6aa92f79a054478df55b4b8c3e53697

URL: https://github.com/llvm/llvm-project/commit/c9ecaf32f6aa92f79a054478df55b4b8c3e53697
DIFF: https://github.com/llvm/llvm-project/commit/c9ecaf32f6aa92f79a054478df55b4b8c3e53697.diff

LOG: [lldb] Fix test failure for breakpoint_function_callback.test

This should fix the test failure in breakpoint_function_callback.test
since SBStructuredData can now display the content of SBStructuredData.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>

Added: 
    

Modified: 
    lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
index 125913f7e9bfce..4527b68ef41c09 100644
--- a/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
+++ b/lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test
@@ -12,7 +12,7 @@ r
 # CHECK: nil
 breakpoint command add -s lua -F abc -k foo -v 123pizza!
 r
-# CHECK: <userdata of type 'lldb::SBStructuredData *' at {{0x[[:xdigit:]]+}}>
+# CHECK: foo: 123pizza!
 # CHECK: 123pizza!
 breakpoint command add -s lua -o "abc(frame, bp_loc, ...)"
 r


        


More information about the lldb-commits mailing list