From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B17CC433F5 for ; Sat, 25 Sep 2021 00:36:31 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AF86C61212 for ; Sat, 25 Sep 2021 00:36:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org AF86C61212 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 244E2834F7; Sat, 25 Sep 2021 02:35:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="YQnUYaxm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E1153834F0; Sat, 25 Sep 2021 02:32:19 +0200 (CEST) Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3920683508 for ; Sat, 25 Sep 2021 02:31:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-ot1-x330.google.com with SMTP id g62-20020a9d2dc4000000b0054752cfbc59so9754841otb.1 for ; Fri, 24 Sep 2021 17:31:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hn2o8K8t4YuWfFyxKdTcMssDIw8twLN/iJJXoeiZVjo=; b=YQnUYaxmu3CT+WC3EPFhGSjDEkiMl9+SZbR8iEilOU0aFUkyKOxRoMUlkccxo2/17e VEB7eWJTNf9Q6sCVhvKgxFWEhIi+vY5hA7Y029z91kKFKkTx2xVJiSMdQFELQKlmEtZ8 nDkypNc4bUZ0TblrvPhSG2dmfNg4E7DavAbg0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hn2o8K8t4YuWfFyxKdTcMssDIw8twLN/iJJXoeiZVjo=; b=e5G6o6bgXSadSM3MzHf665TDKnB7QruJHaiOSDagOAnEFpCHtFulxFB0eYPb8u5jvD 3D4kpqIKh8A3/H9XrcsT9JQ0gm6GHpugduiTC5T4a343rk4wpRVDYQvOYg1SWcup1mVW QKE5dmltZIMbjnFEViba4dtRSFvFzh9xmudBsQBnobuoCgGnIfAMBm+cN5qGqErTb2jZ r3CIo+mGnliVr5piQ36ielpZLy9xwGPhfAfAEeQCwkMj1l9c9S1LI/o5TKfKM6Yjrogn I3Ya9MldHr0PW4mtxIXFVCiWo4xmJCwebqGpUBo5EH0jNXyLpRcwV21LsnAKt3wrJG74 6oCg== X-Gm-Message-State: AOAM5312dZ20ib4bPlXo7hL8BceUBm3DuAwshz2L8X+SXED9HyJhy0ED dVtQr5H/YxdW17++6Fi+Bmjmu5S6fmsDpA== X-Google-Smtp-Source: ABdhPJzrzGjJuk/65wG6J63IJqz0rId0kVUHt8bPrZbanu2EmIu5VZXI4y3l/w4EKL4lvAQCRrAaag== X-Received: by 2002:a9d:6c91:: with SMTP id c17mr6546810otr.114.1632529881632; Fri, 24 Sep 2021 17:31:21 -0700 (PDT) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id y83sm2491462oia.47.2021.09.24.17.31.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 17:31:21 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Heinrich Schuchardt , Bin Meng , Christian Melki , Tom Rini , Ilias Apalodimas , Simon Glass Subject: [PATCH v2 22/39] binman: Tidy up comments on _DoTestFile() Date: Fri, 24 Sep 2021 18:30:38 -0600 Message-Id: <20210924183029.v2.22.I63426fa0a533abc8836c8d7c1b05df25c03f780a@changeid> X-Mailer: git-send-email 2.33.0.685.g46640cef36-goog In-Reply-To: <20210925003055.759305-1-sjg@chromium.org> References: <20210925003055.759305-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean The comment for this function is missing an argument and the return value. Fix it. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/ftest.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 8199a4fc7e0..39a4b94cd0b 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -334,6 +334,11 @@ class TestFunctional(unittest.TestCase): extra_indirs: Extra input directories to add using -I threads: Number of threads to use (None for default, 0 for single-threaded) + test_section_timeout: True to force the first time to timeout, as + used in testThreadTimeout() + + Returns: + int return code, 0 on success """ args = [] if debug: -- 2.33.0.685.g46640cef36-goog