| 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 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 element_types_test/supported_progress: Fail | 116 element_types_test/supported_progress: Fail |
| 117 element_types_test/supported_shadow: Fail | 117 element_types_test/supported_shadow: Fail |
| 118 element_types_test/supported_track: Fail | 118 element_types_test/supported_track: Fail |
| 119 form_data_test: Fail # Issue 4793. | 119 form_data_test: Fail # Issue 4793. |
| 120 form_element_test: Fail # Issue 4793. | 120 form_element_test: Fail # Issue 4793. |
| 121 inner_frame_test: Skip # Issue 5727 (timeout) | 121 inner_frame_test: Skip # Issue 5727 (timeout) |
| 122 typed_arrays_1_test/supported: Fail | 122 typed_arrays_1_test/supported: Fail |
| 123 localstorage_test: Fail | 123 localstorage_test: Fail |
| 124 webgl_1_test/supported: Fail | 124 webgl_1_test/supported: Fail |
| 125 websql_test/supported: Fail | 125 websql_test/supported: Fail |
| 126 |
| 127 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 128 |
| 126 # | 129 # |
| 127 # Investigate and triage the following into bug reports. | 130 # Investigate and triage the following into bug reports. |
| 128 # | 131 # |
| 129 audiobuffersourcenode_test: Fail | 132 audiobuffersourcenode_test: Fail |
| 130 audiocontext_test: Fail | 133 audiocontext_test: Fail |
| 131 blob_constructor_test: Fail | 134 blob_constructor_test: Fail |
| 132 cache_test/supported: Fail | 135 cache_test/supported: Fail |
| 133 css_test/supported_CssMatrix: Fail | 136 css_test/supported_CssMatrix: Fail |
| 134 css_test/supported_DomPoint: Fail | 137 css_test/supported_DomPoint: Fail |
| 135 dom_constructors_test: Fail | 138 dom_constructors_test: Fail |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 transferables_test: Skip # until isInstance works in dart2js | 325 transferables_test: Skip # until isInstance works in dart2js |
| 323 | 326 |
| 324 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 327 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 325 request_animation_frame_test: Skip # Async test hangs. | 328 request_animation_frame_test: Skip # Async test hangs. |
| 326 | 329 |
| 327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 330 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 328 isolates_test: Skip # Timeout because leg does not support web workers. | 331 isolates_test: Skip # Timeout because leg does not support web workers. |
| 329 | 332 |
| 330 [ $compiler == dart2js && $runtime == ff ] | 333 [ $compiler == dart2js && $runtime == ff ] |
| 331 inner_frame_test: Skip # Timeout | 334 inner_frame_test: Skip # Timeout |
| OLD | NEW |