Commit eb25252
test: move tmpdir to submodule of common
Move tmpdir functionality to its own module (common/tmpdir).
PR-URL: #17856
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>1 parent ae372f0 commit eb25252Copy full SHA for eb25252
File tree
Expand file treeCollapse file tree
155 files changed
+645
-456
lines changedOpen diff view settings
Filter options
- benchmark
- http
- module
- test
- addons
- load-long-path
- symlinked-module
- async-hooks
- common
- es-module
- known_issues
- parallel
- pummel
- sequential
- tick-processor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
155 files changed
+645
-456
lines changedOpen diff view settings
Collapse file
benchmark/http/http_server_for_chunky_client.js
Copy file name to clipboardExpand all lines: benchmark/http/http_server_for_chunky_client.js+3-10Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | 5 | |
7 | 6 | |
8 | | - |
| 7 | + |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
| 11 | + |
16 | 12 | |
17 | 13 | |
18 | | - |
19 | | - |
20 | | - |
21 | 14 | |
22 | 15 | |
23 | 16 | |
|
Collapse file
benchmark/module/module-loader.js
Copy file name to clipboardExpand all lines: benchmark/module/module-loader.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | | - |
| 6 | + |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
test/addons/load-long-path/test.js
Copy file name to clipboardExpand all lines: test/addons/load-long-path/test.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
11 | 12 | |
12 | 13 | |
13 | 14 | |
14 | 15 | |
15 | | - |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
|
Collapse file
test/addons/symlinked-module/test.js
Copy file name to clipboardExpand all lines: test/addons/symlinked-module/test.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | | - |
| 19 | + |
19 | 20 | |
20 | 21 | |
21 | 22 | |
|
Collapse file
test/async-hooks/test-graph.pipeconnect.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-graph.pipeconnect.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
| 10 | + |
10 | 11 | |
11 | 12 | |
12 | 13 | |
|
Collapse file
test/async-hooks/test-pipeconnectwrap.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-pipeconnectwrap.js+2-1Lines changed: 2 additions & 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 | 15 | |
|
Collapse file
+14-10Lines changed: 14 additions & 10 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
| ||
332 | 333 | |
333 | 334 | |
334 | 335 | |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
339 | | - |
340 | 336 | |
341 | 337 | |
342 | 338 | |
| ||
384 | 380 | |
385 | 381 | |
386 | 382 | |
387 | | - |
388 | | - |
389 | | - |
390 | | - |
391 | | - |
392 | 383 | |
393 | 384 | |
394 | 385 | |
| ||
670 | 661 | |
671 | 662 | |
672 | 663 | |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
673 | 677 | |
674 | 678 | |
675 | 679 | |
|
Collapse file
+2-64Lines changed: 2 additions & 64 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
34 | | - |
35 | | - |
| 33 | + |
36 | 34 | |
37 | 35 | |
38 | 36 | |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | 37 | |
44 | 38 | |
45 | 39 | |
| ||
120 | 114 | |
121 | 115 | |
122 | 116 | |
123 | | - |
124 | | - |
125 | | - |
126 | | - |
127 | | - |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | | - |
161 | | - |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | 117 | |
180 | 118 | |
181 | 119 | |
| ||
269 | 207 | |
270 | 208 | |
271 | 209 | |
272 | | - |
| 210 | + |
273 | 211 | |
274 | 212 | |
275 | 213 | |
|
Collapse file
test/common/tmpdir.js
Copy file name to clipboard+67Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
Collapse file
test/es-module/test-esm-preserve-symlinks.js
Copy file name to clipboardExpand all lines: test/es-module/test-esm-preserve-symlinks.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
|
0 commit comments