From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crOlz-0005wT-Ss for qemu-devel@nongnu.org; Fri, 24 Mar 2017 08:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crOlz-0003JH-6d for qemu-devel@nongnu.org; Fri, 24 Mar 2017 08:56:55 -0400 Received: from mail-wr0-x22a.google.com ([2a00:1450:400c:c0c::22a]:35820) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1crOly-0003JB-Vj for qemu-devel@nongnu.org; Fri, 24 Mar 2017 08:56:55 -0400 Received: by mail-wr0-x22a.google.com with SMTP id u1so1156764wra.2 for ; Fri, 24 Mar 2017 05:56:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 24 Mar 2017 12:56:33 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] qemu-system-s390x tests/boot-serial-test intermittent failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: QEMU Developers , Richard Henderson , Alexander Graf , Cornelia Huck , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Thomas Huth On 24 March 2017 at 11:50, Peter Maydell wrote: > On 24 March 2017 at 11:11, Christian Borntraeger wrote: >> diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c >> index 57edf6a..11f48b0 100644 >> --- a/tests/boot-serial-test.c >> +++ b/tests/boot-serial-test.c >> @@ -79,8 +79,8 @@ static void test_machine(const void *data) >> g_assert(fd != -1); >> >> args = g_strdup_printf("-M %s,accel=tcg -chardev file,id=serial0,path=%s" >> - " -serial chardev:serial0 %s", test->machine, >> - tmpname, test->extra); >> + " -no-shutdown -serial chardev:serial0 %s", >> + test->machine, tmpname, test->extra); > > ...but this doesn't help. I think I must have got the testing wrong here somehow, because trying it again, it does seem to cause the failures to stop. So I guess this must be the bug... thanks -- PMM