summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt b/deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt
new file mode 100644
index 0000000000..e046eb3147
--- /dev/null
+++ b/deps/v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt
@@ -0,0 +1,22 @@
+Test Debugger.paused reason for promise rejections
+Check Promise.reject in script:
+promiseRejection
+
+Check Promise.reject in Runtime.evaluate:
+promiseRejection
+
+Check Promise.reject in async function:
+promiseRejection
+
+Check throw in async function:
+promiseRejection
+
+Check reject from constructor:
+promiseRejection
+
+Check reject from thenable job:
+promiseRejection
+
+Check caught exception in async function (should be exception):
+exception
+