GNU bug report logs - #77782
[PATCH 1/2] gnu: Remove mozjs-102.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 13 Apr 2025 15:37:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Clément Lassieur <clement <at> lassieur.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: André Batista <nandre <at> riseup.net>, Mark H Weaver <mhw <at> netris.org>, 77782 <at> debbugs.gnu.org, Jonathan Brielmaier <jonathan.brielmaier <at> web.de>, Ian Eure <ian <at> retrospec.tv>
Subject: [bug#77782] [PATCH 2/2] gnu: mozjs: Work around DST affected tests.
Date: Mon, 14 Apr 2025 00:12:45 +0200
On Sun, Apr 13 2025, Hilton Chain wrote:

> * gnu/packages/gnuzilla.scm (mozjs)[arguments]<#:phases>: Use UTC for timezone
> related tests.
>
> Change-Id: I480c78d208ccecda8a5467461a0e5c7228262f9d
> ---
>  gnu/packages/gnuzilla.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
> index 76d5ab1d29..6bcff1c348 100644
> --- a/gnu/packages/gnuzilla.scm
> +++ b/gnu/packages/gnuzilla.scm
> @@ -178,6 +178,10 @@ (define-public mozjs
>                    ((".*killed process should not have exitStatus.*")
>                     ""))
>  
> +                ;; FIXME: Affected by DST.
> +                (substitute* "non262/Date/15.9.5.7.js"
> +                  (("PST") "UTC"))
> +
>                  ;; This was fixed sometime between 102.15.1 and 115.11.0.
>                  ;; These tests are supposed to be skipped on all 64-bit systems.
>                  #$@(if (target-riscv64?)

Hello!  Could you please explain a bit more what this patch fixes?

Thanks,
Clément




This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.