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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-uncaught-promise-expected.txt
diff --git a/LayoutTests/inspector/console/console-uncaught-promise-expected.txt b/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
index ccebb43b9482aba8198da867b8d029464b7a61ca..5b88840e183bca565146b2def1cffc55d1131e70 100644
--- a/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
+++ b/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
@@ -1,29 +1,27 @@
-CONSOLE ERROR: Unhandled promise rejection
-CONSOLE ERROR: Unhandled promise rejection
-CONSOLE ERROR: line 9: Unhandled promise rejection
-CONSOLE ERROR: line 29: Unhandled promise rejection
+CONSOLE ERROR: line 23: Unhandled promise rejection
+CONSOLE ERROR: line 44: Unhandled promise rejection
+CONSOLE ERROR: line 62: Unhandled promise rejection
Tests that uncaught promise rejections are logged into console.
-console-uncaught-promise.html:1 Unhandled promise rejection Promise
- __proto__: Promise
- [[PromiseStatus]]: "rejected"
- [[PromiseValue]]: Error: onload.err1
-console-uncaught-promise.html:1 Unhandled promise rejection Promise
- __proto__: Promise
- [[PromiseStatus]]: "rejected"
- [[PromiseValue]]: Error: onload.err2
- console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1}
+ console-uncaught-promise.html:23 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: err1}
__proto__: Promise
[[PromiseStatus]]: "rejected"
- [[PromiseValue]]: Error: inspector.err1
- console-uncaught-promise.html:9 runPromises
- console-uncaught-promise.html:46 timeout
+ [[PromiseValue]]: Error: err1
+ console-uncaught-promise.html:23 promiseTest1
+ console-uncaught-promise.html:16 timeout
- console-uncaught-promise.html:29 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2}
+ console-uncaught-promise.html:44 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: err2}
__proto__: Promise
[[PromiseStatus]]: "rejected"
- [[PromiseValue]]: Error: inspector.err2
- console-uncaught-promise.html:29 runPromises
- console-uncaught-promise.html:46 timeout
+ [[PromiseValue]]: Error: err2
+ console-uncaught-promise.html:44 promiseTest2
+ console-uncaught-promise.html:16 timeout
+
+ console-uncaught-promise.html:62 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…}
+ __proto__: Promise
+ [[PromiseStatus]]: "rejected"
+ [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
+ console-uncaught-promise.html:62 throwDOMException
+ console-uncaught-promise.html:54 catcher

Powered by Google App Engine
This is Rietveld 408576698