diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-04-13 22:00:43 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-04-19 14:28:56 +0800 |
commit | b276cf2f9785c71cc37688c3e2b1db38e2c710a1 (patch) | |
tree | 570bc477e8c6cb6b513259921857b7c7a8e8091f | |
parent | f26eeefb5744ac18b9e22b94f38544041af0c91e (diff) | |
download | guix-b276cf2f9785c71cc37688c3e2b1db38e2c710a1.tar.gz guix-b276cf2f9785c71cc37688c3e2b1db38e2c710a1.zip |
gnu: mozjs: Disable test suite failing for DST.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]<#:phases>: Delete test suite
non262/Date/15.9.5.7.js.
Change-Id: I480c78d208ccecda8a5467461a0e5c7228262f9d
-rw-r--r-- | gnu/packages/gnuzilla.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 76d5ab1d29..78d6151ceb 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -186,6 +186,10 @@ (("mips64") "mips64|riscv64"))) #~()) + ;; FIXME: An one-hour difference is produced after DST + ;; starting in the timezone the test suite uses. + (delete-file "non262/Date/15.9.5.7.js") + ;; The test suite expects a lightly patched ICU. Disable tests ;; that do not work with the system version. See ;; "intl/icu-patches" for clues. |