[Lldb-commits] [lldb] Add more logging so I can figure out why TestBranchIslands.py is (PR #139178)
    via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu May  8 17:03:09 PDT 2025
    
    
  
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r HEAD~1...HEAD lldb/test/API/macosx/branch-islands/TestBranchIslands.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestBranchIslands.py	2025-05-08 23:59:10.000000 +0000
+++ TestBranchIslands.py	2025-05-09 00:02:44.868955 +0000
@@ -32,11 +32,11 @@
         trace_before = lldbutil.print_stacktrace(thread, True)
         func_before = thread.frames[0].function
 
         log_file_path = os.path.join(self.getBuildDir(), "step-log.txt")
         self.runCmd(f"log enable -f {log_file_path} lldb step")
-        
+
         thread.StepInto()
         stop_frame = thread.frames[0]
         # This is failing on the bot, but I can't reproduce the failure
         # locally.  Let's see if we can dump some more info here to help
         # figure out what went wrong...
``````````
</details>
https://github.com/llvm/llvm-project/pull/139178
    
    
More information about the lldb-commits
mailing list