From patchwork Thu Jan 30 11:51:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 22680 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 23D34BD808 for ; Thu, 30 Jan 2025 11:51:57 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CE42A6858D; Thu, 30 Jan 2025 12:51:56 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=protonmail.com header.i=@protonmail.com header.b="JG9cQ2Im"; dkim-atps=neutral Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2CC3B68582 for ; Thu, 30 Jan 2025 12:51:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1738237914; x=1738497114; bh=PBAfXnfvaxNZUPPyp2LO2SCJu/pHTiGnY0b3zSUInxU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=JG9cQ2ImMahu2y+6Peev3HyQK2Ymny9HqEeasomnWSObcPFB626HP1dWBh4BZIgwk HZuF9Ahd4Hc3G9pmCuS6zAQLxXYlvjlEcGqzYWtOnCNFktHNGv8CKiyfGg84CZ8JWJ akH6XIHkqzD7fk4Tt2qAZHQMa2WnhuiFkKtOIzm8hpCmAe68rHpnXK9SYklHbCxziT nizasf1YA0QeBHRogmIv4b5HBHQpRyEpe6CwkTb18zh7TnO1bMHylYblFtt/lrDWgv c3XmKoKOKIT31hyXpr91e1KxqfTwP2u4KTC/ASiari6Iu47zq54RleGr24guLoYs3w nSWkvEl+iNIdg== Date: Thu, 30 Jan 2025 11:51:50 +0000 To: libcamera-devel@lists.libcamera.org From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Cc: Jacopo Mondi Subject: [RFC PATCH v3 21/21] apps: lc-compliance: Rename `CaptureUnbalanced` Message-ID: <20250130115001.1129305-22-pobrn@protonmail.com> In-Reply-To: <20250130115001.1129305-1-pobrn@protonmail.com> References: <20250130115001.1129305-1-pobrn@protonmail.com> Feedback-ID: 20568564:user:proton X-Pm-Message-ID: e6a39df64e762c940c273474d298c8d31c1de44a MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Rename the test to `StopWithRequestsQueued` for more clarity. Suggested-by: Jacopo Mondi Signed-off-by: Barnabás Pőcze Reviewed-by: Jacopo Mondi --- src/apps/lc-compliance/tests/capture_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/lc-compliance/tests/capture_test.cpp b/src/apps/lc-compliance/tests/capture_test.cpp index db1d52fc9..39761f9b1 100644 --- a/src/apps/lc-compliance/tests/capture_test.cpp +++ b/src/apps/lc-compliance/tests/capture_test.cpp @@ -104,13 +104,13 @@ TEST_P(SimpleCapture, CaptureStartStop) } /* - * Test unbalanced stop + * Test stop with queued requests * * Makes sure the camera supports a stop with requests queued. Example failure * is a camera that does not handle cancelation of buffers coming back from the * video device while stopping. */ -TEST_P(SimpleCapture, UnbalancedStop) +TEST_P(SimpleCapture, StopWithRequestsQueued) { const auto &[roles, numRequests] = GetParam();