From a8a816c163b2301fe825ea6dad51b9b812d4ef23 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 5 Sep 2019 23:36:57 +0000 Subject: [PATCH] [Reproducer] Add a `cont` to ModuleCXX.test On more than one occasion I've found this test got stuck during replay while waiting for a packet from debugserver when the debugger was in the process of being destroyed. For some reason it's more prevalent on the downstream Swift fork. Adding a cont mitigates the problem while I investigate. llvm-svn: 371144 --- lldb/lit/Reproducer/Modules/Inputs/ModuleCXX.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/lit/Reproducer/Modules/Inputs/ModuleCXX.in b/lldb/lit/Reproducer/Modules/Inputs/ModuleCXX.in index 0f5bb78..ca37af9 100644 --- a/lldb/lit/Reproducer/Modules/Inputs/ModuleCXX.in +++ b/lldb/lit/Reproducer/Modules/Inputs/ModuleCXX.in @@ -3,4 +3,5 @@ run expr -l Objective-C++ -- @import Foo expr -l Objective-C++ -- @import Bar expr -- Bar() +cont reproducer generate -- 2.7.4