From unknown Sat Jun 21 03:24:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#66214 <66214@debbugs.gnu.org> To: bug#66214 <66214@debbugs.gnu.org> Subject: Status: [PATCH] gnu: psautohint: Disable flaky tests. Reply-To: bug#66214 <66214@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:24:31 +0000 retitle 66214 [PATCH] gnu: psautohint: Disable flaky tests. reassign 66214 guix-patches submitter 66214 Hilton Chain severity 66214 normal tag 66214 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 26 11:10:20 2023 Received: (at submit) by debbugs.gnu.org; 26 Sep 2023 15:10:20 +0000 Received: from localhost ([127.0.0.1]:49561 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ql9hb-0007jE-MF for submit@debbugs.gnu.org; Tue, 26 Sep 2023 11:10:19 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ql9hX-0007iv-IM for submit@debbugs.gnu.org; Tue, 26 Sep 2023 11:10:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ql9hF-00081X-0i for guix-patches@gnu.org; Tue, 26 Sep 2023 11:09:57 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ql9hD-0003sQ-CA for guix-patches@gnu.org; Tue, 26 Sep 2023 11:09:56 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1695740890; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=omFRKf6IUy5N6BacX0W1+Wm8vFUPg0mcPJUUVBV/GJo=; b=euDIeSEC+sOBnAtq5ckL3sWSVevzv6gLNA4QOjEJ6RN6Mnow2rbwdMfLefryO128Sr7uOz YKTxmGA2dAjfC502XqUXu63I9WW67Imf0PHu3Ql2Ye9d5R/Grfw+KcJstLk9kBNtTeyIn1 pKegWeRRXI89Akf4EQcUffXNm4Bq230oJNy7isqF/OjijbAqIprcNpKc80hWOyFaX9tXsL UmCIHbOShg6eMF/LhemruXp/gn9Pef/Q1R/xOaeRG9LBjkNUQztjpNFBCQZ+u0wasNd3wv HqR7drTaXdhjP2neqqIrf4dbteHeWxv1rn6rI7yf61holFkciMRNW0LldK81jw== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space To: guix-patches@gnu.org Subject: [PATCH] gnu: psautohint: Disable flaky tests. Date: Tue, 26 Sep 2023 23:08:44 +0800 Message-ID: <93558a4525060f2d52b469ef3098456f14c17dc3.1695740785.git.hako@ultrarare.space> MIME-Version: 1.0 X-Debbugs-Cc: Josselin Poiret Content-Transfer-Encoding: 8bit X-Spamd-Bar: + X-Spam-Level: * Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Hilton Chain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/fontutils.scm (psautohint)[#:test-flags]: Disable tests test_hashmap_no_version and test_hashmap_old_version. --- gnu/packages/fontutils.scm | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 18697cd821..c781ae2baf 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -789,9 +789,18 @@ (define-public psautohint (build-system pyproject-build-system) (arguments (list - ;; The CJKSparseVar.subset.hinted.otf test fails with slightly different - ;; output caused by the newer fonttools version used in Guix. - #:test-flags #~(list "-k" "not CJKSparseVar.subset.hinted.otf") + #:test-flags + #~(list "-k" + (string-join + '(;; The CJKSparseVar.subset.hinted.otf test fails with slightly + ;; different output caused by the newer fonttools version used + ;; in Guix. + "not CJKSparseVar.subset.hinted.otf" + ;; These tests fails underministically, See also: + ;; https://github.com/adobe-type-tools/afdko/issues/1678 + "not test_hashmap_no_version" + "not test_hashmap_old_version") + " and ")) #:phases #~(modify-phases %standard-phases (add-after 'unpack 'copy-font-data base-commit: b2887da40c6cb9d541a9df67aa726694f64d8943 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 29 17:11:18 2023 Received: (at 66214) by debbugs.gnu.org; 29 Sep 2023 21:11:18 +0000 Received: from localhost ([127.0.0.1]:57283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qmKlZ-0001Cv-Sc for submit@debbugs.gnu.org; Fri, 29 Sep 2023 17:11:18 -0400 Received: from [80.241.217.52] (port=41004 helo=tobias.gr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qmKlS-0001CM-Qo for 66214@debbugs.gnu.org; Fri, 29 Sep 2023 17:11:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=IEsLlJ04frtRD YkDZmxw06rf9fqPBkQoDXfLa4xsjOU=; h=references:in-reply-to:subject:cc: to:from:date; d=tobias.gr; b=Y7mptQ/H5wsB0F99AKmUYYf9lxX+KrjfneZfq4V1+ 7Jtn6cT0i4ffkvPjuAgtIuAuxCIWZjx8FjN+jlvEYFX20g0qec87jr6wMRo22lyi/Z4LMv YnbcMoi6iVtLBjSQpvuXcu6wt9PCmLFVJRBaDcyGG21xHP3hyc9GJpfTzZNtF8dkVkcAjo e+WfptbSNT4SvLYj0JgA80Xq+ohgMzfGb1RArjzq5w4zHd59JiznNen+vwd71RcyM3zghD 3LGXf36JeEc3X4btCf6g7fNbslqm5HbbqIp/T86AvuEDS4MgzQATRSoH17BFKFzm8l/6TO FNPFem3af2ynVjis6Es3Q== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 7254d25d; Fri, 29 Sep 2023 21:10:47 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 29 Sep 2023 23:10:47 +0200 From: Tobias Geerinckx-Rice To: Hilton Chain Subject: Re: [bug#66214] [PATCH] gnu: psautohint: Disable flaky tests. In-Reply-To: <93558a4525060f2d52b469ef3098456f14c17dc3.1695740785.git.hako@ultrarare.space> References: <93558a4525060f2d52b469ef3098456f14c17dc3.1695740785.git.hako@ultrarare.space> Message-ID: <78e7679e9e93b913a679bd49d07bb911@tobias.gr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Ohai, On 2023-09-26 17:08, Hilton Chain via Guix-patches via wrote: > * gnu/packages/fontutils.scm (psautohint)[#:test-flags]: Disable tests > test_hashmap_no_version and test_hashmap_old_version. Pushed to master as b268842ec4808f5030f3bda95f52ff39dd88e3ad with a minor commit message tweak ([#:test-flags] → [arguments]). Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 66214 Cc: 66214@debbugs.gnu.org, Josselin Poiret X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Ohai, On 2023-09-26 17:08, Hilton Chain via Guix-patches via wrote: > * gnu/packages/fontutils.scm (psautohint)[#:test-flags]: Disable tests > test_hashmap_no_version and test_hashmap_old_version. Pushed to master as b268842ec4808f5030f3bda95f52ff39dd88e3ad with a minor commit message tweak ([#:test-flags] → [arguments]). Thanks, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 02 08:06:05 2023 Received: (at control) by debbugs.gnu.org; 2 Oct 2023 12:06:05 +0000 Received: from localhost ([127.0.0.1]:36187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qnHgb-0003S3-4N for submit@debbugs.gnu.org; Mon, 02 Oct 2023 08:06:05 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:37378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qnHgY-0003Rh-TV for control@debbugs.gnu.org; Mon, 02 Oct 2023 08:06:03 -0400 Date: Mon, 02 Oct 2023 20:04:41 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1696248232; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=AUkaKdc15g6C+wV3yCaiPuZZPypxV7Ld3I1nlYotXA0=; b=wbWMBmJpJrk2nkdI54erxMWNq2lrBHlfT8ZLMPQEsLP3MyJg95+HxWHt9eJDRpVDBEkYki +jtH+BlWnHAYaz3MdflQ4IIQWM0wbVuY9iAG5Nn5wA8GwdLx8uENYgcxP7ozpbTKuDnLct VCJwyXe4qacb2iUYX1WJi9CtQKWbPmaShz72mKpBSfWxQA+gfVIfExHKUhYBCKEN1CjiXW XzILws4lLLukfnaJs4izAlV/zNdGba1b4uzSKeoLBFBpUUHvtvDo/nKTH3O+P4kG/r5Mia E1DjPh2PVvAht/4bsLV3O/GStI4mn1G2dT5n0PBtzfbjQ6fw6WikROi5JSpwDA== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Message-ID: <874jj944di.wl-hako@ultrarare.space> To: control@debbugs.gnu.org From: Hilton Chain Subject: control message for bug #66214 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 66214 quit From unknown Sat Jun 21 03:24:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 31 Oct 2023 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator