[all-commits] [llvm/llvm-project] c0785e: [lldb] Fix plugin test to not rely on enabled targ...

David Peixotto via All-commits all-commits at lists.llvm.org
Tue Jul 15 14:08:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0785ea8bd76c36125bc9e5fad7bf787433635a5
      https://github.com/llvm/llvm-project/commit/c0785ea8bd76c36125bc9e5fad7bf787433635a5
  Author: David Peixotto <peix at meta.com>
  Date:   2025-07-15 (Tue, 15 Jul 2025)

  Changed paths:
    M lldb/test/API/commands/plugin/TestPlugin.py

  Log Message:
  -----------
  [lldb] Fix plugin test to not rely on enabled targets (#148956)

The plugins completion test was checking completions for the abi
plugins. But the available abi plugins will depend on which
[targets](https://github.com/llvm/llvm-project/blob/42d2ae1034b287eb60563c370dbf52c59b66db20/lldb/source/Plugins/ABI/CMakeLists.txt#L7)
are enabled in the cmake build configuration.

This PR updates the test to check for the json object file instead which
should be enabled on all builds.



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