From patchwork Fri Oct 5 14:38:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 148193 Delivered-To: patches@linaro.org Received: by 2002:a2e:8595:0:0:0:0:0 with SMTP id b21-v6csp529682lji; Fri, 5 Oct 2018 07:38:07 -0700 (PDT) X-Google-Smtp-Source: ACcGV60VeEH+SOQicle4+sGQYvoOt7dpdIJOKE1jERzQTFBI8gmb4oQShFAFSm9cHspleJEPByDc X-Received: by 2002:adf:b2b8:: with SMTP id g53-v6mr8754503wrd.218.1538750286988; Fri, 05 Oct 2018 07:38:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538750286; cv=none; d=google.com; s=arc-20160816; b=ARkFHXS8gNXDZDukS4t/0HT1vRvDhIqJCbhu8S1rdx57HqBDW/38QTFjqNrBa6+GxB IuMS1giGk9A6dTvw/qBBADigOHftmvfKtv1GAYvenSUuN3GberlnDPE6pUKPCWZtxLKA MXhbjSGGo/fkslJDAyCeQ0/xqIAOQqY+HAPecS7zSloQdKAanng+GHuse8dps1Py6d8y KDEvvcXdiW1LbhY1f8sEF1wUMZzXwF9Xy+ULeBjzDDFdOyACf+UBEZbswkDHx62oAj/K tAltJvjnKHOwbJxK8hUHHuO7tzGNXbtyTN3vikRUMxQ7AfANki0Zk/ritU6AW/nqzaE1 11eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=4XVUw2JHbKMN9aofIa8zqnGp0mXDxSpo2Ma3utcXGRM=; b=nOLkwrz9y8q+q4KQYIa25ppFB/1DwLot3nFlpPyPoVPObN/CepVKV3fJ/n2ecBB50Z FDmMDOAODsdWGKXH69x75Pu8kZYgnlI2ZYitLOenACD/hENQf7eVE4mQTcU1JpCIcGaz hEQfjfsJjR9ZUd/4v0R0ESpUmcWF7wGp4LO+wESH9yHiU6DZ/lERAMbYSW2B+vYJngB2 0TrtjGCstkGdl4JY3j8+bwHJG5OLtZIDYIgmJ5paSFm5RMTIi1UJKFM/VAzPMT3rYK4o 6uOl7LrIOIC59CqwpTRw1i2X2S+CaTHTtAOo8Zn9xYpMT5fzi/s15DniyNYpqINQaPm1 u2BA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id v131-v6si1754052wme.109.2018.10.05.07.38.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 05 Oct 2018 07:38:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.89) (envelope-from ) id 1g8REz-0001EY-8p; Fri, 05 Oct 2018 15:38:05 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, qemu-block@nongnu.org, Kevin Wolf , Max Reitz Subject: [PATCH] tests: Disable test-bdrv-drain Date: Fri, 5 Oct 2018 15:38:02 +0100 Message-Id: <20181005143802.18412-1-peter.maydell@linaro.org> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 The test-bdrv-drain test fails at least 50% of the time on my OS build system. Disable the test until we can figure out what's going on, as this makes pull request processing very difficult. Signed-off-by: Peter Maydell --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.19.0 diff --git a/tests/Makefile.include b/tests/Makefile.include index 175d013f4af..4aae761e769 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -91,7 +91,7 @@ gcov-files-test-thread-pool-y = thread-pool.c gcov-files-test-hbitmap-y = util/hbitmap.c check-unit-y += tests/test-hbitmap$(EXESUF) gcov-files-test-hbitmap-y = blockjob.c -check-unit-y += tests/test-bdrv-drain$(EXESUF) +#check-unit-y += tests/test-bdrv-drain$(EXESUF) check-unit-y += tests/test-blockjob$(EXESUF) check-unit-y += tests/test-blockjob-txn$(EXESUF) check-unit-y += tests/test-block-backend$(EXESUF)