[Lldb-commits] [PATCH] D47679: [lldb, lldb-mi] Enable lldb-mi -break-insert test on Windows.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jun 3 07:50:31 PDT 2018
aprantl added a comment.
Stella, is there a public bot that runs the tests on Windows that we could watch? I found http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015?numbuilds=1000 but it doesn't look like that one actually failed with the error you saw.
================
Comment at: lit/tools/lldb-mi/breakpoint/break-insert.test:1
-# REQUIRES: nowindows
+# XFAIL: windows
# -> llvm.org/pr24452
----------------
Do we still expect the test to fail after this change?
https://reviews.llvm.org/D47679
More information about the lldb-commits
mailing list