[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 13:49:28 PDT 2018


stella.stamenova added a comment.

I think it is specific to the test. I haven't looked into the details of why the other lldb-mi tests don't work on Windows, but I think this test can be made to work on Windows. Currently, it's causing everything to hang though, so I think it should be disabled until it works, so that it doesn't block the test suite.



================
Comment at: lit/tools/lldb-mi/breakpoint/break-insert.test:1
+# REQUIRES: nowindows
+# -> llvm.org/pr24452
----------------
aprantl wrote:
> I didn't know that `nowindows` was a thing, but it appears to work.
A few of the other tests use it :)


Repository:
  rL LLVM

https://reviews.llvm.org/D47651





More information about the llvm-commits mailing list