v8/test/debugger/debug/es8
Camillo Bruni 1335b1ec36 [d8] Exit with error code upon unhandled promise rejection
With this CL d8 exits with an error code if there is an unhandled
promise rejection, e.g. due tue a failed assertion in a promise. Up
until now these assertions were just ignored.

Bug: v8:10556
Change-Id: I25f20e4be45a2de130562deb15f6a144f0ac976f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2238569
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68503}
2020-06-24 07:21:58 +00:00
..
async-debug-basic.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-builtin-predictions.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception-cases0.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception-cases1.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception-cases2.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception-cases3.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception-cases.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-caught-exception.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
async-debug-step-abort-at-break.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-continue-at-break.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-in-and-out.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-in-out-out.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-in.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-nested.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-next-constant.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-next.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-debug-step-out.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
async-function-debug-evaluate.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
async-function-debug-scopes.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
debug-async-break-on-stack.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
debug-async-break.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
debug-async-liveedit.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
promise-finally.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00