[PATCH] D47651: [lit, lldbmi] Skip the new break-insert test on Windows

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 14:32:51 PDT 2018


stella.stamenova added a comment.

I am going to check in the change to disable the test but I looked a little bit more into the issue. It looks like the breakpoint never gets hit so this condition is never satisfied:

CHECK: *stopped,reason="breakpoint-hit"

The run instead ends with: "*stopped,reason="exited-normally". I am not sure why this makes lldb-mi and FileCheck (both) never exit. I would expect them both to quit - perhaps this is because lldb-mi is still running and waiting for commands?

If Alexander is going to be adding more tests, it may be worth setting up a Windows machine to run any new tests or at least fixing this test before proceeding.


Repository:
  rL LLVM

https://reviews.llvm.org/D47651





More information about the llvm-commits mailing list