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

Side by Side Diff: dart/tests/html/html.status

Issue 10905099: Update status file for dart2js checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « dart/tests/benchmark_smoke/benchmark_smoke.status ('k') | dart/tests/isolate/isolate.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 js_interop_4_test: Fail 131 js_interop_4_test: Fail
132 js_interop_func_passing_test: Fail 132 js_interop_func_passing_test: Fail
133 js_interop_obj_passing_test: Fail 133 js_interop_obj_passing_test: Fail
134 js_interop_obj_invoke_test: Fail 134 js_interop_obj_invoke_test: Fail
135 js_interop_element_test: Fail 135 js_interop_element_test: Fail
136 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 136 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
137 svg_3_test: Fail 137 svg_3_test: Fail
138 svgelement_test: Fail 138 svgelement_test: Fail
139 svgelement2_test: Fail 139 svgelement2_test: Fail
140 transferables_test: Fail # Issue 3392. 140 transferables_test: Fail # Issue 3392.
141 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
142 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
143 # Note this test now passes for the wrong reasons. It used to be that the only
144 # forEach in this program was in NodeList. Due to dependencies from the unittest
145 # framework, frog no longer resolves forEach statically, and instead it
146 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
147 typing_test: Pass
148 websql_test: Fail # FF does not support web SQL 141 websql_test: Fail # FF does not support web SQL
149 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 142 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
150 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 143 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
151 # (NS_ERROR_DOM_BAD_URI) ... 144 # (NS_ERROR_DOM_BAD_URI) ...
152 xhr_test: Fail 145 xhr_test: Fail
153 146
154 [ $runtime == ie && ($system == linux || $system == macos) ] 147 [ $runtime == ie && ($system == linux || $system == macos) ]
155 *: Skip 148 *: Skip
156 149
157 [ $runtime == safari && ($system == linux || $system == windows) ] 150 [ $runtime == safari && ($system == linux || $system == windows) ]
158 *: Skip 151 *: Skip
159 152
160 [ $runtime == safari ] 153 [ $runtime == safari ]
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 xhr_test: Skip # Timeout 196 xhr_test: Skip # Timeout
204 inner_frame_test: Skip # Timeout 197 inner_frame_test: Skip # Timeout
205 svg_3_test: Skip # Timeout 198 svg_3_test: Skip # Timeout
206 documentfragment_test: Skip # Timeout 199 documentfragment_test: Skip # Timeout
207 200
208 [ $compiler == dart2js && $runtime == chrome && $system == windows] 201 [ $compiler == dart2js && $runtime == chrome && $system == windows]
209 css_test: Pass, Fail # Issue #2823 202 css_test: Pass, Fail # Issue #2823
210 203
211 [ $compiler == dart2js && $runtime == ff && $system == windows] 204 [ $compiler == dart2js && $runtime == ff && $system == windows]
212 js_interop_2_test: Fail # Issue 4658. 205 js_interop_2_test: Fail # Issue 4658.
206
207 [ $compiler == dart2js && $checked && $browser ]
208 async_window_test: Fail
209 audiocontext_test: Fail
210 audioelement_test: Fail
211 b_element_test: Fail
212 blob_constructor_test: Fail
213 cache_test: Fail
214 callbacks_test: Fail
215 canvas_pixel_array_type_alias_test: Fail
216 canvas_test: Fail
217 canvas_using_html_test: Fail
218 cross_frame_test: Fail
219 css_test: Fail
220 cssstyledeclaration_test: Fail
221 dart_object_local_storage_test: Fail
222 datalistelement_test: Fail
223 document_test: Fail
224 documentfragment_test: Fail
225 dom_constructors_test: Fail
226 dom_isolates_test: Fail
227 domparser_test: Fail
228 element_add_test: Fail
229 element_classes_test: Fail
230 element_constructor_1_test: Fail
231 element_test: Fail
232 event_customevent_test: Fail
233 events_test: Fail
234 exceptions_test: Fail
235 fileapi_test: Fail
236 form_data_test: Fail
237 form_element_test: Fail
238 hidden_dom_1_test: Fail
239 hidden_dom_2_test: Fail
240 history_test: Fail
241 htmlaudioelement_test: Fail
242 htmlcollection_test: Fail
243 htmlelement_test: Fail
244 indexeddb_1_test: Fail
245 indexeddb_2_test: Fail
246 indexeddb_3_test: Fail
247 indexeddb_4_test: Fail
248 inner_frame_test: Fail
249 instance_of_test: Fail
250 js_interop_1_test: Fail
251 js_interop_2_test: Fail
252 js_interop_3_test: Fail
253 js_interop_4_test: Fail
254 js_interop_element_test: Fail
255 js_interop_func_passing_test: Fail
256 js_interop_obj_invoke_test: Fail
257 js_interop_obj_passing_test: Fail
258 key_name_location_test: Fail
259 localstorage_test: Fail
260 location_test: Fail
261 messageevent_test: Fail
262 mutationobserver_test: Fail
263 native_gc_test: Fail
264 node_test: Fail
265 performance_api_test: Fail
266 query_test: Fail
267 queryall_test: Fail
268 serialized_script_value_test: Fail
269 shadow_dom_layout_test: Fail
270 shadow_dom_test: Fail
271 storage_test: Fail
272 svg_1_test: Fail
273 svg_2_test: Fail
274 svg_3_test: Fail
275 svgelement2_test: Fail
276 svgelement_test: Fail
277 typed_arrays_2_test: Fail
278 typed_arrays_3_test: Fail
279 typed_arrays_4_test: Fail
280 typed_arrays_5_test: Fail
281 typed_arrays_arraybuffer_test: Fail
282 typed_arrays_dataview_test: Fail
283 typed_arrays_range_checks_test: Fail
284 typing_test: Fail
285 websocket_test: Fail
286 websql_test: Fail
287 window_eq_test: Fail
288 window_mangling_test: Fail
289 window_nosuchmethod_test: Fail
290 window_open_test: Fail
291 xhr_test: Fail
292 xsltprocessor_test: Fail
OLDNEW
« no previous file with comments | « dart/tests/benchmark_smoke/benchmark_smoke.status ('k') | dart/tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698