[all-commits] [llvm/llvm-project] c658d0: [lldb-dap] Adjust the evaluate test to use a diffe...

John Harrison via All-commits all-commits at lists.llvm.org
Wed Nov 13 11:17:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c658d07c4f8210555473c5721e1302f00f9fd25b
      https://github.com/llvm/llvm-project/commit/c658d07c4f8210555473c5721e1302f00f9fd25b
  Author: John Harrison <harjohn at google.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
    M lldb/test/API/tools/lldb-dap/evaluate/main.cpp

  Log Message:
  -----------
  [lldb-dap] Adjust the evaluate test to use a different lldb command. (#116045)

Previously this used `var` as both an lldb command and variable in the
source to validate the behavior of the 'auto' repl mode. However, `var`
seems to occasionally fail in the CI test when attempting to print some
c++ types. Instead switch the command and variable name to `list` which
should not run the dynamic variable formatting code for c++ objects.

This should fix #116041.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list