Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt

Issue 648443002: Revert of Catch uncaught promise rejections from V8 and log to console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection
3 Tests uncaught promise rejections fired during pause.
4
5 Set timer for test function.
6 debugger-uncaught-promise-on-pause.html:10 Console was cleared
7 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: inspector.err1}
8 __proto__: Promise
9 [[PromiseStatus]]: "rejected"
10 [[PromiseValue]]: Error: inspector.err1
11 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: inspector.err2}
12 __proto__: Promise
13 [[PromiseStatus]]: "rejected"
14 [[PromiseValue]]: Error: inspector.err2
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698