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

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

Issue 670523002: DevTools: Fix flaky console-uncaught-promise.html test. (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
« no previous file with comments | « LayoutTests/inspector/console/console-uncaught-promise.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: line 9: Unhandled promise rejection 3 CONSOLE ERROR: line 9: Unhandled promise rejection
4 CONSOLE ERROR: line 27: 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 console-uncaught-promise.html:1 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 console-uncaught-promise.html:1 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 15
16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} 16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1}
17 __proto__: Promise 17 __proto__: Promise
18 [[PromiseStatus]]: "rejected" 18 [[PromiseStatus]]: "rejected"
19 [[PromiseValue]]: Error: inspector.err1 19 [[PromiseValue]]: Error: inspector.err1
20 console-uncaught-promise.html:9 runPromises 20 console-uncaught-promise.html:9 runPromises
21 console-uncaught-promise.html:40 timeout 21 console-uncaught-promise.html:47 timeout
22 22
23 console-uncaught-promise.html:27 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} 23 console-uncaught-promise.html:27 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2}
24 __proto__: Promise 24 __proto__: Promise
25 [[PromiseStatus]]: "rejected" 25 [[PromiseStatus]]: "rejected"
26 [[PromiseValue]]: Error: inspector.err2 26 [[PromiseValue]]: Error: inspector.err2
27 console-uncaught-promise.html:27 runPromises 27 console-uncaught-promise.html:27 runPromises
28 console-uncaught-promise.html:40 timeout 28 console-uncaught-promise.html:47 timeout
29 29
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-uncaught-promise.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698