| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 shadow_dom_test: Fail | 81 shadow_dom_test: Fail |
| 82 storage_test: Fail | 82 storage_test: Fail |
| 83 svg_3_test: Fail | 83 svg_3_test: Fail |
| 84 websocket_test: Fail | 84 websocket_test: Fail |
| 85 window_nosuchmethod_test: Fail | 85 window_nosuchmethod_test: Fail |
| 86 window_open_test: Skip # BUG(4016) | 86 window_open_test: Skip # BUG(4016) |
| 87 xsltprocessor_test: Skip # BUG(4016) | 87 xsltprocessor_test: Skip # BUG(4016) |
| 88 fileapi_test: Skip # BUG(4016) | 88 fileapi_test: Skip # BUG(4016) |
| 89 isolates_test: Skip # BUG(4016) | 89 isolates_test: Skip # BUG(4016) |
| 90 xhr_test: Skip # BUG(4016) | 90 xhr_test: Skip # BUG(4016) |
| 91 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. |
| 91 | 92 |
| 92 | 93 |
| 93 [ $runtime == safari ] | 94 [ $runtime == safari ] |
| 94 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 95 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 95 cssstyledeclaration_test: Fail | 96 cssstyledeclaration_test: Fail |
| 96 node_test: Fail | 97 node_test: Fail |
| 97 svgelement_test: Fail | 98 svgelement_test: Fail |
| 98 svgelement2_test: Fail | 99 svgelement2_test: Fail |
| 99 | 100 |
| 100 [ $runtime == ff ] | 101 [ $runtime == ff ] |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 svg_3_test: Skip # Timeout | 207 svg_3_test: Skip # Timeout |
| 207 documentfragment_test: Skip # Timeout | 208 documentfragment_test: Skip # Timeout |
| 208 fileapi_test: Skip # Issue 3022 | 209 fileapi_test: Skip # Issue 3022 |
| 209 | 210 |
| 210 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 211 css_test: Pass, Fail # Issue #2823 | 212 css_test: Pass, Fail # Issue #2823 |
| 212 fileapi_test: Skip # Issue 3022 | 213 fileapi_test: Skip # Issue 3022 |
| 213 | 214 |
| 214 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 215 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 215 indexeddb_2_test: Fail # Issue 3669. | 216 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |