OLD | NEW |
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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
6 | 6 |
7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] | 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] |
57 history_test: Fail | 57 history_test: Fail |
58 | 58 |
59 [$runtime == ie10 ] | 59 [$runtime == ie10 ] |
60 # TODO(efortuna, blois): Triage. | 60 # TODO(efortuna, blois): Triage. |
61 audiobuffersourcenode_test: Fail | 61 audiobuffersourcenode_test: Fail |
62 audiocontext_test: Fail | 62 audiocontext_test: Fail |
63 canvasrenderingcontext2d_test: Fail, Pass | 63 canvasrenderingcontext2d_test: Fail, Pass |
64 contentelement_test: Fail | 64 contentelement_test: Fail |
65 css_test: Fail | 65 css_test: Fail |
| 66 document_test/getCssCanvasContext: Fail # IE does not support this. |
66 element_test/additionalConstructors: Fail | 67 element_test/additionalConstructors: Fail |
67 element_test/attributes: Fail | 68 element_test/attributes: Fail |
68 element_test/eventListening: Fail | 69 element_test/eventListening: Fail |
69 element_webkit_test: Fail | 70 element_webkit_test: Fail |
70 exceptions_test: Fail | 71 exceptions_test: Fail |
71 fileapi_test: Fail | 72 fileapi_test: Fail |
72 indexeddb_1_test: Fail | 73 indexeddb_1_test: Fail |
73 indexeddb_2_test: Fail | 74 indexeddb_2_test: Fail |
74 indexeddb_3_test: Fail | 75 indexeddb_3_test: Fail |
75 indexeddb_4_test: Fail | 76 indexeddb_4_test: Fail |
(...skipping 15 matching lines...) Expand all Loading... |
91 typed_arrays_arraybuffer_test: Fail | 92 typed_arrays_arraybuffer_test: Fail |
92 typed_arrays_dataview_test: Fail | 93 typed_arrays_dataview_test: Fail |
93 url_test: Fail | 94 url_test: Fail |
94 websql_test: Fail | 95 websql_test: Fail |
95 window_open_test: Skip | 96 window_open_test: Skip |
96 xhr_test: Fail | 97 xhr_test: Fail |
97 xsltprocessor_test: Fail | 98 xsltprocessor_test: Fail |
98 | 99 |
99 [ $runtime == ie9 ] | 100 [ $runtime == ie9 ] |
100 contentelement_test: Fail # ie9 does not support content element. | 101 contentelement_test: Fail # ie9 does not support content element. |
| 102 document_test/getCssCanvasContext: Fail # IE does not support this. |
101 form_data_test: Fail # Issue 4793. | 103 form_data_test: Fail # Issue 4793. |
102 form_element_test: Fail # Issue 4793. | 104 form_element_test: Fail # Issue 4793. |
103 inner_frame_test: Skip # Issue 5727 (timeout) | 105 inner_frame_test: Skip # Issue 5727 (timeout) |
104 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 106 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
105 typed_arrays_2_test: Skip | 107 typed_arrays_2_test: Skip |
106 typed_arrays_3_test: Skip | 108 typed_arrays_3_test: Skip |
107 typed_arrays_4_test: Skip | 109 typed_arrays_4_test: Skip |
108 typed_arrays_5_test: Skip | 110 typed_arrays_5_test: Skip |
109 typed_arrays_arraybuffer_test: Skip | 111 typed_arrays_arraybuffer_test: Skip |
110 typed_arrays_dataview_test: Skip | 112 typed_arrays_dataview_test: Skip |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 js_interop_4_test: Skip # Timeout. | 251 js_interop_4_test: Skip # Timeout. |
250 isolates_test: Skip # Timeout. | 252 isolates_test: Skip # Timeout. |
251 websql_test: Skip # Timeout. | 253 websql_test: Skip # Timeout. |
252 | 254 |
253 [ $runtime == ff ] | 255 [ $runtime == ff ] |
254 audiobuffersourcenode_test: Fail # FF only has Audio element. | 256 audiobuffersourcenode_test: Fail # FF only has Audio element. |
255 audiocontext_test: Fail # FF only has Audio element | 257 audiocontext_test: Fail # FF only has Audio element |
256 css_test: Fail # No analog to WebKitCssMatrix | 258 css_test: Fail # No analog to WebKitCssMatrix |
257 contentelement_test: Fail # FF does not support content element. | 259 contentelement_test: Fail # FF does not support content element. |
258 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 260 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 261 document_test/getCssCanvasContext: Fail # FF does not support this. |
259 documentfragment_test: Fail | 262 documentfragment_test: Fail |
260 element_webkit_test: Fail | 263 element_webkit_test: Fail |
261 exceptions_test: Fail # Uses webkitotifications, no analogue in moz | 264 exceptions_test: Fail # Uses webkitotifications, no analogue in moz |
262 fileapi_test: Fail # FF does not support filesystem APIs. | 265 fileapi_test: Fail # FF does not support filesystem APIs. |
263 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. | 266 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. |
264 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. | 267 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. |
265 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. | 268 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. |
266 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. | 269 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. |
267 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 270 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
268 inner_frame_test: Skip | 271 inner_frame_test: Skip |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 324 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
322 | 325 |
323 [ $compiler == dart2js && $runtime == ff ] | 326 [ $compiler == dart2js && $runtime == ff ] |
324 xhr_test: Skip # Timeout | 327 xhr_test: Skip # Timeout |
325 inner_frame_test: Skip # Timeout | 328 inner_frame_test: Skip # Timeout |
326 svg_3_test: Skip # Timeout | 329 svg_3_test: Skip # Timeout |
327 documentfragment_test: Skip # Timeout | 330 documentfragment_test: Skip # Timeout |
328 | 331 |
329 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 332 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
330 css_test: Pass, Fail # Issue #2823 | 333 css_test: Pass, Fail # Issue #2823 |
OLD | NEW |