[all-commits] [llvm/llvm-project] fa4bf3: [lldb][NFC] Fix test settings JSON check to compar...

Ebuka Ezike via All-commits all-commits at lists.llvm.org
Fri Mar 21 08:45:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa4bf3a11a42a098cae63cc81d99b262d34479fb
      https://github.com/llvm/llvm-project/commit/fa4bf3a11a42a098cae63cc81d99b262d34479fb
  Author: Ebuka Ezike <yerimyah1 at gmail.com>
  Date:   2025-03-21 (Fri, 21 Mar 2025)

  Changed paths:
    M lldb/test/API/commands/settings/TestSettings.py

  Log Message:
  -----------
  [lldb][NFC] Fix test settings JSON check to compare expected path list. (#132410)

Previously, the test compared the JSON output to `setting_value` which
was incorrect. Updated the assertion to validate against the correct
list of paths `[path1, path2]` to ensure accurate test behavior.

Ran the test on the local computer

Signed-off-by: Ebuka Ezike <yerimyah1 at gmail.com>



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