| 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 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 |
| 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 13 blob_constructor_test: Fail # custom Blob constructor not implemented. | 13 blob_constructor_test: Fail # custom Blob constructor not implemented. |
| 14 | 14 |
| 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] |
| 16 native_gc_test: Skip # Issue 2538. Too slow in debug. | 16 native_gc_test: Skip # Issue 2538. Too slow in debug. |
| 17 | 17 |
| 18 [ $compiler == none && $runtime == drt && $system == windows] | 18 [ $compiler == none && $runtime == drt && $system == windows] |
| 19 audiocontext_test: Skip | 19 audiocontext_test: Skip |
| 20 | 20 |
| 21 [ $compiler == none && $runtime == drt && $system == macos] | 21 [ $compiler == none && $runtime == drt && $system == macos] |
| 22 audiocontext_test: Pass, Fail | 22 audiocontext_test: Pass, Fail |
| 23 | 23 |
| 24 [ $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == ope
ra ] | 24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] |
| 25 # TODO(vsm): Triage DOM tests. | 25 # TODO(vsm): Triage DOM tests. |
| 26 dom_isolates_test: Fail | 26 dom_isolates_test: Fail |
| 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 28 htmloptionscollection_test: Fail # Issue 3813. | 28 htmloptionscollection_test: Fail # Issue 3813. |
| 29 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 29 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 30 shadow_dom_layout_test: Skip | 30 shadow_dom_layout_test: Skip |
| 31 | 31 |
| 32 [ $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime ==
ff || $runtime == opera ] | 32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 33 history_test: Fail | 33 history_test: Fail |
| 34 | 34 |
| 35 [ $runtime == ie ] | 35 [ $runtime == ie ] |
| 36 #typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 36 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 37 #typed_arrays_2_test: Skip | 37 typed_arrays_2_test: Skip |
| 38 #typed_arrays_3_test: Skip | 38 typed_arrays_3_test: Skip |
| 39 #typed_arrays_4_test: Skip | 39 typed_arrays_4_test: Skip |
| 40 #typed_arrays_dataview_test: Skip | 40 typed_arrays_dataview_test: Skip |
| 41 #canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. | 41 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. |
| 42 #canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. | 42 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. |
| 43 #cssstyledeclaration_test: Fail | 43 cssstyledeclaration_test: Fail |
| 44 #documentfragment_test: Fail | 44 documentfragment_test: Fail |
| 45 #element_test: Fail | 45 element_test: Fail |
| 46 #localstorage_test: Fail | 46 localstorage_test: Fail |
| 47 #node_test: Fail | 47 node_test: Fail |
| 48 #svgelement_test: Fail | 48 svgelement_test: Fail |
| 49 #svgelement2_test: Fail | 49 svgelement2_test: Fail |
| 50 #xhr_test: Fail | 50 xhr_test: Fail |
| 51 | 51 |
| 52 [ $runtime == safari ] | 52 [ $runtime == safari ] |
| 53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 54 cssstyledeclaration_test: Fail | 54 cssstyledeclaration_test: Fail |
| 55 node_test: Fail | 55 node_test: Fail |
| 56 svgelement_test: Fail | 56 svgelement_test: Fail |
| 57 svgelement2_test: Fail | 57 svgelement2_test: Fail |
| 58 | 58 |
| 59 [ $runtime == ff ] | 59 [ $runtime == ff ] |
| 60 audiocontext_test: Fail # FF only has Audio element | 60 audiocontext_test: Fail # FF only has Audio element |
| (...skipping 30 matching lines...) Expand all Loading... |
| 91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 92 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 | 92 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
| 93 # (NS_ERROR_DOM_BAD_URI) ... | 93 # (NS_ERROR_DOM_BAD_URI) ... |
| 94 xhr_test: Fail | 94 xhr_test: Fail |
| 95 | 95 |
| 96 [ $runtime == ie && ($system == linux || $system == macos) ] | 96 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 97 *: Skip | 97 *: Skip |
| 98 | 98 |
| 99 [ $runtime == ie ] | 99 [ $runtime == ie ] |
| 100 # TODO(vsm): Triage DOM failures. | 100 # TODO(vsm): Triage DOM failures. |
| 101 #*: Skip | 101 *: Skip |
| 102 | 102 |
| 103 [ $runtime == safari && ($system == linux || $system == windows) ] | 103 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 104 *: Skip | 104 *: Skip |
| 105 | 105 |
| 106 [ $runtime == safari ] | 106 [ $runtime == safari ] |
| 107 # TODO(vsm): Triage DOM failures. | 107 # TODO(vsm): Triage DOM failures. |
| 108 *: Skip | 108 *: Skip |
| 109 | 109 |
| 110 # 'html' tests import the HTML library, so they only make sense in | 110 # 'html' tests import the HTML library, so they only make sense in |
| 111 # a browser environment. | 111 # a browser environment. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 documentfragment_test: Skip # Timeout | 167 documentfragment_test: Skip # Timeout |
| 168 fileapi_test: Skip # Issue 3022 | 168 fileapi_test: Skip # Issue 3022 |
| 169 | 169 |
| 170 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 170 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 171 css_test: Pass, Fail # Issue #2823 | 171 css_test: Pass, Fail # Issue #2823 |
| 172 fileapi_test: Skip # Issue 3022 | 172 fileapi_test: Skip # Issue 3022 |
| 173 | 173 |
| 174 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 174 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 175 indexeddb_2_test: Fail # Issue 3669. | 175 indexeddb_2_test: Fail # Issue 3669. |
| 176 indexeddb_3_test: Fail # Issue 3670. | 176 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |