| 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. | |
| 13 | |
| 14 # Layout tests are only supported on DRT. | 12 # Layout tests are only supported on DRT. |
| 15 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 16 *layout_test: Skip | 14 *layout_test: Skip |
| 17 | 15 |
| 18 [ $runtime == chrome ] | 16 [ $runtime == chrome ] |
| 19 element_types_test/supported_content: Fail | 17 element_types_test/supported_content: Fail |
| 20 element_types_test/supported_shadow: Fail | 18 element_types_test/supported_shadow: Fail |
| 21 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 22 input_element_test/supported_datetime: Fail | 20 input_element_test/supported_datetime: Fail |
| 23 input_element_test/supported_datetime-local: Fail | 21 input_element_test/supported_datetime-local: Fail |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 request_animation_frame_test: Skip # Async test hangs. | 289 request_animation_frame_test: Skip # Async test hangs. |
| 292 | 290 |
| 293 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 291 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 294 isolates_test: Skip # Timeout because leg does not support web workers. | 292 isolates_test: Skip # Timeout because leg does not support web workers. |
| 295 | 293 |
| 296 [ $compiler == dart2js && $runtime == ff ] | 294 [ $compiler == dart2js && $runtime == ff ] |
| 297 xhr_test: Skip # Timeout | 295 xhr_test: Skip # Timeout |
| 298 inner_frame_test: Skip # Timeout | 296 inner_frame_test: Skip # Timeout |
| 299 svg_3_test: Skip # Timeout | 297 svg_3_test: Skip # Timeout |
| 300 documentfragment_test: Skip # Timeout | 298 documentfragment_test: Skip # Timeout |
| OLD | NEW |