| 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 |
| 11 | 11 |
| 12 history_test/history: Fail, Pass # Issue 7676. | 12 history_test/history: Fail, Pass # Issue 7676. |
| 13 | 13 |
| 14 html/element_test/_ElementList: Fail # Issue 7732. | 14 html/element_test/_ElementList: Fail # Issue 7732. |
| 15 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732. | 15 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732. |
| 16 html/element_test/queryAll: Fail # Issue 7732. | 16 html/element_test/queryAll: Fail # Issue 7732. |
| 17 | 17 |
| 18 form_data_test: Skip # Issue 7751, crashes the test server | 18 form_data_test: Skip # Issue 7751, crashes the test server |
| 19 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server | 19 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server |
| 20 | 20 |
| 21 [ $compiler == none ] | |
| 22 documentfragment_test: Fail # Issue 7732. | |
| 23 typing_test: Fail # Issue 7732. | |
| 24 queryall_test: Fail # Issue 7732. | |
| 25 htmloptionscollection_test: Fail # Issue 7732. | |
| 26 websql_test: Fail # Issue 7732. | |
| 27 | 21 |
| 28 # Layout tests are only supported on DRT. | 22 # Layout tests are only supported on DRT. |
| 29 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 23 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 30 *layout_test: Skip | 24 *layout_test: Skip |
| 31 | 25 |
| 32 [ $runtime == chrome ] | 26 [ $runtime == chrome ] |
| 33 element_types_test/supported_content: Fail | 27 element_types_test/supported_content: Fail |
| 34 element_types_test/supported_shadow: Fail | 28 element_types_test/supported_shadow: Fail |
| 35 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 29 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 36 input_element_test/supported_datetime: Fail | 30 input_element_test/supported_datetime: Fail |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 request_animation_frame_test: Skip # Async test hangs. | 297 request_animation_frame_test: Skip # Async test hangs. |
| 304 | 298 |
| 305 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 299 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 306 isolates_test: Skip # Timeout because leg does not support web workers. | 300 isolates_test: Skip # Timeout because leg does not support web workers. |
| 307 | 301 |
| 308 [ $compiler == dart2js && $runtime == ff ] | 302 [ $compiler == dart2js && $runtime == ff ] |
| 309 xhr_test: Skip # Timeout | 303 xhr_test: Skip # Timeout |
| 310 inner_frame_test: Skip # Timeout | 304 inner_frame_test: Skip # Timeout |
| 311 svg_3_test: Skip # Timeout | 305 svg_3_test: Skip # Timeout |
| 312 documentfragment_test: Skip # Timeout | 306 documentfragment_test: Skip # Timeout |
| OLD | NEW |