| 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 | 9 |
| 10 # Layout tests are only supported on DRT. | 10 # Layout tests are only supported on DRT. |
| 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 12 *layout_test: Skip | 12 *layout_test: Skip |
| 13 | 13 |
| 14 [ $runtime == chrome ] | 14 [ $runtime == chrome ] |
| 15 element_types_test/supported_content: Fail | 15 element_types_test/supported_content: Fail |
| 16 element_types_test/supported_shadow: Fail | 16 element_types_test/supported_shadow: Fail |
| 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 18 input_element_test/supported_datetime: Fail | 18 input_element_test/supported_datetime: Fail |
| 19 input_element_test/supported_datetime-local: Fail | 19 input_element_test/supported_datetime-local: Fail |
| 20 input_element_test/supported_month: Fail | 20 input_element_test/supported_month: Fail |
| 21 input_element_test/supported_week: Fail | 21 input_element_test/supported_week: Fail |
| 22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp
ort it. |
| 22 shadow_dom_test/supported: Fail | 23 shadow_dom_test/supported: Fail |
| 23 css_test: Pass, Fail # Issue 7978 | 24 css_test: Pass, Fail # Issue 7978 |
| 25 speechrecognition_test/types: Pass, Fail |
| 24 | 26 |
| 25 [ $runtime == chrome || $runtime == drt] | 27 [ $runtime == chrome || $runtime == drt] |
| 26 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky
on Chrome and Dartium - filed issue 8021 for the timeout. | 28 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky
on Chrome and Dartium - filed issue 8021 for the timeout. |
| 27 audiocontext_test: Pass, Timeout # Issue 8021. | 29 audiocontext_test: Pass, Timeout # Issue 8021. |
| 28 | 30 |
| 29 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 30 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 32 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 31 transferables_test: Pass, Fail # Issue 8026 | 33 transferables_test: Pass, Fail # Issue 8026 |
| 32 | 34 |
| 33 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 | 291 |
| 290 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 292 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 291 request_animation_frame_test: Skip # Async test hangs. | 293 request_animation_frame_test: Skip # Async test hangs. |
| 292 | 294 |
| 293 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 295 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 294 isolates_test: Skip # Timeout because leg does not support web workers. | 296 isolates_test: Skip # Timeout because leg does not support web workers. |
| 295 | 297 |
| 296 [ $compiler == dart2js && $runtime == ff ] | 298 [ $compiler == dart2js && $runtime == ff ] |
| 297 inner_frame_test: Skip # Timeout | 299 inner_frame_test: Skip # Timeout |
| 298 svg_3_test: Skip # Timeout | 300 svg_3_test: Skip # Timeout |
| OLD | NEW |