| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 storage_test: Fail | 92 storage_test: Fail |
| 93 svg_3_test: Fail | 93 svg_3_test: Fail |
| 94 websocket_test: Fail | 94 websocket_test: Fail |
| 95 window_nosuchmethod_test: Fail | 95 window_nosuchmethod_test: Fail |
| 96 window_open_test: Skip # BUG(4016) | 96 window_open_test: Skip # BUG(4016) |
| 97 xsltprocessor_test: Skip # BUG(4016) | 97 xsltprocessor_test: Skip # BUG(4016) |
| 98 fileapi_test: Skip # BUG(4016) | 98 fileapi_test: Skip # BUG(4016) |
| 99 isolates_test: Skip # BUG(4016) | 99 isolates_test: Skip # BUG(4016) |
| 100 xhr_test: Skip # BUG(4016) | 100 xhr_test: Skip # BUG(4016) |
| 101 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. | 101 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. |
| 102 js_interop_1_test: Pass, Fail # BUG(4631) |
| 102 | 103 |
| 103 | 104 |
| 104 [ $runtime == safari ] | 105 [ $runtime == safari ] |
| 105 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function | 106 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not
a function |
| 106 cssstyledeclaration_test: Fail | 107 cssstyledeclaration_test: Fail |
| 107 node_test: Fail | 108 node_test: Fail |
| 108 svgelement_test: Fail | 109 svgelement_test: Fail |
| 109 svgelement2_test: Fail | 110 svgelement2_test: Fail |
| 110 | 111 |
| 111 [ $runtime == ff ] | 112 [ $runtime == ff ] |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 svg_3_test: Skip # Timeout | 214 svg_3_test: Skip # Timeout |
| 214 documentfragment_test: Skip # Timeout | 215 documentfragment_test: Skip # Timeout |
| 215 fileapi_test: Skip # Issue 3022 | 216 fileapi_test: Skip # Issue 3022 |
| 216 | 217 |
| 217 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 218 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 218 css_test: Pass, Fail # Issue #2823 | 219 css_test: Pass, Fail # Issue #2823 |
| 219 fileapi_test: Skip # Issue 3022 | 220 fileapi_test: Skip # Issue 3022 |
| 220 | 221 |
| 221 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 222 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 222 indexeddb_2_test: Fail # Issue 3669. | 223 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |