| 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 [ $runtime == drt ] | 11 [ $runtime == drt ] |
| 12 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. | 12 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |
| 13 | 13 |
| 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 15 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 15 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 16 url_test: Fail # createObjectURL not implemented. |
| 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 || $runtime == dartium) && $system == wi
ndows] | 21 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 21 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 22 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 22 | 23 |
| 23 [ $compiler == dart2js && $runtime == drt && $system == windows] | 24 [ $compiler == dart2js && $runtime == drt && $system == windows] |
| 24 audiocontext_test: Fail # Issue 4517 | 25 audiocontext_test: Fail # Issue 4517 |
| 25 audioelement_test: Fail # Issue 4517 | 26 audioelement_test: Fail # Issue 4517 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 js_interop_obj_invoke_test: Fail | 89 js_interop_obj_invoke_test: Fail |
| 89 js_interop_element_test: Fail | 90 js_interop_element_test: Fail |
| 90 measurement_test: Fail | 91 measurement_test: Fail |
| 91 messageevent_test: Fail | 92 messageevent_test: Fail |
| 92 mutationobserver_test: Fail | 93 mutationobserver_test: Fail |
| 93 serialized_script_value_test: Fail | 94 serialized_script_value_test: Fail |
| 94 shadow_dom_layout_test: Fail | 95 shadow_dom_layout_test: Fail |
| 95 shadow_dom_test: Fail | 96 shadow_dom_test: Fail |
| 96 storage_test: Fail | 97 storage_test: Fail |
| 97 svg_3_test: Fail | 98 svg_3_test: Fail |
| 99 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 98 websocket_test: Fail | 100 websocket_test: Fail |
| 99 window_open_test: Skip # BUG(4016) | 101 window_open_test: Skip # BUG(4016) |
| 100 xsltprocessor_test: Skip # BUG(4016) | 102 xsltprocessor_test: Skip # BUG(4016) |
| 101 isolates_test: Skip # BUG(4016) | 103 isolates_test: Skip # BUG(4016) |
| 102 xhr_test: Skip # BUG(4016) | 104 xhr_test: Skip # BUG(4016) |
| 103 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. | 105 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. |
| 104 js_interop_1_test: Pass, Fail # BUG(4631) | 106 js_interop_1_test: Pass, Fail # BUG(4631) |
| 105 | 107 |
| 106 | 108 |
| 107 [ $runtime == safari ] | 109 [ $runtime == safari ] |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 200 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 199 css_test: Pass, Fail # Issue #2823 | 201 css_test: Pass, Fail # Issue #2823 |
| 200 | 202 |
| 201 [ $compiler == dart2js && $runtime == ff && $system == windows] | 203 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 202 js_interop_2_test: Fail # Issue 4658. | 204 js_interop_2_test: Fail # Issue 4658. |
| 203 | 205 |
| 204 [ $compiler == dart2js && $checked && $browser] | 206 [ $compiler == dart2js && $checked && $browser] |
| 205 typed_arrays_range_checks_test: Fail # Issue 3720 | 207 typed_arrays_range_checks_test: Fail # Issue 3720 |
| 206 events_test: Fail # Issue 3720 | 208 events_test: Fail # Issue 3720 |
| 207 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 209 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |