CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 10:05:56 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/nodejs/node.git
etag: W/"002b34bfb263654360dc1cb450a192b5"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1Z5NhBTGVwZZSqMx5Y%2F5nipS634RCn8d9wtNplnQIohBYXsjQeMxIVM7Ozw4NAcfM66lO16MH9t81eod8iehaRpRUP3zwGJllxbvmIWsUOmrHCYOqzBaU1cpVdP2T1gRnOPKsee1Jmjn9Q6Lh1xrGnsUssikgZUiWJPIKuU7wAuQUAsw%2FF9poxPc1gHOqQbTH8y9wuqmTcVX75daCBVlrtdd78rGJj7aJJb%2B1itfGZqvcGT97kTFOYmZlUo%2BZExWFZ3DLgz2R2avLNcsK9bAtA%3D%3D--mIenUDhiqrO08fL%2F--inme4CAmDBKfz9tS330HqA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1846779809.1753092355; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 10:05:55 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 10:05:55 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D710:18613F:7DA93A:982EA7:687E1103
test: move shared module to `test/common` · nodejs/node@c6656c9 · GitHub
Copy file name to clipboardExpand all lines: test/common/process-exit-code-cases.js
Copy file name to clipboardExpand all lines: test/parallel/test-process-exit-code.js
Copy file name to clipboardExpand all lines: test/parallel/test-worker-exit-code.js
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Commit c6656c9
test: move shared module to
`test/fixtures/process-exit-code-cases.js` is a shared module and should
be in `test/common` (so it gets linted, etc.) and documented in
`test/common/README.md`.
PR-URL: #54042
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>test/common
1 parent a6eedc4 commit c6656c9Copy full SHA for c6656c9
File tree
Expand file treeCollapse file tree
4 files changed
+42
-20
lines changedFilter options
- test
- common
- parallel
Expand file treeCollapse file tree
4 files changed
+42
-20
lines changed+38-16Lines changed: 38 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 |
| - | |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
82 |
| - | |
| 83 | + | |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
| |||
488 | 489 |
| |
489 | 490 |
| |
490 | 491 |
| |
491 |
| - | |
| 492 | + | |
492 | 493 |
| |
493 | 494 |
| |
494 | 495 |
| |
| |||
503 | 504 |
| |
504 | 505 |
| |
505 | 506 |
| |
506 |
| - | |
| 507 | + | |
507 | 508 |
| |
508 | 509 |
| |
509 | 510 |
| |
| |||
607 | 608 |
| |
608 | 609 |
| |
609 | 610 |
| |
610 |
| - | |
| 611 | + | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
| |||
698 | 699 |
| |
699 | 700 |
| |
700 | 701 |
| |
701 |
| - | |
| 702 | + | |
702 | 703 |
| |
703 | 704 |
| |
704 | 705 |
| |
| |||
773 | 774 |
| |
774 | 775 |
| |
775 | 776 |
| |
776 |
| - | |
| 777 | + | |
777 | 778 |
| |
778 | 779 |
| |
779 | 780 |
| |
| |||
821 | 822 |
| |
822 | 823 |
| |
823 | 824 |
| |
824 |
| - | |
| 825 | + | |
825 | 826 |
| |
826 | 827 |
| |
827 | 828 |
| |
| |||
940 | 941 |
| |
941 | 942 |
| |
942 | 943 |
| |
943 |
| - | |
| 944 | + | |
944 | 945 |
| |
945 | 946 |
| |
946 | 947 |
| |
| |||
974 | 975 |
| |
975 | 976 |
| |
976 | 977 |
| |
977 |
| - | |
| 978 | + | |
978 | 979 |
| |
979 | 980 |
| |
980 | 981 |
| |
| |||
1002 | 1003 |
| |
1003 | 1004 |
| |
1004 | 1005 |
| |
1005 |
| - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
1006 | 1028 |
| |
1007 | 1029 |
| |
1008 | 1030 |
| |
| |||
1051 | 1073 |
| |
1052 | 1074 |
| |
1053 | 1075 |
| |
1054 |
| - | |
| 1076 | + | |
1055 | 1077 |
| |
1056 | 1078 |
| |
1057 | 1079 |
| |
| |||
1061 | 1083 |
| |
1062 | 1084 |
| |
1063 | 1085 |
| |
1064 |
| - | |
| 1086 | + | |
1065 | 1087 |
| |
1066 | 1088 |
| |
1067 | 1089 |
| |
| |||
1129 | 1151 |
| |
1130 | 1152 |
| |
1131 | 1153 |
| |
1132 |
| - | |
| 1154 | + | |
1133 | 1155 |
| |
1134 | 1156 |
| |
1135 | 1157 |
| |
|
test/fixtures/process-exit-code-cases.js renamed to test/common/process-exit-code-cases.js
Copy file name to clipboardExpand all lines: test/common/process-exit-code-cases.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
test/parallel/test-process-exit-code.js
Copy file name to clipboardExpand all lines: test/parallel/test-process-exit-code.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
test/parallel/test-worker-exit-code.js
Copy file name to clipboardExpand all lines: test/parallel/test-worker-exit-code.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
You can’t perform that action at this time.
0 commit comments