| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 isolates_test: Skip # Timeout. | 269 isolates_test: Skip # Timeout. |
| 270 websql_test/supported: Fail | 270 websql_test/supported: Fail |
| 271 | 271 |
| 272 [ $runtime == ff ] | 272 [ $runtime == ff ] |
| 273 audiobuffersourcenode_test: Fail # FF only has Audio element. | 273 audiobuffersourcenode_test: Fail # FF only has Audio element. |
| 274 audiocontext_test: Fail # FF only has Audio element | 274 audiocontext_test: Fail # FF only has Audio element |
| 275 css_test/supported_CssMatrix: Fail | 275 css_test/supported_CssMatrix: Fail |
| 276 css_test/supported_DomPoint: Fail | 276 css_test/supported_DomPoint: Fail |
| 277 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 277 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 278 document_test/supports_cssCanvasContext: Fail | 278 document_test/supports_cssCanvasContext: Fail |
| 279 element_types_test/constructors: Fail # Issue 8293 | |
| 280 element_types_test/supported_content: Fail | 279 element_types_test/supported_content: Fail |
| 281 element_types_test/supported_details: Fail | 280 element_types_test/supported_details: Fail |
| 281 element_types_test/supported_embed: Fail |
| 282 element_types_test/supported_keygen: Fail | 282 element_types_test/supported_keygen: Fail |
| 283 element_types_test/supported_object: Fail |
| 283 element_types_test/supported_shadow: Fail | 284 element_types_test/supported_shadow: Fail |
| 284 element_types_test/supported_track: Fail | 285 element_types_test/supported_track: Fail |
| 285 fileapi_test/supported: Fail | 286 fileapi_test/supported: Fail |
| 286 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 287 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 287 inner_frame_test: Skip | 288 inner_frame_test: Skip |
| 288 input_element_test/supported_date: Fail | 289 input_element_test/supported_date: Fail |
| 289 input_element_test/supported_datetime: Fail | 290 input_element_test/supported_datetime: Fail |
| 290 input_element_test/supported_datetime-local: Fail | 291 input_element_test/supported_datetime-local: Fail |
| 291 input_element_test/supported_month: Fail | 292 input_element_test/supported_month: Fail |
| 292 input_element_test/supported_time: Fail | 293 input_element_test/supported_time: Fail |
| (...skipping 29 matching lines...) Expand all Loading... |
| 322 transferables_test: Skip # until isInstance works in dart2js | 323 transferables_test: Skip # until isInstance works in dart2js |
| 323 | 324 |
| 324 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 325 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 325 request_animation_frame_test: Skip # Async test hangs. | 326 request_animation_frame_test: Skip # Async test hangs. |
| 326 | 327 |
| 327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 328 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 328 isolates_test: Skip # Timeout because leg does not support web workers. | 329 isolates_test: Skip # Timeout because leg does not support web workers. |
| 329 | 330 |
| 330 [ $compiler == dart2js && $runtime == ff ] | 331 [ $compiler == dart2js && $runtime == ff ] |
| 331 inner_frame_test: Skip # Timeout | 332 inner_frame_test: Skip # Timeout |
| OLD | NEW |