| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 input_element_test/supported_datetime: Fail | 83 input_element_test/supported_datetime: Fail |
| 84 input_element_test/supported_datetime-local: Fail | 84 input_element_test/supported_datetime-local: Fail |
| 85 input_element_test/supported_month: Fail | 85 input_element_test/supported_month: Fail |
| 86 input_element_test/supported_time: Fail | 86 input_element_test/supported_time: Fail |
| 87 input_element_test/supported_week: Fail | 87 input_element_test/supported_week: Fail |
| 88 isolates_test: Skip | 88 isolates_test: Skip |
| 89 localstorage_test: Fail | 89 localstorage_test: Fail |
| 90 measurement_test: Fail, Pass | 90 measurement_test: Fail, Pass |
| 91 messageevent_test: Fail | 91 messageevent_test: Fail |
| 92 mutationobserver_test/supported: Fail | 92 mutationobserver_test/supported: Fail |
| 93 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 93 serialized_script_value_test: Fail | 94 serialized_script_value_test: Fail |
| 94 shadow_dom_test/supported: Fail | 95 shadow_dom_test/supported: Fail |
| 95 storage_test: Fail, Pass | 96 storage_test: Fail, Pass |
| 96 svgelement_test/additionalConstructors: Fail | 97 svgelement_test/additionalConstructors: Fail |
| 97 svgelement2_test: Fail | 98 svgelement2_test: Fail |
| 98 svg_3_test: Fail | 99 svg_3_test: Fail |
| 99 url_test: Fail # IE10 does not support from file:// | 100 url_test: Fail # IE10 does not support from file:// |
| 100 websql_test: Fail | 101 websql_test: Fail |
| 101 window_open_test: Skip | 102 window_open_test: Skip |
| 102 xhr_test: Fail | 103 xhr_test: Fail |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 request_animation_frame_test: Skip # Async test hangs. | 291 request_animation_frame_test: Skip # Async test hangs. |
| 291 | 292 |
| 292 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 293 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 293 isolates_test: Skip # Timeout because leg does not support web workers. | 294 isolates_test: Skip # Timeout because leg does not support web workers. |
| 294 | 295 |
| 295 [ $compiler == dart2js && $runtime == ff ] | 296 [ $compiler == dart2js && $runtime == ff ] |
| 296 xhr_test: Skip # Timeout | 297 xhr_test: Skip # Timeout |
| 297 inner_frame_test: Skip # Timeout | 298 inner_frame_test: Skip # Timeout |
| 298 svg_3_test: Skip # Timeout | 299 svg_3_test: Skip # Timeout |
| 299 documentfragment_test: Skip # Timeout | 300 documentfragment_test: Skip # Timeout |
| OLD | NEW |