Commit f336236
test: shell out to
cmd's `rmdir` is hardened to deal with Windows edge cases, like
lingering processes, indexing, and AV checks. So we give it a try first.
* Added `opts = { spawn = true }` to opt-out of spawning
* test-pipeconnectwrap.js - spawning messes up async_hooks state
PR-URL: #28035
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>rmdir first on Windows1 parent b6bdf75 commit f336236Copy full SHA for f336236
File tree
Expand file treeCollapse file tree
3 files changed
+61
-23
lines changedOpen diff view settings
Filter options
- test
- async-hooks
- common
Expand file treeCollapse file tree
3 files changed
+61
-23
lines changedOpen diff view settings
Collapse file
test/async-hooks/test-pipeconnectwrap.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-pipeconnectwrap.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
| 11 | + |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
Collapse file
+5-1Lines changed: 5 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
852 | 852 | |
853 | 853 | |
854 | 854 | |
855 | | - |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
856 | 860 | |
857 | 861 | |
858 | 862 | |
|
Collapse file
+53-19Lines changed: 53 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
| 7 | + |
6 | 8 | |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
| 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 | + |
14 | 36 | |
15 | 37 | |
16 | 38 | |
17 | | - |
18 | | - |
| 39 | + |
| 40 | + |
19 | 41 | |
20 | | - |
| 42 | + |
21 | 43 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
29 | 63 | |
30 | 64 | |
31 | 65 | |
| ||
62 | 96 | |
63 | 97 | |
64 | 98 | |
65 | | - |
66 | | - |
| 99 | + |
| 100 | + |
67 | 101 | |
68 | 102 | |
69 | 103 | |
|
0 commit comments