[PATCH] D47679: [lldb, lldb-mi] Enable lldb-mi -break-insert test on Windows.
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 4 15:44:00 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333963: [lldb, lldb-mi] Enable lldb-mi -break-insert test on Windows. (authored by apolyakov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47679?vs=149629&id=149863#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47679
Files:
lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test
Index: lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test
===================================================================
--- lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test
+++ lldb/trunk/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.149863.patch
Type: text/x-patch
Size: 761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180604/6fe31f64/attachment.bin>
More information about the llvm-commits
mailing list