From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Q9e-0000IU-K0 for qemu-devel@nongnu.org; Mon, 30 Nov 2015 10:14:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3Q9b-0008KH-Bn for qemu-devel@nongnu.org; Mon, 30 Nov 2015 10:14:14 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:38390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Q9a-0008KD-WF for qemu-devel@nongnu.org; Mon, 30 Nov 2015 10:14:11 -0500 Received: by wmec201 with SMTP id c201so142681735wme.1 for ; Mon, 30 Nov 2015 07:14:10 -0800 (PST) References: <1448889646-12347-1-git-send-email-marcandre.lureau@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1448889646-12347-1-git-send-email-marcandre.lureau@redhat.com> Date: Mon, 30 Nov 2015 15:14:08 +0000 Message-ID: <878u5fbjun.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org, mst@redhat.com marcandre.lureau@redhat.com writes: > From: Marc-André Lureau > > This series fixes a number of races and crashes on glib < 2.36 > (with Travis build for ex). When does this test get run normally? I don't see it when I do a "make check" with a my build: ./configure --target-list=arm-softmmu,aarch64-softmmu,i386-softmmu,x86_64-softmmu I was struggling to find any notes on running individual tests in the docs. > > v2->v3: > - quote glib documentation in commit message of last patch. > > v1->v2: > - fix the last patch to not end up with check() callback instead of > prepare(): use named initializer. > > Marc-André Lureau (3): > vhost-user-test: fix chardriver race > vhost-user-test: use unix port for migration > vhost-user-test: fix crash with glib < 2.36 > > tests/vhost-user-test.c | 49 ++++++++++++++++++++++++++++++++++++++++--------- > 1 file changed, 40 insertions(+), 9 deletions(-) -- Alex Bennée