[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 13:22:37 PDT 2018


stella.stamenova created this revision.
stella.stamenova added reviewers: asmith, aprantl.
Herald added subscribers: llvm-commits, ki.stfu.

Skip the new break-insert test on Windows because it hangs and so the test suite never completes. All other lldb-mi tests in the test suite are also skipped on windows


Repository:
  rL LLVM

https://reviews.llvm.org/D47651

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,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.149537.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/f571e929/attachment.bin>


More information about the llvm-commits mailing list