nodejs: do not skip passing test (#435424)

authored by Fabián Heredia Montiel and committed by GitHub 1ea6bb49 4e8ef191

+18 -1
-1
pkgs/development/web/nodejs/nodejs.nix
··· 361 361 "test-process-initgroups" 362 362 "test-process-setgroups" 363 363 "test-process-uid-gid" 364 - "test-setproctitle" 365 364 # This is a bit weird, but for some reason fs watch tests fail with 366 365 # sandbox. 367 366 "test-fs-promises-watch"
+6
pkgs/development/web/nodejs/v20.nix
··· 27 27 ./bypass-darwin-xcrun-node16.patch 28 28 ./node-npm-build-npm-package-logic.patch 29 29 ./use-correct-env-in-tests.patch 30 + 31 + # TODO: remove when included in a release 32 + (fetchpatch2 { 33 + url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1"; 34 + hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE="; 35 + }) 30 36 ] 31 37 ++ gypPatches; 32 38 }
+6
pkgs/development/web/nodejs/v22.nix
··· 51 51 ./node-npm-build-npm-package-logic.patch 52 52 ./use-correct-env-in-tests.patch 53 53 ./bin-sh-node-run-v22.patch 54 + 55 + # TODO: remove when included in a release 56 + (fetchpatch2 { 57 + url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1"; 58 + hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE="; 59 + }) 54 60 ]; 55 61 }
+6
pkgs/development/web/nodejs/v24.nix
··· 51 51 ./node-npm-build-npm-package-logic.patch 52 52 ./use-correct-env-in-tests.patch 53 53 ./bin-sh-node-run-v22.patch 54 + 55 + # TODO: remove when included in a release 56 + (fetchpatch2 { 57 + url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1"; 58 + hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE="; 59 + }) 54 60 ] 55 61 ++ lib.optionals (!stdenv.buildPlatform.isDarwin) [ 56 62 # test-icu-env is failing without the reverts