| 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 window_open_test: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| 11 measurement_test: Pass, Fail # Issue 1940 | |
| 12 | 11 |
| 13 [ $runtime == drt ] | 12 [ $runtime == drt ] |
| 14 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. | 13 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |
| 15 | 14 |
| 16 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 17 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 16 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 18 url_test: Fail # createObjectURL not implemented. | 17 url_test: Fail # createObjectURL not implemented. |
| 19 | 18 |
| 20 [ $compiler == none && $runtime == drt && $system == windows] | 19 [ $compiler == none && $runtime == drt && $system == windows] |
| 21 audiocontext_test: Skip | 20 audiocontext_test: Skip |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 exceptions_test: Fail | 80 exceptions_test: Fail |
| 82 fileapi_test: Fail # IE does not support filesystem APIs. | 81 fileapi_test: Fail # IE does not support filesystem APIs. |
| 83 history_test: Fail | 82 history_test: Fail |
| 84 indexeddb_1_test: Fail | 83 indexeddb_1_test: Fail |
| 85 indexeddb_2_test: Fail | 84 indexeddb_2_test: Fail |
| 86 indexeddb_3_test: Fail | 85 indexeddb_3_test: Fail |
| 87 indexeddb_4_test: Fail | 86 indexeddb_4_test: Fail |
| 88 js_interop_2_test: Fail | 87 js_interop_2_test: Fail |
| 89 js_interop_3_test: Fail | 88 js_interop_3_test: Fail |
| 90 js_interop_4_test: Fail | 89 js_interop_4_test: Fail |
| 91 measurement_test: Fail | |
| 92 messageevent_test: Fail | 90 messageevent_test: Fail |
| 93 mutationobserver_test: Fail | 91 mutationobserver_test: Fail |
| 94 serialized_script_value_test: Fail | 92 serialized_script_value_test: Fail |
| 95 shadow_dom_layout_test: Fail | 93 shadow_dom_layout_test: Fail |
| 96 shadow_dom_test: Fail | 94 shadow_dom_test: Fail |
| 97 storage_test: Fail | 95 storage_test: Fail |
| 98 svg_3_test: Fail | 96 svg_3_test: Fail |
| 99 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 97 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| 100 websocket_test: Fail | 98 websocket_test: Fail |
| 101 window_open_test: Skip # BUG(4016) | 99 window_open_test: Skip # BUG(4016) |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 | 156 |
| 159 [ $runtime == vm ] | 157 [ $runtime == vm ] |
| 160 *: Skip | 158 *: Skip |
| 161 | 159 |
| 162 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 160 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 163 [ $runtime == opera ] | 161 [ $runtime == opera ] |
| 164 *: Skip | 162 *: Skip |
| 165 | 163 |
| 166 [ $compiler == dart2js && $runtime == drt ] | 164 [ $compiler == dart2js && $runtime == drt ] |
| 167 # Unknown error - should investigate. | 165 # Unknown error - should investigate. |
| 168 measurement_test: Fail | |
| 169 htmloptionscollection_test: Fail # Issue 3813. | 166 htmloptionscollection_test: Fail # Issue 3813. |
| 170 unknownelement_test: Fail # Issue 4189 | 167 unknownelement_test: Fail # Issue 4189 |
| 171 | 168 |
| 172 [ $compiler == dart2js && $runtime == none ] | 169 [ $compiler == dart2js && $runtime == none ] |
| 173 *: Fail, Pass # TODO(ahe): Triage these tests. | 170 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 174 | 171 |
| 175 [ $compiler == dart2js ] | 172 [ $compiler == dart2js ] |
| 176 transferables_test: Skip # until isInstance works in dart2js | 173 transferables_test: Skip # until isInstance works in dart2js |
| 177 | 174 |
| 178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 175 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| (...skipping 16 matching lines...) Expand all Loading... |
| 195 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 192 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 196 css_test: Pass, Fail # Issue #2823 | 193 css_test: Pass, Fail # Issue #2823 |
| 197 | 194 |
| 198 [ $compiler == dart2js && $runtime == ff && $system == windows] | 195 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 199 js_interop_2_test: Fail # Issue 4658. | 196 js_interop_2_test: Fail # Issue 4658. |
| 200 | 197 |
| 201 [ $compiler == dart2js && $checked && $browser] | 198 [ $compiler == dart2js && $checked && $browser] |
| 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 199 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 200 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| 204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 201 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |