[Lldb-commits] [lldb] [lldb] Fixed TestEchoCommands.test running on a remote target (PR #94127)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 05:36:18 PDT 2024


slydiman wrote:

Note `EchoCommandsQuiet.out` expects that `TestEchoCommands.test.tmp.file` will be 
```
start
done
```
But in case of a remote target it will be something like
```
start
  Platform: remote-linux
 Connected: no
  Platform: remote-linux
    Triple: aarch64-unknown-linux-gnu
OS Version: 5.10.192 (5.10.192-tegra)
  Hostname: jetson-orin-1795
 Connected: yes
WorkingDir: /home/ubuntu
    Kernel: #1 SMP PREEMPT Mon Feb 19 20:19:53 PST 2024
done
```

https://github.com/llvm/llvm-project/pull/94127


More information about the lldb-commits mailing list