[PATCH] D47679: [lldb, lldb-mi] Enable lldb-mi -break-insert test on Windows.

Alexander Polyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 3 02:59:56 PDT 2018


polyakov.alex updated this revision to Diff 149629.
polyakov.alex added a comment.

Due to https://reviews.llvm.org/D47678 we can enable this test with a XFAIL directive for Windows.


https://reviews.llvm.org/D47679

Files:
  lit/tools/lldb-mi/breakpoint/break-insert.test


Index: lit/tools/lldb-mi/breakpoint/break-insert.test
===================================================================
--- lit/tools/lldb-mi/breakpoint/break-insert.test
+++ lit/tools/lldb-mi/breakpoint/break-insert.test
@@ -1,16 +1,15 @@
-# REQUIRES: nowindows
+# XFAIL: windows
 # -> llvm.org/pr24452
-# Rather than XFAILing the test, skip it on Windows because it hangs
-
-# RUN: %cc %p/inputs/break-insert.c -g
+#
+# RUN: %cc -o a.exe %p/inputs/break-insert.c -g
 # RUN: %lldbmi < %s | FileCheck %s
 
 # Test that a breakpoint can be inserted before creating a target.
 
 -break-insert breakpoint
 # CHECK: ^done,bkpt={number="1"
 
--file-exec-and-symbols a.out
+-file-exec-and-symbols a.exe
 # CHECK: ^done
 
 -exec-run


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47679.149629.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180603/0f530508/attachment.bin>


More information about the llvm-commits mailing list