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: Hilton Chain <hako <at> ultrarare.space>
To: 77782 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, André Batista <nandre <at> riseup.net>, Clément Lassieur <clement <at> lassieur.org>, Hilton Chain <hako <at> ultrarare.space>, Ian Eure <ian <at> retrospec.tv>, Jonathan Brielmaier <jonathan.brielmaier <at> web.de>, Mark H Weaver <mhw <at> netris.org>
Subject: [bug#77782] [PATCH 2/2] gnu: mozjs: Work around DST affected tests.
Date: Sun, 13 Apr 2025 23:38:54 +0800
* 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?)
-- 
2.49.0





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.