summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-03-12 09:58:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-03-13 14:34:59 +0200
commit0bc4527a25e97f8a6fa03f1ba0187f53afe432b5 (patch)
tree170d9744c583ce3bd17d3778595170cefc8f16c9 /gnu
parent735fe0eea86fc0bec70e2a9180a329c1f76b5ddc (diff)
fixup Add node-12
Change-Id: I0648220dcc1a1ad952a91b108815c5b8bcca8592
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/node.scm36
1 files changed, 18 insertions, 18 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index e672c5b01c3..ba6c948a0b6 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -539,23 +539,23 @@ devices.")
539 (for-each 539 (for-each
540 delete-file 540 delete-file
541 (cons* 541 (cons*
542 "parellel/test-async-hooks-worker-asyncfn-terminate-1.js" 542 "parallel/test-async-hooks-worker-asyncfn-terminate-1.js"
543 "parellel/test-async-hooks-worker-asyncfn-terminate-2.js" 543 "parallel/test-async-hooks-worker-asyncfn-terminate-2.js"
544 "parellel/test-async-hooks-worker-asyncfn-terminate-3.js" 544 "parallel/test-async-hooks-worker-asyncfn-terminate-3.js"
545 "parellel/test-async-hooks-worker-asyncfn-terminate-4.js" 545 "parallel/test-async-hooks-worker-asyncfn-terminate-4.js"
546 "parellel/test-cli-node-options.js" 546 "parallel/test-cli-node-options.js"
547 "parellel/test-crypto-key-objects-messageport.js" 547 "parallel/test-crypto-key-objects-messageport.js"
548 "parellel/test-crypto-worker-thread.js" 548 "parallel/test-crypto-worker-thread.js"
549 "parellel/test-disable-proto-delete.js" 549 "parallel/test-disable-proto-delete.js"
550 "parellel/test-disable-proto-throw.js" 550 "parallel/test-disable-proto-throw.js"
551 "parellel/test-performance-eventlooputil.js" 551 "parallel/test-performance-eventlooputil.js"
552 "parellel/test-preload.js" 552 "parallel/test-preload.js"
553 "parellel/test-process-exec-argv.js" 553 "parallel/test-process-exec-argv.js"
554 "parellel/test-require-symlink.js" 554 "parallel/test-require-symlink.js"
555 "parellel/test-trace-events-api-worker-disabled.js" 555 "parallel/test-trace-events-api-worker-disabled.js"
556 "parellel/test-trace-events-async-hooks-worker.js" 556 "parallel/test-trace-events-async-hooks-worker.js"
557 "parellel/test-trace-events-worker-metadata.js" 557 "parallel/test-trace-events-worker-metadata.js"
558 "parellel/test-trace-exit.js" 558 "parallel/test-trace-exit.js"
559 "wasi/test-wasi-worker-terminate.js" 559 "wasi/test-wasi-worker-terminate.js"
560 "wpt/test-console.js" 560 "wpt/test-console.js"
561 "wpt/test-encoding.js" 561 "wpt/test-encoding.js"
@@ -564,7 +564,7 @@ devices.")
564 "wpt/test-timers.js" 564 "wpt/test-timers.js"
565 "wpt/test-url.js" 565 "wpt/test-url.js"
566 "report/test-report-worker.js" 566 "report/test-report-worker.js"
567 "es-module/test-esm-loader-side-effect.js" 567 "es-module/test-esm-loader-side-effect.mjs"
568 "sequential/test-worker-prof.js" 568 "sequential/test-worker-prof.js"
569 "abort/test-worker-abort-uncaught-exception.js" 569 "abort/test-worker-abort-uncaught-exception.js"
570 (find-files "parallel" "^test-worker"))))) 570 (find-files "parallel" "^test-worker")))))