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

Side by Side Diff: LayoutTests/inspector/console/console-uncaught-promise-expected.txt

Issue 650203003: 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 CONSOLE ERROR: Unhandled promise rejection
4 CONSOLE ERROR: Unhandled promise rejection
5 Tests that uncaught promise rejections are logged into console.
6
7 Unhandled promise rejection Promise
8 __proto__: Promise
9 [[PromiseStatus]]: "rejected"
10 [[PromiseValue]]: Error: onload.err1
11 Unhandled promise rejection Promise
12 __proto__: Promise
13 [[PromiseStatus]]: "rejected"
14 [[PromiseValue]]: Error: onload.err2
15 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: inspector.err1}
16 __proto__: Promise
17 [[PromiseStatus]]: "rejected"
18 [[PromiseValue]]: Error: inspector.err1
19 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: inspector.err2}
20 __proto__: Promise
21 [[PromiseStatus]]: "rejected"
22 [[PromiseValue]]: Error: inspector.err2
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698