| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 hidden_dom_2_test: Fail | 67 hidden_dom_2_test: Fail |
| 68 history_test: Fail | 68 history_test: Fail |
| 69 indexeddb_1_test: Fail | 69 indexeddb_1_test: Fail |
| 70 indexeddb_2_test: Fail | 70 indexeddb_2_test: Fail |
| 71 indexeddb_3_test: Fail | 71 indexeddb_3_test: Fail |
| 72 indexeddb_4_test: Fail | 72 indexeddb_4_test: Fail |
| 73 js_interop_1_test: Fail | 73 js_interop_1_test: Fail |
| 74 js_interop_2_test: Fail | 74 js_interop_2_test: Fail |
| 75 js_interop_3_test: Fail | 75 js_interop_3_test: Fail |
| 76 js_interop_4_test: Fail | 76 js_interop_4_test: Fail |
| 77 js_interop_func_passing_test: Fail |
| 77 measurement_test: Fail | 78 measurement_test: Fail |
| 78 messageevent_test: Fail | 79 messageevent_test: Fail |
| 79 mutationobserver_test: Fail | 80 mutationobserver_test: Fail |
| 80 serialized_script_value_test: Fail | 81 serialized_script_value_test: Fail |
| 81 shadow_dom_layout_test: Fail | 82 shadow_dom_layout_test: Fail |
| 82 shadow_dom_test: Fail | 83 shadow_dom_test: Fail |
| 83 storage_test: Fail | 84 storage_test: Fail |
| 84 svg_3_test: Fail | 85 svg_3_test: Fail |
| 85 websocket_test: Fail | 86 websocket_test: Fail |
| 86 window_nosuchmethod_test: Fail | 87 window_nosuchmethod_test: Fail |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 svg_3_test: Skip # Timeout | 209 svg_3_test: Skip # Timeout |
| 209 documentfragment_test: Skip # Timeout | 210 documentfragment_test: Skip # Timeout |
| 210 fileapi_test: Skip # Issue 3022 | 211 fileapi_test: Skip # Issue 3022 |
| 211 | 212 |
| 212 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 213 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 213 css_test: Pass, Fail # Issue #2823 | 214 css_test: Pass, Fail # Issue #2823 |
| 214 fileapi_test: Skip # Issue 3022 | 215 fileapi_test: Skip # Issue 3022 |
| 215 | 216 |
| 216 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 217 indexeddb_2_test: Fail # Issue 3669. | 218 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |