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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 13:46:25 PDT 2018


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Do you have any idea why the test hangs on windows? Is this specific to the lldb-mi implementation or to the test?



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


Repository:
  rL LLVM

https://reviews.llvm.org/D47651





More information about the llvm-commits mailing list