Merge release-26.05 into staging-next-26.05

This commit is contained in:
nixpkgs-ci[bot] 2026-06-21 00:57:18 +00:00 committed by GitHub
commit 0c0891a9cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 3430 additions and 4033 deletions

View file

@ -524,6 +524,27 @@ let
"test-esm-import-meta-main-eval"
"test-worker-debug"
]
# These network/fetch/inspector tests fail on riscv64
++ lib.optionals (majorVersion == "24" && stdenv.hostPlatform.isRiscV64) [
"test-fetch"
"test-http2-allow-http1-upgrade-ws"
"test-http-proxy-fetch"
"test-http-set-global-proxy-from-env-fetch"
"test-http-set-global-proxy-from-env-fetch-default"
"test-http-set-global-proxy-from-env-fetch-empty"
"test-http-set-global-proxy-from-env-fetch-no-proxy"
"test-http-set-global-proxy-from-env-fetch-restore"
"test-http-set-global-proxy-from-env-override-fetch"
"test-inspector-invalid-protocol"
"test-inspector-network-content-type"
"test-inspector-network-fetch"
"test-inspector-network-websocket"
"test-report-exclude-network"
"test-tls-set-default-ca-certificates-append-fetch"
"test-tls-set-default-ca-certificates-reset-fetch"
"test-use-env-proxy-cli-http"
"test-wasm-web-api"
]
# Those are annoyingly flaky, but not enough to be marked as such upstream.
++ lib.optional (majorVersion == "22") "test-child-process-stdout-flush-exit"
++ lib.optional (