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

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

Issue 657063002: Show stack traces in console for unhandled promise rejection messages. (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
1 CONSOLE ERROR: Unhandled promise rejection 1 CONSOLE ERROR: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection 2 CONSOLE ERROR: Unhandled promise rejection
3 CONSOLE ERROR: Unhandled promise rejection 3 CONSOLE ERROR: line 9: Unhandled promise rejection
4 CONSOLE ERROR: Unhandled promise rejection 4 CONSOLE ERROR: line 27: Unhandled promise rejection
5 Tests that uncaught promise rejections are logged into console. 5 Tests that uncaught promise rejections are logged into console.
6 6
7 Unhandled promise rejection Promise 7 console-uncaught-promise.html:1 Unhandled promise rejection Promise
8 __proto__: Promise 8 __proto__: Promise
9 [[PromiseStatus]]: "rejected" 9 [[PromiseStatus]]: "rejected"
10 [[PromiseValue]]: Error: onload.err1 10 [[PromiseValue]]: Error: onload.err1
11 Unhandled promise rejection Promise 11 console-uncaught-promise.html:1 Unhandled promise rejection Promise
12 __proto__: Promise 12 __proto__: Promise
13 [[PromiseStatus]]: "rejected" 13 [[PromiseStatus]]: "rejected"
14 [[PromiseValue]]: Error: onload.err2 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 15
16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1}
17 __proto__: Promise
18 [[PromiseStatus]]: "rejected"
19 [[PromiseValue]]: Error: inspector.err1
20 console-uncaught-promise.html:9 runPromises
21 console-uncaught-promise.html:40 timeout
22
23 console-uncaught-promise.html:27 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2}
24 __proto__: Promise
25 [[PromiseStatus]]: "rejected"
26 [[PromiseValue]]: Error: inspector.err2
27 console-uncaught-promise.html:27 runPromises
28 console-uncaught-promise.html:40 timeout
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698