From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtD4A-00049Q-7c for qemu-devel@nongnu.org; Tue, 25 Nov 2014 05:10:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtD44-00015J-1j for qemu-devel@nongnu.org; Tue, 25 Nov 2014 05:09:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtD43-00015D-Ql for qemu-devel@nongnu.org; Tue, 25 Nov 2014 05:09:43 -0500 From: Max Reitz Date: Tue, 25 Nov 2014 11:09:35 +0100 Message-Id: <1416910178-5088-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] iotests: Fix test 039 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , =?UTF-8?q?Michael=20M=C3=BCller?= , Mao Chuan Li , Max Reitz , Stefan Hajnoczi Test 039 used to fail because qemu-io -c abort may generate core dumps even with ulimit -c 0 (and the output then contains "(core dumped)"). Fix this by adding an option to the "abort" command which allows specifying a signal number to raise(). Using SIGKILL for example does not result in a core dump, but it still badly crashes qemu-io (as desired). I am sending this series because we need all tests to work before adding the check-block target to "make check" (which we will hopefully do soon). Max Reitz (3): qemu-io: Let -c abort raise any signal iotests: Filter for "Killed" in qemu-io output iotests: Fix test 039 qemu-io-cmds.c | 59 ++++++++++++++++++++++++++++++++++++++-- tests/qemu-iotests/039 | 12 ++++---- tests/qemu-iotests/039.out | 6 ++-- tests/qemu-iotests/common.filter | 2 +- 4 files changed, 67 insertions(+), 12 deletions(-) -- 1.9.3