| 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 js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented. | 14 js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented. |
| 15 typed_arrays_arraybuffer_test: Fail # Issue 2682 constructor not implemented. | 15 typed_arrays_arraybuffer_test: Fail # Issue 2682 constructor not implemented. |
| 16 mutationobserver_test: Fail # Issue 3967 constructor, observe() not imp
lemented. |
| 16 | 17 |
| 17 [ $compiler == none && $runtime == drt && $system == windows] | 18 [ $compiler == none && $runtime == drt && $system == windows] |
| 18 audiocontext_test: Skip | 19 audiocontext_test: Skip |
| 19 | 20 |
| 20 [ $compiler == none && $runtime == drt && $system == macos] | 21 [ $compiler == none && $runtime == drt && $system == macos] |
| 21 audiocontext_test: Pass, Fail | 22 audiocontext_test: Pass, Fail |
| 22 | 23 |
| 23 [ $compiler == none && $runtime == drt && $system == linux] | 24 [ $compiler == none && $runtime == drt && $system == linux] |
| 24 documentfragment_test: Pass, Timeout | 25 documentfragment_test: Pass, Timeout |
| 25 | 26 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 indexeddb_1_test: Fail | 68 indexeddb_1_test: Fail |
| 68 indexeddb_2_test: Fail | 69 indexeddb_2_test: Fail |
| 69 indexeddb_3_test: Fail | 70 indexeddb_3_test: Fail |
| 70 indexeddb_4_test: Fail | 71 indexeddb_4_test: Fail |
| 71 js_interop_1_test: Fail | 72 js_interop_1_test: Fail |
| 72 js_interop_2_test: Fail | 73 js_interop_2_test: Fail |
| 73 js_interop_3_test: Fail | 74 js_interop_3_test: Fail |
| 74 js_interop_4_test: Fail | 75 js_interop_4_test: Fail |
| 75 measurement_test: Fail | 76 measurement_test: Fail |
| 76 messageevent_test: Fail | 77 messageevent_test: Fail |
| 78 mutationobserver_test: Fail |
| 77 serialized_script_value_test: Fail | 79 serialized_script_value_test: Fail |
| 78 shadow_dom_layout_test: Fail | 80 shadow_dom_layout_test: Fail |
| 79 shadow_dom_test: Fail | 81 shadow_dom_test: Fail |
| 80 storage_test: Fail | 82 storage_test: Fail |
| 81 svg_3_test: Fail | 83 svg_3_test: Fail |
| 82 websocket_test: Fail | 84 websocket_test: Fail |
| 83 window_nosuchmethod_test: Fail | 85 window_nosuchmethod_test: Fail |
| 84 window_open_test: Skip # BUG(4016) | 86 window_open_test: Skip # BUG(4016) |
| 85 xsltprocessor_test: Skip # BUG(4016) | 87 xsltprocessor_test: Skip # BUG(4016) |
| 86 fileapi_test: Skip # BUG(4016) | 88 fileapi_test: Skip # BUG(4016) |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 documentfragment_test: Skip # Timeout | 210 documentfragment_test: Skip # Timeout |
| 209 fileapi_test: Skip # Issue 3022 | 211 fileapi_test: Skip # Issue 3022 |
| 210 | 212 |
| 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 213 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 212 css_test: Pass, Fail # Issue #2823 | 214 css_test: Pass, Fail # Issue #2823 |
| 213 fileapi_test: Skip # Issue 3022 | 215 fileapi_test: Skip # Issue 3022 |
| 214 | 216 |
| 215 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 216 indexeddb_2_test: Fail # Issue 3669. | 218 indexeddb_2_test: Fail # Issue 3669. |
| 217 indexeddb_3_test: Fail # Issue 3670. | 219 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |