Commit 22f46e7
test: remove common.globalCheck
This flag is partially used in tests where it was not necessary and
it is always possible to replace this flag with
`common.allowGlobals`. This makes sure all globals are truly tested
for.
PR-URL: #20717
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent ada41b0 commit 22f46e7Copy full SHA for 22f46e7
File tree
Expand file treeCollapse file tree
17 files changed
+33
-44
lines changedOpen diff view settings
Filter options
- test
- common
- parallel
Expand file treeCollapse file tree
17 files changed
+33
-44
lines changedOpen diff view settings
Collapse file
-5Lines changed: 0 additions & 5 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
150 | 150 | |
151 | 151 | |
152 | 152 | |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | 153 | |
159 | 154 | |
160 | 155 | |
|
Collapse file
-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
366 | 366 | |
367 | 367 | |
368 | 368 | |
369 | | - |
370 | | - |
371 | | - |
372 | 369 | |
373 | | - |
374 | 370 | |
375 | 371 | |
376 | 372 | |
377 | 373 | |
378 | 374 | |
379 | 375 | |
380 | | - |
381 | 376 | |
382 | 377 | |
383 | | - |
384 | 378 | |
385 | 379 | |
386 | 380 | |
|
Collapse file
-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
67 | | - |
68 | | - |
69 | 66 | |
70 | | - |
71 | 67 | |
72 | 68 | |
73 | 69 | |
|
Collapse file
test/parallel/test-domain-crypto.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-crypto.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
|
Collapse file
test/parallel/test-global.js
Copy file name to clipboardExpand all lines: test/parallel/test-global.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
Collapse file
test/parallel/test-repl-autolibs.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-autolibs.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
29 | | - |
30 | | - |
31 | 28 | |
32 | 29 | |
33 | 30 | |
| ||
65 | 62 | |
66 | 63 | |
67 | 64 | |
| 65 | + |
68 | 66 | |
69 | 67 | |
70 | 68 | |
|
Collapse file
test/parallel/test-repl-envvars.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-envvars.js+1-4Lines changed: 1 addition & 4 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 | |
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
53 | 50 | |
54 | 51 | |
55 | 52 | |
|
Collapse file
test/parallel/test-repl-history-perm.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-history-perm.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
42 | | - |
43 | | - |
44 | 41 | |
45 | 42 | |
46 | 43 | |
|
Collapse file
test/parallel/test-repl-persistent-history.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-persistent-history.js-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
216 | 216 | |
217 | 217 | |
218 | 218 | |
219 | | - |
220 | | - |
221 | | - |
222 | 219 | |
223 | 220 | |
224 | 221 | |
|
Collapse file
test/parallel/test-repl-reset-event.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-reset-event.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
| 30 | + |
29 | 31 | |
30 | 32 | |
31 | 33 | |
|
0 commit comments