[Lldb-commits] [lldb] r333789 - [lit, lldbmi] Skip the new break-insert test on Windows
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 1 14:29:44 PDT 2018
Author: stella.stamenova
Date: Fri Jun 1 14:29:43 2018
New Revision: 333789
URL: http://llvm.org/viewvc/llvm-project?rev=333789&view=rev
Log:
[lit, lldbmi] Skip the new break-insert test on Windows
Summary: 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
Reviewers: asmith, aprantl, polyakov.alex
Reviewed By: aprantl
Subscribers: ki.stfu, llvm-commits
Differential Revision: https://reviews.llvm.org/D47651
Modified:
lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test
Modified: lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test?rev=333789&r1=333788&r2=333789&view=diff
==============================================================================
--- lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test (original)
+++ lldb/trunk/lit/tools/lldb-mi/breakpoint/break-insert.test Fri Jun 1 14:29:43 2018
@@ -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
More information about the lldb-commits
mailing list