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

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

Issue 666343002: DevTools: Remove flaky part from promise tests. (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 23: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection 2 CONSOLE ERROR: line 44: Unhandled promise rejection
3 CONSOLE ERROR: line 9: Unhandled promise rejection 3 CONSOLE ERROR: line 62: Unhandled promise rejection
4 CONSOLE ERROR: line 29: Unhandled promise rejection
5 Tests that uncaught promise rejections are logged into console. 4 Tests that uncaught promise rejections are logged into console.
6 5
7 console-uncaught-promise.html:1 Unhandled promise rejection Promise
8 __proto__: Promise
9 [[PromiseStatus]]: "rejected"
10 [[PromiseValue]]: Error: onload.err1
11 console-uncaught-promise.html:1 Unhandled promise rejection Promise
12 __proto__: Promise
13 [[PromiseStatus]]: "rejected"
14 [[PromiseValue]]: Error: onload.err2
15 6
16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} 7 console-uncaught-promise.html:23 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: err1}
17 __proto__: Promise 8 __proto__: Promise
18 [[PromiseStatus]]: "rejected" 9 [[PromiseStatus]]: "rejected"
19 [[PromiseValue]]: Error: inspector.err1 10 [[PromiseValue]]: Error: err1
20 console-uncaught-promise.html:9 runPromises 11 console-uncaught-promise.html:23 promiseTest1
21 console-uncaught-promise.html:46 timeout 12 console-uncaught-promise.html:16 timeout
22 13
23 console-uncaught-promise.html:29 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} 14 console-uncaught-promise.html:44 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: err2}
24 __proto__: Promise 15 __proto__: Promise
25 [[PromiseStatus]]: "rejected" 16 [[PromiseStatus]]: "rejected"
26 [[PromiseValue]]: Error: inspector.err2 17 [[PromiseValue]]: Error: err2
27 console-uncaught-promise.html:29 runPromises 18 console-uncaught-promise.html:44 promiseTest2
28 console-uncaught-promise.html:46 timeout 19 console-uncaught-promise.html:16 timeout
29 20
21 console-uncaught-promise.html:62 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: DOMException: Failed to execute 'remo veChild' on 'Node': The node to be removed is not a child of th…}
22 __proto__: Promise
23 [[PromiseStatus]]: "rejected"
24 [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node ': The node to be removed is not a child of this node.
25 console-uncaught-promise.html:62 throwDOMException
26 console-uncaught-promise.html:54 catcher
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698