[all-commits] [llvm/llvm-project] 710d95: [lldb] Fixed the test TestSettings when run with a...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Mon May 13 04:55:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 710d95d1ecb4b6d69507cb910274ef3077ddc9c9
      https://github.com/llvm/llvm-project/commit/710d95d1ecb4b6d69507cb910274ef3077ddc9c9
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

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

  Log Message:
  -----------
  [lldb] Fixed the test TestSettings when run with a remote target (#91915)

The setting `platform.module-cache-directory` is a local path on the
host. It cannot be set to a working directory from the remote target.
This test failed in case of Windows host and Linux target because of the
incompatible path. Use the local build dir instead.



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