ashgti wrote:

The failure seems to be that `stackTrace` returned an empty list:

```
15:36:48  1746743807.491051912 --> (stdin/stdout) 
{"command":"stackTrace","type":"request","arguments":{"threadId":1744343,"startFrame":0,"levels":1},"seq":13}
15:36:48  1746743807.491221905 <-- (stdin/stdout) 
{"body":{"stackFrames":[]},"command":"stackTrace","request_seq":13,"seq":0,"success":true,"type":"response"}
```

This should just be code in the lldb-dap VSCode extension, not in the lldb-dap 
executable, so this is likely a flaky test.

It looks like that was running on macOS and I've been running those tests 
locally. I'll see if I can reproduce the flake by running it a few times.

https://github.com/llvm/llvm-project/pull/138977
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to