v8/test/inspector/debugger/pause-on-promise-rejections-expected.txt
Alexey Kozyatinskiy 3f99afc93c inspector: mark all pauses on promise rejection with proper reason
Sometimes we do not have promise on stack, e.g. Promise.reject call,
but we need to attribute this pause with promise rejection.

TBR=yangguo@chromium.org

Bug: chromium:755728
Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I03ca1e1cd6c21677f0a12ece626e2c8a1938437b
Reviewed-on: https://chromium-review.googlesource.com/1249942
Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56293}
2018-09-28 15:53:34 +00:00

23 lines
442 B
Plaintext

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