| 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 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 measurement_test: Fail | 71 measurement_test: Fail |
| 72 messageevent_test: Fail | 72 messageevent_test: Fail |
| 73 serialized_script_value_test: Fail | 73 serialized_script_value_test: Fail |
| 74 shadow_dom_layout_test: Fail | 74 shadow_dom_layout_test: Fail |
| 75 shadow_dom_test: Fail | 75 shadow_dom_test: Fail |
| 76 storage_test: Fail | 76 storage_test: Fail |
| 77 svg_3_test: Fail | 77 svg_3_test: Fail |
| 78 typed_arrays_range_checks_test: Fail | 78 typed_arrays_range_checks_test: Fail |
| 79 websocket_test: Fail | 79 websocket_test: Fail |
| 80 window_nosuchmethod_test: Fail | 80 window_nosuchmethod_test: Fail |
| 81 window_open_test: Fail | 81 window_open_test: Skip # BUG(4016) |
| 82 xsltprocessor_test: Fail | 82 xsltprocessor_test: Skip # BUG(4016) |
| 83 fileapi_test: Skip # Timeout | 83 fileapi_test: Skip # BUG(4016) |
| 84 isolates_test: Skip # Timeout | 84 isolates_test: Skip # BUG(4016) |
| 85 xhr_test: Skip # Timeout | 85 xhr_test: Skip # BUG(4016) |
| 86 | 86 |
| 87 | 87 |
| 88 [ $runtime == safari ] | 88 [ $runtime == safari ] |
| 89 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 89 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 90 cssstyledeclaration_test: Fail | 90 cssstyledeclaration_test: Fail |
| 91 node_test: Fail | 91 node_test: Fail |
| 92 svgelement_test: Fail | 92 svgelement_test: Fail |
| 93 svgelement2_test: Fail | 93 svgelement2_test: Fail |
| 94 | 94 |
| 95 [ $runtime == ff ] | 95 [ $runtime == ff ] |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 documentfragment_test: Skip # Timeout | 203 documentfragment_test: Skip # Timeout |
| 204 fileapi_test: Skip # Issue 3022 | 204 fileapi_test: Skip # Issue 3022 |
| 205 | 205 |
| 206 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 206 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 207 css_test: Pass, Fail # Issue #2823 | 207 css_test: Pass, Fail # Issue #2823 |
| 208 fileapi_test: Skip # Issue 3022 | 208 fileapi_test: Skip # Issue 3022 |
| 209 | 209 |
| 210 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 210 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 211 indexeddb_2_test: Fail # Issue 3669. | 211 indexeddb_2_test: Fail # Issue 3669. |
| 212 indexeddb_3_test: Fail # Issue 3670. | 212 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |