[all-commits] [llvm/llvm-project] 8941f8: [lldb] Transfer some environment variables into th...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Mon Nov 11 06:14:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8941f898f1921857720034b9a0950e4ec32d5d87
      https://github.com/llvm/llvm-project/commit/8941f898f1921857720034b9a0950e4ec32d5d87
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M lldb/test/API/lit.cfg.py

  Log Message:
  -----------
  [lldb] Transfer some environment variables into the tests on Windows build host (#115613)

Some API tests (compiler calls) create a lot of garbage and cause
unexpected behavior in case of Windows host and Linux target, e.g.
```
lldb/test/API/commands/process/attach/%SystemDrive%/
lldb/test/API/functionalities/deleted-executable/%SystemDrive%/
lldb/test/API/functionalities/exec/%SystemDrive%/
lldb/test/API/functionalities/load_unload/%SystemDrive%/
lldb/test/API/functionalities/target-new-solib-notifications/%SystemDrive%/
lldb/test/API/functionalities/thread/create_after_attach/%SystemDrive%/
```
It can be fixed by transfer some standard Windows environment variables
into API tests.



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