From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPa8x-00067U-62 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPa8r-0007ND-2I for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:39:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPa8q-0007N3-Qv for qemu-devel@nongnu.org; Fri, 27 Sep 2013 11:39:40 -0400 From: Kevin Wolf Date: Fri, 27 Sep 2013 17:39:03 +0200 Message-Id: <1380296370-14523-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1380296370-14523-1-git-send-email-kwolf@redhat.com> References: <1380296370-14523-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 03/30] qemu-iotests: Do not execute 052 with -nocache List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: Max Reitz Test 052 uses qemu-io -s which will result in bdrv_open trying to create a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs do not work well together, disable this test for -nocache. Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- tests/qemu-iotests/052 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qemu-iotests/052 b/tests/qemu-iotests/052 index 14a5126..49810cb 100755 --- a/tests/qemu-iotests/052 +++ b/tests/qemu-iotests/052 @@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt generic _supported_proto generic _supported_os Linux +_unsupported_qemu_io_options --nocache size=128M -- 1.8.1.4