| 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. |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 input_element_test/supported_datetime-local: Fail | 67 input_element_test/supported_datetime-local: Fail |
| 68 input_element_test/supported_month: Fail | 68 input_element_test/supported_month: Fail |
| 69 input_element_test/supported_time: Fail | 69 input_element_test/supported_time: Fail |
| 70 input_element_test/supported_week: Fail | 70 input_element_test/supported_week: Fail |
| 71 isolates_test: Skip | 71 isolates_test: Skip |
| 72 measurement_test: Fail, Pass | 72 measurement_test: Fail, Pass |
| 73 media_stream_test/supported_media: Fail | 73 media_stream_test/supported_media: Fail |
| 74 media_stream_test/supported_MediaStreamEvent: Fail | 74 media_stream_test/supported_MediaStreamEvent: Fail |
| 75 media_stream_test/supported_MediaStreamTrackEvent: Fail | 75 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 76 messageevent_test: Fail | 76 messageevent_test: Fail |
| 77 microtask_test: Fail, Pass # Appears to be flaky |
| 77 mutationobserver_test/supported: Fail | 78 mutationobserver_test/supported: Fail |
| 78 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 79 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 79 notifications_test/supported: Fail | 80 notifications_test/supported: Fail |
| 80 serialized_script_value_test: Fail | 81 serialized_script_value_test: Fail |
| 81 shadow_dom_test/supported: Fail | 82 shadow_dom_test/supported: Fail |
| 82 speechrecognition_test/supported: Fail | 83 speechrecognition_test/supported: Fail |
| 83 storage_test: Fail, Pass | 84 storage_test: Fail, Pass |
| 84 svgelement_test/additionalConstructors: Fail | 85 svgelement_test/additionalConstructors: Fail |
| 85 svgelement2_test: Fail | 86 svgelement2_test: Fail |
| 86 svg_3_test: Fail | 87 svg_3_test: Fail |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 | 306 |
| 306 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 307 request_animation_frame_test: Skip # Async test hangs. | 308 request_animation_frame_test: Skip # Async test hangs. |
| 308 | 309 |
| 309 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 310 isolates_test: Skip # Timeout because leg does not support web workers. | 311 isolates_test: Skip # Timeout because leg does not support web workers. |
| 311 | 312 |
| 312 [ $compiler == dart2js && $runtime == ff ] | 313 [ $compiler == dart2js && $runtime == ff ] |
| 313 inner_frame_test: Skip # Timeout | 314 inner_frame_test: Skip # Timeout |
| 314 svg_3_test: Skip # Timeout | 315 svg_3_test: Skip # Timeout |
| OLD | NEW |