Commit 96bdfae
test: improve test-debugger-util-regression
Avoid the `exit` command to be sent more than once. It prevents from
undesired errors emitted on `proc.stdin`.
Remove the watchdog timer so the test does not fail in case it takes
longer to complete.
PR-URL: #9490
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James Snell <jasnell@gmail.com>1 parent c5181ed commit 96bdfaeCopy full SHA for 96bdfae
File tree
Expand file treeCollapse file tree
1 file changed
+3
-17
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+3
-17
lines changedOpen diff view settings
Collapse file
test/parallel/test-debugger-util-regression.js
Copy file name to clipboardExpand all lines: test/parallel/test-debugger-util-regression.js+3-17Lines changed: 3 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | 22 | |
29 | 23 | |
30 | 24 | |
31 | 25 | |
| 26 | + |
32 | 27 | |
33 | 28 | |
34 | 29 | |
| ||
38 | 33 | |
39 | 34 | |
40 | 35 | |
41 | | - |
42 | | - |
| 36 | + |
| 37 | + |
43 | 38 | |
44 | 39 | |
45 | 40 | |
| ||
50 | 45 | |
51 | 46 | |
52 | 47 | |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | 48 | |
63 | 49 | |
64 | 50 | |
|
0 commit comments