Closed
Description
- Version: *
- Platform: *
- Subsystem: test,process
The ad-hoc situation is that node
has incorporated V8
's --abort-on-uncaught-exception
as a core feature (Ref: #14013).
There seems to be a consensus forming to make this an explicit design decision and document it (Ref: #13931).
Currently the test suite only tests for process exit state (i.e. code
and signal
) but does not do any testing on the validity of generated code-dump.
I suggest we define the minimal requirements needed from the core-dump to be valid and find a way to automatically assert those.
/cc @nodejs/post-mortem @nodejs/testing @nodejs/release @nodejs/build