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

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

Issue 2872723002: [DevTools] removed promise instrumentation from blink
Patch Set: Created 3 years, 7 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
OLDNEW
1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1 1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1
2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2 2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2
3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node. 3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node.
4 CONSOLE ERROR: line 68: Uncaught (in promise) 42 4 CONSOLE ERROR: line 68: Uncaught (in promise) 42
5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100 5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100
6 CONSOLE ERROR: line 78: Uncaught (in promise) foo 6 CONSOLE ERROR: line 78: Uncaught (in promise) foo
7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object> 7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object>
8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined 8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined
9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register a ServiceWorker: The URL protocol of the current origin ('') is not supported. 9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register a ServiceWorker: The URL protocol of the current origin ('') is not supported.
10 Tests that uncaught promise rejections are logged into console. 10 Tests that uncaught promise rejections are logged into console.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 (anonymous) @ VM:1 70 (anonymous) @ VM:1
71 console-uncaught-promise.html:88 Uncaught (in promise) undefined 71 console-uncaught-promise.html:88 Uncaught (in promise) undefined
72 promiseTest8 @ console-uncaught-promise.html:88 72 promiseTest8 @ console-uncaught-promise.html:88
73 timeout @ console-uncaught-promise.html:16 73 timeout @ console-uncaught-promise.html:16
74 setTimeout (async) 74 setTimeout (async)
75 runNextPromiseTest @ console-uncaught-promise.html:15 75 runNextPromiseTest @ console-uncaught-promise.html:15
76 (anonymous) @ VM:1 76 (anonymous) @ VM:1
77 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r egister a ServiceWorker: The URL protocol of the current origin ('file://') is n ot supported. 77 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r egister a ServiceWorker: The URL protocol of the current origin ('file://') is n ot supported.
78 promiseTest9 @ console-uncaught-promise.html:93 78 promiseTest9 @ console-uncaught-promise.html:93
79 timeout @ console-uncaught-promise.html:16 79 timeout @ console-uncaught-promise.html:16
80 Promise (async)
81 promiseTest9 @ console-uncaught-promise.html:93
82 timeout @ console-uncaught-promise.html:16
83 setTimeout (async) 80 setTimeout (async)
84 runNextPromiseTest @ console-uncaught-promise.html:15 81 runNextPromiseTest @ console-uncaught-promise.html:15
85 (anonymous) @ VM:1 82 (anonymous) @ VM:1
86 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698