[Lldb-commits] [lldb] Fix test assertions in TestDAP_stepInTargets.py (PR #96687)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 25 13:41:29 PDT 2024


https://github.com/jeffreytan81 requested changes to this pull request.

Have you tried to run this test on Linux? It is passing on my machine. I am pretty sure this might be Windows platform (like compiler and disassembler) specific behavior which you shouldn't change the default value for the test. You either have to disable this test for Windows (which I never tested) or write different expected value for different platform

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


More information about the lldb-commits mailing list