[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 14:33:58 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333789: [lit, lldbmi] Skip the new break-insert test on Windows (authored by stella.stamenova, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47651?vs=149537&id=149555#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47651

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,3 +1,7 @@
+# REQUIRES: nowindows
+# -> llvm.org/pr24452
+# Rather than XFAILing the test, skip it on Windows because it hangs
+
 # RUN: %cc %p/inputs/break-insert.c -g
 # RUN: %lldbmi < %s | FileCheck %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47651.149555.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/e7c11eec/attachment-0001.bin>


More information about the llvm-commits mailing list