From patchwork Thu Apr 7 08:37:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 15646 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 67B47C0F1B for ; Thu, 7 Apr 2022 08:37:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 92F4D65642; Thu, 7 Apr 2022 10:37:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1649320648; bh=K6lPQgkU43OeuSpLA13reIRXUmisEBxKts2LCyJ1+iA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=R313JKFDUpDmaDpbHDvhhgKQaOUbNk+v01E/32rxju2Gd+XfwaHrhKp0QPMwExJGh EM/568eQcFPqlRrwG9yeqpZGjL9j9kf6emnXp/ZBNb4YHsHxb9NbpF3+vWfVNmEJz2 /5RwPYvhg8s1gvCyIJ6ejYkqihAwWRs4r9WaII2SKYCpEVI3Q4SSw+TWMfjMzZCYkV Dc9RZxq89QVGq7+3wBHFmyL7hl7hQxsBs/nDYh4H0kSQLYhQ3BaUd0xEXJMG63DrEd mL3AoWLwgmWbNYF6LwGAMGr135FEcjfXl3SlNSi1qfQlrkffGiVP0Rvd1PqdZXT9GD S3vwe4mGg9gfw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4463761FBB for ; Thu, 7 Apr 2022 10:37:26 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="oiq28ygF"; dkim-atps=neutral Received: from localhost.localdomain (117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D4B67880 for ; Thu, 7 Apr 2022 10:37:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1649320646; bh=K6lPQgkU43OeuSpLA13reIRXUmisEBxKts2LCyJ1+iA=; h=From:To:Subject:Date:From; b=oiq28ygFt5U13cBjdFpL+pn/3yDchjdP4IJO5M0bk4H9PhmNKKbPLD304d0YhvLKy jrxXvFw8io8pIwcCJlfZtnFvOl+VLBE+siOshM6KEgHGtNWSlV0l6QKWvGHartuG7i yLn5mBInmZAFMUsKEutXuZt1lJjjXA8afK80Yk6E= To: libcamera-devel@lists.libcamera.org Date: Thu, 7 Apr 2022 11:37:16 +0300 Message-Id: <20220407083719.21631-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] test: Fix dequeue_watchdog test failure when running the whole test suite 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small series fails a failure of the dequeue_watchdog test due to random configuration of the vimc pipeline. Please see individual patches for details. Laurent Pinchart (3): test: v4l2_videodevice: dequeue_watchdog: Log message on failures test: v4l2_videodevice: dequeue_watchdog: Check return value of streamOn test: v4l2_videodevice: Fix format configuration in the vimc pipeline test/v4l2_videodevice/dequeue_watchdog.cpp | 10 ++++++++-- test/v4l2_videodevice/v4l2_videodevice_test.cpp | 5 +++-- 2 files changed, 11 insertions(+), 4 deletions(-) Tested-by: Kieran Bingham Reviewed-by: Kieran Bingham