| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 | 8 |
| 9 [ $compiler == dart2js && $csp ] | 9 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 10 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 performance_api_test/supported: Fail | 337 performance_api_test/supported: Fail |
| 338 speechrecognition_test/supported: Fail | 338 speechrecognition_test/supported: Fail |
| 339 websql_test/supported: Fail | 339 websql_test/supported: Fail |
| 340 | 340 |
| 341 [ $runtime == ff ] | 341 [ $runtime == ff ] |
| 342 xhr_test/xhr: Pass, Fail # Issue 11602 | 342 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 343 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 343 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 344 webgl_1_test: Pass, Fail # Issue 8219 | 344 webgl_1_test: Pass, Fail # Issue 8219 |
| 345 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 345 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 346 | 346 |
| 347 [ $runtime == ff && $system == windows ] |
| 348 messageevent_test: RuntimeError # Issue 15651 |
| 349 serialized_script_value_test: RuntimeError # Issue 15651 |
| 350 |
| 347 # FireFox Feature support statuses- | 351 # FireFox Feature support statuses- |
| 348 # All changes should be accompanied by platform support annotation changes. | 352 # All changes should be accompanied by platform support annotation changes. |
| 349 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 353 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 350 audiocontext_test: Pass, Fail # Issue 14602 | 354 audiocontext_test: Pass, Fail # Issue 14602 |
| 351 css_test/supportsPointConversions: Fail | 355 css_test/supportsPointConversions: Fail |
| 352 document_test/supports_cssCanvasContext: Fail | 356 document_test/supports_cssCanvasContext: Fail |
| 353 element_types_test/supported_content: Fail | 357 element_types_test/supported_content: Fail |
| 354 element_types_test/supported_details: Fail | 358 element_types_test/supported_details: Fail |
| 355 element_types_test/supported_embed: Fail | 359 element_types_test/supported_embed: Fail |
| 356 element_types_test/supported_keygen: Fail | 360 element_types_test/supported_keygen: Fail |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 events_test: StaticWarning | 410 events_test: StaticWarning |
| 407 htmlelement_test: StaticWarning | 411 htmlelement_test: StaticWarning |
| 408 localstorage_test: StaticWarning | 412 localstorage_test: StaticWarning |
| 409 mutationobserver_test: StaticWarning | 413 mutationobserver_test: StaticWarning |
| 410 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning |
| 411 transferables_test: StaticWarning | 415 transferables_test: StaticWarning |
| 412 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning |
| 413 typing_test: StaticWarning | 417 typing_test: StaticWarning |
| 414 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning |
| 415 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |