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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-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: line 16: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection 2 CONSOLE ERROR: line 34: Unhandled promise rejection
3 Tests uncaught promise rejections fired during pause. 3 Tests uncaught promise rejections fired during pause.
4 4
5 Set timer for test function. 5 Set timer for test function.
6 debugger-uncaught-promise-on-pause.html:10 Console was cleared 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 7
8 debugger-uncaught-promise-on-pause.html:16 Unhandled promise rejection Promi se {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1}
9 __proto__: Promise
10 [[PromiseStatus]]: "rejected"
11 [[PromiseValue]]: Error: inspector.err1
12 debugger-uncaught-promise-on-pause.html:16 runPromises
13 debugger-uncaught-promise-on-pause.html:41 timeout
14
15 debugger-uncaught-promise-on-pause.html:34 Unhandled promise rejection Promi se {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2}
16 __proto__: Promise
17 [[PromiseStatus]]: "rejected"
18 [[PromiseValue]]: Error: inspector.err2
19 debugger-uncaught-promise-on-pause.html:34 runPromises
20 debugger-uncaught-promise-on-pause.html:41 timeout
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698