Commit d5d56ec
test: add test for reused AbortController with execfile()
Test that reusing an aborted AbortController with execfile() results in
immediate SIGTERM.
PR-URL: #36644
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>1 parent 190ddce commit d5d56ecCopy full SHA for d5d56ec
File tree
Expand file treeCollapse file tree
1 file changed
+15
-2
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+15
-2
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-execfile.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-execfile.js+15-2Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
59 | 66 | |
60 | | - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
61 | 74 | |
62 | 75 | |
63 | 76 | |
|
0 commit comments