* [bug#66214] [PATCH] gnu: psautohint: Disable flaky tests.
@ 2023-09-26 15:08 Hilton Chain via Guix-patches via
2023-09-29 21:10 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-09-26 15:08 UTC (permalink / raw)
To: 66214; +Cc: Hilton Chain, Josselin Poiret
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#66214] [PATCH] gnu: psautohint: Disable flaky tests.
2023-09-26 15:08 [bug#66214] [PATCH] gnu: psautohint: Disable flaky tests Hilton Chain via Guix-patches via
@ 2023-09-29 21:10 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-09-29 21:10 UTC (permalink / raw)
To: Hilton Chain; +Cc: 66214, Josselin Poiret
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-29 21:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 15:08 [bug#66214] [PATCH] gnu: psautohint: Disable flaky tests Hilton Chain via Guix-patches via
2023-09-29 21:10 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).