From nobody Sun Nov 9 15:04:12 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684522822251.3641136212982; Wed, 20 Feb 2019 09:42:02 -0800 (PST) Received: from localhost ([127.0.0.1]:44542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVsb-0007cp-B3 for importer@patchew.org; Wed, 20 Feb 2019 12:41:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfQ-00054d-6m for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfP-00022n-Gc for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:20 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:38208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfP-00022I-AE for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:19 -0500 Received: by mail-wr1-x442.google.com with SMTP id v13so26972607wrw.5 for ; Wed, 20 Feb 2019 09:28:19 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id v18sm18751694wrr.90.2019.02.20.09.28.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:16 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id B918E1FF8B; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YutEHvuiMr+qMh36Rz9DaHBNapED7sh1F5XESEZwiBE=; b=gbZELNpNqaDQTTGVId5HcvyaqdT85tmpjr3PLcjlAMvk75cq29PFPwm7T8Vo5CYtqk ymeRzGTpKfHWJb0KvXmyjonm2QgAQrJ2Li8x1/ci2OXvMEvJVLUrICh7TAW/Etl8EqXK BL91x2eHxNbpJfN1MnsbDfVKS8JgI7+6ioqsz+r+5EncNjXLSw5xE2pwFhCpKGAOHd4w XCeIosvTQ83PbVl1YqwXoxthtk++spC8KdRZfi24tseEGh3idOUmgaSOsbgN8hPTCH6+ QPs1v4ctM+U/qDT+976r30J70XBv9VpRBB3yeqeiJ4hHPc1gLTF/dibXfnyckzhm2MqJ nzUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YutEHvuiMr+qMh36Rz9DaHBNapED7sh1F5XESEZwiBE=; b=PfPTRkLOI3m1v1KuThupdAKKIYalMLXLy6QZYk5Z7jp+KQVnitB8Hdw8I8Iuxg9hDp YL/6ieFpQBtlxbvCBbXmEo+rFLeNywvK/PAU8fZTni/I1IiRzUzp+dVfUrUNgO180mjm WId0JnOO3nDvsPX0P0vEiLKkpYLq/SJ3V+AKeZjq8PWUO9G8Xl2yyt4/dlAT5xdMY+6o PelGfW2PBDtKTIb5sG63ZD7UyjaHpfnx4VGxeH84wcTROQ0DhNdrkmVIiKwpNwhlBki0 Y64HDDV4/UWs+Rm5dRoXhSwMCegOR74uddoOS++gH3nmIH4criGyZGOLigPOxhKBDYxH Z3ug== X-Gm-Message-State: AHQUAuYsd5zGzuwFm7kvmRQs4+WhM9HEJLTFHkLCnSeg5q+SC5fCGxyK +/R+0ZqKb/QN8mfkllrIyYwHLw== X-Google-Smtp-Source: AHgI3IZZ6E9d/R91Kozmj4WatWEytm4NqKHdJMOIFA0Oywr7FwnE5fnGQ1PgnFCcAZj+AJrVhdkuug== X-Received: by 2002:adf:ba8e:: with SMTP id p14mr24678669wrg.230.1550683698089; Wed, 20 Feb 2019 09:28:18 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:11 +0000 Message-Id: <20190220172811.10588-9-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::442 Subject: [Qemu-devel] [PATCH v1 8/8] tests/softfloat: always do quick softfloat tests X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Some operations take a long time and enabling "-l 2 -r all" can take more than a day which is stretching the definition of a "slow" test. Lets default to the quick test and leave a note for those who wish to run by hand. Signed-off-by: Alex Benn=C3=A9e --- tests/Makefile.include | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index b39e989f72..3741f8f6dd 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -896,11 +896,9 @@ $(FP_TEST_BIN): "BUILD", "$(notdir $@)") =20 # The full test suite can take a bit of time, default to a quick run -ifeq ($(SPEED), quick) +# "-l 2 -r all" can take more than a day for some operations and is best +# run manually FP_TL=3D-l 1 -else -FP_TL=3D-l 2 -r all -endif =20 # $1 =3D tests, $2 =3D description test-softfloat =3D $(call quiet-command, \ --=20 2.20.1