| 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 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 [ $runtime == drt || $runtime == dartium ] | 9 [ $runtime == drt || $runtime == dartium ] |
| 10 custom/template_wrappers_test: Pass # Issue 16656 Override others | 10 custom/template_wrappers_test: Pass # Issue 16656 Override others |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 [ $runtime == ff && $system == windows ] | 325 [ $runtime == ff && $system == windows ] |
| 326 messageevent_test: RuntimeError # Issue 15651 | 326 messageevent_test: RuntimeError # Issue 15651 |
| 327 serialized_script_value_test: RuntimeError # Issue 15651 | 327 serialized_script_value_test: RuntimeError # Issue 15651 |
| 328 | 328 |
| 329 [ $runtime == ff ] | 329 [ $runtime == ff ] |
| 330 xhr_test/xhr: Pass, Fail # Issue 11602 | 330 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 331 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 331 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 332 webgl_1_test: Pass, Fail # Issue 8219 | 332 webgl_1_test: Pass, Fail # Issue 8219 |
| 333 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 333 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 334 | 334 |
| 335 client_rect_test: Fail # Issue 16890 |
| 336 |
| 335 # FireFox Feature support statuses- | 337 # FireFox Feature support statuses- |
| 336 # All changes should be accompanied by platform support annotation changes. | 338 # All changes should be accompanied by platform support annotation changes. |
| 337 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 339 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 338 audiocontext_test: Pass, Fail # Issue 14602 | 340 audiocontext_test: Pass, Fail # Issue 14602 |
| 339 css_test/supportsPointConversions: Fail | 341 css_test/supportsPointConversions: Fail |
| 340 document_test/supports_cssCanvasContext: Fail | 342 document_test/supports_cssCanvasContext: Fail |
| 341 element_types_test/supported_content: Fail | 343 element_types_test/supported_content: Fail |
| 342 element_types_test/supported_details: Fail | 344 element_types_test/supported_details: Fail |
| 343 element_types_test/supported_embed: Fail | 345 element_types_test/supported_embed: Fail |
| 344 element_types_test/supported_keygen: Fail | 346 element_types_test/supported_keygen: Fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 events_test: StaticWarning | 394 events_test: StaticWarning |
| 393 htmlelement_test: StaticWarning | 395 htmlelement_test: StaticWarning |
| 394 localstorage_test: StaticWarning | 396 localstorage_test: StaticWarning |
| 395 mutationobserver_test: StaticWarning | 397 mutationobserver_test: StaticWarning |
| 396 track_element_constructor_test: StaticWarning | 398 track_element_constructor_test: StaticWarning |
| 397 transferables_test: StaticWarning | 399 transferables_test: StaticWarning |
| 398 typed_arrays_range_checks_test: StaticWarning | 400 typed_arrays_range_checks_test: StaticWarning |
| 399 typing_test: StaticWarning | 401 typing_test: StaticWarning |
| 400 webgl_1_test: StaticWarning | 402 webgl_1_test: StaticWarning |
| 401 window_nosuchmethod_test: StaticWarning | 403 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |