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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/dom/promise-rejection-events-expected.txt

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes Created 4 years, 8 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
(Empty)
1 CONSOLE ERROR: line 15: Uncaught (in promise) Error
2 CONSOLE ERROR: line 24: Uncaught (in promise) Error
3 CONSOLE ERROR: line 541: Uncaught (in promise) Error
4 CONSOLE ERROR: line 560: Uncaught (in promise) Error
5 CONSOLE ERROR: line 577: Uncaught (in promise) Error
6 CONSOLE ERROR: line 600: Uncaught (in promise) Error
7 CONSOLE ERROR: line 625: Uncaught (in promise) Error
8 CONSOLE ERROR: line 667: Uncaught (in promise) Error
9 CONSOLE ERROR: line 700: Uncaught (in promise) undefined
10 CONSOLE ERROR: line 767: Uncaught (in promise) undefined
11 CONSOLE ERROR: line 62: Uncaught (in promise) Error
12 CONSOLE ERROR: line 131: Uncaught (in promise) Error
13 CONSOLE ERROR: line 157: Uncaught (in promise) Error
14 CONSOLE ERROR: line 120: Uncaught (in promise) Error
15 CONSOLE ERROR: line 35: Uncaught (in promise) Error
16 CONSOLE ERROR: line 703: Uncaught (in promise) undefined
17 CONSOLE ERROR: line 735: Uncaught (in promise) undefined
18 CONSOLE ERROR: line 48: Uncaught (in promise) Error
19 CONSOLE ERROR: line 78: Uncaught (in promise) Error
20 CONSOLE ERROR: line 98: Uncaught (in promise) Error
21 CONSOLE MESSAGE: Handler added to rejected promise
22 CONSOLE ERROR: line 142: Uncaught (in promise) Error
23 CONSOLE MESSAGE: Handler added to rejected promise
24 CONSOLE MESSAGE: Handler added to rejected promise
25 CONSOLE MESSAGE: Handler added to rejected promise
26 CONSOLE MESSAGE: Handler added to rejected promise
27 CONSOLE MESSAGE: Handler added to rejected promise
28 CONSOLE ERROR: line 15: Uncaught (in promise) Error
29 CONSOLE ERROR: line 24: Uncaught (in promise) Error
30 CONSOLE ERROR: line 541: Uncaught (in promise) Error
31 CONSOLE ERROR: line 560: Uncaught (in promise) Error
32 CONSOLE ERROR: line 577: Uncaught (in promise) Error
33 CONSOLE ERROR: line 600: Uncaught (in promise) Error
34 CONSOLE ERROR: line 625: Uncaught (in promise) Error
35 CONSOLE ERROR: line 667: Uncaught (in promise) Error
36 CONSOLE ERROR: line 62: Uncaught (in promise) Error
37 CONSOLE ERROR: line 131: Uncaught (in promise) Error
38 CONSOLE ERROR: line 157: Uncaught (in promise) Error
39 CONSOLE ERROR: line 120: Uncaught (in promise) Error
40 CONSOLE ERROR: line 48: Uncaught (in promise) Error
41 CONSOLE ERROR: line 78: Uncaught (in promise) Error
42 CONSOLE ERROR: line 98: Uncaught (in promise) Error
43 CONSOLE ERROR: line 142: Uncaught (in promise) Error
44 CONSOLE MESSAGE: Handler added to rejected promise
45 CONSOLE ERROR: line 35: Uncaught (in promise) Error
46 CONSOLE MESSAGE: Handler added to rejected promise
47 CONSOLE MESSAGE: Handler added to rejected promise
48 CONSOLE MESSAGE: Handler added to rejected promise
49 CONSOLE MESSAGE: Handler added to rejected promise
50 This is a testharness.js-based test.
51 PASS unhandledrejection: from Promise.reject
52 PASS unhandledrejection: from a synchronous rejection in new Promise
53 PASS unhandledrejection: from a task-delayed rejection
54 PASS unhandledrejection: from a setTimeout-delayed rejection
55 PASS unhandledrejection: from a throw in a rejection handler chained off of Prom ise.reject
56 PASS unhandledrejection: from a throw in a rejection handler chained off of a se tTimeout-delayed rejection
57 PASS unhandledrejection: from a throw in a rejection handler attached one microt ask after a setTimeout-delayed rejection
58 PASS unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler
59 PASS unhandledrejection: from a throw in a fulfillment handler
60 PASS unhandledrejection: from returning a setTimeout-delayed rejection in a fulf illment handler
61 PASS unhandledrejection: from Promise.reject, indirected through Promise.all
62 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject
63 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject, indirecting through Promise.all
64 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a synchronously-rejected promise created with new Promise
65 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from throwing in a fulfillment handler
66 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a Promise.reject-created promise in a fulfillment handler
67 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a setTimeout-delayed rejection in a fu lfillment handler
68 PASS no unhandledrejection/rejectionhandled: all inside a queued task, a rejecti on handler attached synchronously to a promise created from returning a Promise. reject-created promise in a fulfillment handler
69 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (Promise.reject-created promise)
70 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (immediately-rejected new Promise-created promise)
71 PASS delayed handling: a microtask delay before attaching the handler, and befor e rejecting the promise, indirected through Promise.all
72 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks
73 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a postMessageTask
74 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a setTimeout
75 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask
76 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a postMessageTask
77 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a setTimeout
78 PASS delayed handling: a task delay before attaching a handler prevents unhandle drejection
79 PASS delayed handling: postMessageTask after promise creation/rejection, plus pr omise microtasks, is not too late to attach a rejection handler
80 PASS delayed handling: postMessageTask before promise creation/rejection, plus m any promise microtasks, is not too late to attach a rejection handler
81 PASS delayed handling: postMessageTask after promise creation/rejection, plus ma ny promise microtasks, is not too late to attach a rejection handler
82 PASS delayed handling: a nested-task delay before attaching a handler causes unh andledrejection
83 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus promise microtasks, is too late to attach a rejection handler
84 PASS delayed handling: a nested-postMessageTask before promise creation/rejectio n, plus many promise microtasks, is too late to attach a rejection handler
85 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus many promise microtasks, is too late to attach a rejection handler
86 PASS delayed handling: delaying handling by setTimeout(,10) will cause both even ts to fire
87 PASS mutationObserverMicrotask vs. postMessageTask ordering is not disturbed ins ide unhandledrejection events
88 PASS postMessageTask ordering vs. the task queued for unhandled rejection notifi cation (1)
89 PASS postMessageTask ordering vs. the task queued for unhandled rejection notifi cation (2)
90 PASS rejectionhandled is dispatched from a queued task, and not immediately
91 PASS Untitled
92 PASS unhandledrejection: from Promise.reject
93 PASS unhandledrejection: from a synchronous rejection in new Promise
94 PASS unhandledrejection: from a task-delayed rejection
95 PASS unhandledrejection: from a setTimeout-delayed rejection
96 PASS unhandledrejection: from a throw in a rejection handler chained off of Prom ise.reject
97 PASS unhandledrejection: from a throw in a rejection handler chained off of a se tTimeout-delayed rejection
98 PASS unhandledrejection: from a throw in a rejection handler attached one microt ask after a setTimeout-delayed rejection
99 PASS unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler
100 PASS unhandledrejection: from a throw in a fulfillment handler
101 PASS unhandledrejection: from returning a setTimeout-delayed rejection in a fulf illment handler
102 PASS unhandledrejection: from Promise.reject, indirected through Promise.all
103 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject
104 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject, indirecting through Promise.all
105 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a synchronously-rejected promise created with new Promise
106 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from throwing in a fulfillment handler
107 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a Promise.reject-created promise in a fulfillment handler
108 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a setTimeout-delayed rejection in a fu lfillment handler
109 PASS no unhandledrejection/rejectionhandled: all inside a queued task, a rejecti on handler attached synchronously to a promise created from returning a Promise. reject-created promise in a fulfillment handler
110 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (Promise.reject-created promise)
111 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (immediately-rejected new Promise-created promise)
112 PASS delayed handling: a microtask delay before attaching the handler, and befor e rejecting the promise, indirected through Promise.all
113 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks
114 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a postMessageTask
115 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a setTimeout
116 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask
117 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a postMessageTask
118 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a setTimeout
119 PASS delayed handling: a nested-task delay before attaching a handler causes unh andledrejection
120 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus promise microtasks, is too late to attach a rejection handler
121 PASS delayed handling: a nested-postMessageTask before promise creation/rejectio n, plus many promise microtasks, is too late to attach a rejection handler
122 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus many promise microtasks, is too late to attach a rejection handler
123 PASS delayed handling: delaying handling by setTimeout(,10) will cause both even ts to fire
124 PASS mutationObserverMicrotask vs. postMessageTask ordering is not disturbed ins ide unhandledrejection events
125 PASS unhandledrejection: from Promise.reject
126 PASS unhandledrejection: from a synchronous rejection in new Promise
127 PASS unhandledrejection: from a task-delayed rejection
128 PASS unhandledrejection: from a setTimeout-delayed rejection
129 PASS unhandledrejection: from a throw in a rejection handler chained off of Prom ise.reject
130 PASS unhandledrejection: from a throw in a rejection handler chained off of a se tTimeout-delayed rejection
131 PASS unhandledrejection: from a throw in a rejection handler attached one microt ask after a setTimeout-delayed rejection
132 PASS unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler
133 PASS unhandledrejection: from a throw in a fulfillment handler
134 PASS unhandledrejection: from returning a setTimeout-delayed rejection in a fulf illment handler
135 PASS unhandledrejection: from Promise.reject, indirected through Promise.all
136 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject
137 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject, indirecting through Promise.all
138 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a synchronously-rejected promise created with new Promise
139 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from throwing in a fulfillment handler
140 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a Promise.reject-created promise in a fulfillment handler
141 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a setTimeout-delayed rejection in a fu lfillment handler
142 PASS no unhandledrejection/rejectionhandled: all inside a queued task, a rejecti on handler attached synchronously to a promise created from returning a Promise. reject-created promise in a fulfillment handler
143 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (Promise.reject-created promise)
144 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (immediately-rejected new Promise-created promise)
145 PASS delayed handling: a microtask delay before attaching the handler, and befor e rejecting the promise, indirected through Promise.all
146 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks
147 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a postMessageTask
148 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a setTimeout
149 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask
150 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a postMessageTask
151 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a setTimeout
152 PASS delayed handling: a nested-task delay before attaching a handler causes unh andledrejection
153 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus promise microtasks, is too late to attach a rejection handler
154 PASS delayed handling: a nested-postMessageTask before promise creation/rejectio n, plus many promise microtasks, is too late to attach a rejection handler
155 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus many promise microtasks, is too late to attach a rejection handler
156 PASS delayed handling: delaying handling by setTimeout(,10) will cause both even ts to fire
157 PASS mutationObserverMicrotask vs. postMessageTask ordering is not disturbed ins ide unhandledrejection events
158 PASS unhandledrejection: from Promise.reject
159 PASS unhandledrejection: from a synchronous rejection in new Promise
160 PASS unhandledrejection: from a task-delayed rejection
161 PASS unhandledrejection: from a setTimeout-delayed rejection
162 PASS unhandledrejection: from a throw in a rejection handler chained off of Prom ise.reject
163 PASS unhandledrejection: from a throw in a rejection handler chained off of a se tTimeout-delayed rejection
164 PASS unhandledrejection: from a throw in a rejection handler attached one microt ask after a setTimeout-delayed rejection
165 PASS unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler
166 PASS unhandledrejection: from a throw in a fulfillment handler
167 PASS unhandledrejection: from returning a setTimeout-delayed rejection in a fulf illment handler
168 PASS unhandledrejection: from Promise.reject, indirected through Promise.all
169 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject
170 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise from Promise.reject, indirecting through Promise.all
171 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a synchronously-rejected promise created with new Promise
172 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from throwing in a fulfillment handler
173 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a Promise.reject-created promise in a fulfillment handler
174 PASS no unhandledrejection/rejectionhandled: rejection handler attached synchron ously to a promise created from returning a setTimeout-delayed rejection in a fu lfillment handler
175 PASS no unhandledrejection/rejectionhandled: all inside a queued task, a rejecti on handler attached synchronously to a promise created from returning a Promise. reject-created promise in a fulfillment handler
176 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (Promise.reject-created promise)
177 PASS delayed handling: a microtask delay before attaching a handler prevents bot h events (immediately-rejected new Promise-created promise)
178 PASS delayed handling: a microtask delay before attaching the handler, and befor e rejecting the promise, indirected through Promise.all
179 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks
180 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a postMessageTask
181 PASS microtask nesting: attaching a handler inside a combination of mutationObse rverMicrotask + promise microtasks, all inside a setTimeout
182 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask
183 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a postMessageTask
184 PASS microtask nesting: attaching a handler inside a combination of promise micr otasks + mutationObserverMicrotask, all inside a setTimeout
185 PASS delayed handling: a nested-task delay before attaching a handler causes unh andledrejection
186 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus promise microtasks, is too late to attach a rejection handler
187 PASS delayed handling: a nested-postMessageTask before promise creation/rejectio n, plus many promise microtasks, is too late to attach a rejection handler
188 PASS delayed handling: a nested-postMessageTask after promise creation/rejection , plus many promise microtasks, is too late to attach a rejection handler
189 PASS delayed handling: delaying handling by setTimeout(,10) will cause both even ts to fire
190 PASS mutationObserverMicrotask vs. postMessageTask ordering is not disturbed ins ide unhandledrejection events
191 Harness: the test ran to completion.
192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698