| 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: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # 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 |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 cache_test: fail # IE9 does not support ApplicationCache, but IE 10
does (and should work). | 127 cache_test: fail # IE9 does not support ApplicationCache, but IE 10
does (and should work). |
| 128 css_test: Fail | 128 css_test: Fail |
| 129 datalistelement_test: Fail # ie9 does not have HTMLDataListElement | 129 datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
| 130 dom_constructors_test: Fail | 130 dom_constructors_test: Fail |
| 131 element_test/additionalConstructors: Fail | 131 element_test/additionalConstructors: Fail |
| 132 exceptions_test: Fail | 132 exceptions_test: Fail |
| 133 fileapi_test: Fail # IE does not support filesystem APIs. | 133 fileapi_test: Fail # IE does not support filesystem APIs. |
| 134 history_test: Fail | 134 history_test: Fail |
| 135 indexeddb_1_test/supported: Fail | 135 indexeddb_1_test/supported: Fail |
| 136 input_element_test/supported_date: Fail | 136 input_element_test/supported_date: Fail |
| 137 input_element_test/supported_datetime-local: Fail |
| 137 input_element_test/supported_datetime: Fail | 138 input_element_test/supported_datetime: Fail |
| 138 input_element_test/supported_datetime-local: Fail | 139 input_element_test/supported_email: Fail |
| 139 input_element_test/supported_month: Fail | 140 input_element_test/supported_month: Fail |
| 141 input_element_test/supported_number: Fail |
| 140 input_element_test/supported_range: Fail | 142 input_element_test/supported_range: Fail |
| 143 input_element_test/supported_search: Fail |
| 144 input_element_test/supported_tel: Fail |
| 141 input_element_test/supported_time: Fail | 145 input_element_test/supported_time: Fail |
| 146 input_element_test/supported_url: Fail |
| 142 input_element_test/supported_week: Fail | 147 input_element_test/supported_week: Fail |
| 143 messageevent_test: Fail | 148 messageevent_test: Fail |
| 144 mutationobserver_test/supported: Fail | 149 mutationobserver_test/supported: Fail |
| 145 postmessage_structured_test: Skip # BUG(5685): times out. | 150 postmessage_structured_test: Skip # BUG(5685): times out. |
| 146 serialized_script_value_test: Fail | 151 serialized_script_value_test: Fail |
| 147 shadow_dom_layout_test: Fail | 152 shadow_dom_layout_test: Fail |
| 148 shadow_dom_test: Fail | 153 shadow_dom_test: Fail |
| 149 storage_test: Fail | 154 storage_test: Fail |
| 150 svg_3_test: Fail | 155 svg_3_test: Fail |
| 151 svgelement_test/additionalConstructors: Fail | 156 svgelement_test/additionalConstructors: Fail |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 | 287 |
| 283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 284 isolates_test: Skip # Timeout because leg does not support web workers. | 289 isolates_test: Skip # Timeout because leg does not support web workers. |
| 285 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 290 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 286 | 291 |
| 287 [ $compiler == dart2js && $runtime == ff ] | 292 [ $compiler == dart2js && $runtime == ff ] |
| 288 xhr_test: Skip # Timeout | 293 xhr_test: Skip # Timeout |
| 289 inner_frame_test: Skip # Timeout | 294 inner_frame_test: Skip # Timeout |
| 290 svg_3_test: Skip # Timeout | 295 svg_3_test: Skip # Timeout |
| 291 documentfragment_test: Skip # Timeout | 296 documentfragment_test: Skip # Timeout |
| OLD | NEW |