From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202510 header.b=bFfQOc03; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 857155A061B for ; Thu, 09 Oct 2025 05:44:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202510; t=1759981439; bh=5qPZFNiL2COVt9mWD9DDoPR6oFKrY7YKACUTshwOXYo=; h=From:To:Cc:Subject:Date:From; b=bFfQOc036fXCDLHW/jyQGTUT3cdowk7kRxxfRFxY0Y8HDo7OKf8mBTOCitvx+l8c/ 7buVJ5DAcAKWDIuSw1jemlSXMe603/+9mFBNctg/TWJRgCkMpL3Ca7mdHJwBj6W2VD tqNUKFK9Tc8TiLEIMFvAlJuOmYq7m33UytK3JpP62Kyek/jAfIZav4s4X26jF9Sjid QQFoOefVcAHkcMllWySK9329IJksUNBc1Z0oZzZG9iW66skZwR3P67jd8Wbg+KLxnc g/naKJNLCJJ1zyvtu7Hm+uz05oO5uqZxRMgSdqmSp+wsL0pBACorIJ90EQrRBPmMOU 83w8Dnph2VNLg== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4chwhv4lPKz4wC0; Thu, 9 Oct 2025 14:43:59 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/2] Fixes to exeter test integration Date: Thu, 9 Oct 2025 14:43:56 +1100 Message-ID: <20251009034358.1256908-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.51.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: FQSFZ7OPCHJYLVGO5MUA6IOSA5UHQUNO X-Message-ID-Hash: FQSFZ7OPCHJYLVGO5MUA6IOSA5UHQUNO X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: In advance of the tunbridge work, here are some further small fixes to the test logic, specifically how we interface with exeter tests. David Gibson (2): test: Add some missing quoting in exeter runner test: For missing static checkers, skip rather than failing tests test/build/static_checkers.sh | 17 +++++++++++++---- test/lib/exeter | 12 ++++++++++-- 2 files changed, 23 insertions(+), 6 deletions(-) -- 2.51.0