Commit f45c315
Julien Gilli
test: fix domain with abort-on-uncaught on PPC
Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.
Also refactor a bit related comments so that they better reflect what's
actually happening.
Fixes #3239.
PR: #3354
PR-URL: #3354
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>1 parent 85b74de commit f45c315Copy full SHA for f45c315
File tree
Expand file treeCollapse file tree
1 file changed
+9
-13
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+9
-13
lines changedOpen diff view settings
Collapse file
test/parallel/test-domain-with-abort-on-uncaught-exception.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-with-abort-on-uncaught-exception.js+9-13Lines changed: 9 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
135 | 135 | |
136 | 136 | |
137 | 137 | |
138 | | - |
139 | | - |
140 | 138 | |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
152 | 148 | |
153 | 149 | |
154 | 150 | |
|
0 commit comments