| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 indexeddb_1_test/supported: Fail | 318 indexeddb_1_test/supported: Fail |
| 319 indexeddb_1_test/supportsDatabaseNames: Fail | 319 indexeddb_1_test/supportsDatabaseNames: Fail |
| 320 mutationobserver_test/supported: Fail | 320 mutationobserver_test/supported: Fail |
| 321 performance_api_test/supported: Fail | 321 performance_api_test/supported: Fail |
| 322 speechrecognition_test/supported: Fail | 322 speechrecognition_test/supported: Fail |
| 323 websql_test/supported: Fail | 323 websql_test/supported: Fail |
| 324 | 324 |
| 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 client_rect_test: Fail # Issue 16890 |
| 328 | 329 |
| 329 [ $runtime == ff ] | 330 [ $runtime == ff ] |
| 330 xhr_test/xhr: Pass, Fail # Issue 11602 | 331 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 331 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 332 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 332 webgl_1_test: Pass, Fail # Issue 8219 | 333 webgl_1_test: Pass, Fail # Issue 8219 |
| 333 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 334 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 334 | 335 |
| 335 client_rect_test: Fail # Issue 16890 | |
| 336 | |
| 337 # FireFox Feature support statuses- | 336 # FireFox Feature support statuses- |
| 338 # All changes should be accompanied by platform support annotation changes. | 337 # All changes should be accompanied by platform support annotation changes. |
| 339 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 338 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 340 audiocontext_test: Pass, Fail # Issue 14602 | 339 audiocontext_test: Pass, Fail # Issue 14602 |
| 341 css_test/supportsPointConversions: Fail | 340 css_test/supportsPointConversions: Fail |
| 342 document_test/supports_cssCanvasContext: Fail | 341 document_test/supports_cssCanvasContext: Fail |
| 343 element_types_test/supported_content: Fail | 342 element_types_test/supported_content: Fail |
| 344 element_types_test/supported_details: Fail | 343 element_types_test/supported_details: Fail |
| 345 element_types_test/supported_embed: Fail | 344 element_types_test/supported_embed: Fail |
| 346 element_types_test/supported_keygen: Fail | 345 element_types_test/supported_keygen: Fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 events_test: StaticWarning | 393 events_test: StaticWarning |
| 395 htmlelement_test: StaticWarning | 394 htmlelement_test: StaticWarning |
| 396 localstorage_test: StaticWarning | 395 localstorage_test: StaticWarning |
| 397 mutationobserver_test: StaticWarning | 396 mutationobserver_test: StaticWarning |
| 398 track_element_constructor_test: StaticWarning | 397 track_element_constructor_test: StaticWarning |
| 399 transferables_test: StaticWarning | 398 transferables_test: StaticWarning |
| 400 typed_arrays_range_checks_test: StaticWarning | 399 typed_arrays_range_checks_test: StaticWarning |
| 401 typing_test: StaticWarning | 400 typing_test: StaticWarning |
| 402 webgl_1_test: StaticWarning | 401 webgl_1_test: StaticWarning |
| 403 window_nosuchmethod_test: StaticWarning | 402 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |