| 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 document_test/supports_cssCanvasContext: Fail | 393 document_test/supports_cssCanvasContext: Fail |
| 394 element_types_test/supported_template: Fail | 394 element_types_test/supported_template: Fail |
| 395 indexeddb_1_test/supported: Fail | 395 indexeddb_1_test/supported: Fail |
| 396 indexeddb_1_test/supportsDatabaseNames: Fail | 396 indexeddb_1_test/supportsDatabaseNames: Fail |
| 397 mutationobserver_test/supported: Fail | 397 mutationobserver_test/supported: Fail |
| 398 performance_api_test/supported: Fail | 398 performance_api_test/supported: Fail |
| 399 speechrecognition_test/supported: Fail | 399 speechrecognition_test/supported: Fail |
| 400 websql_test/supported: Fail | 400 websql_test/supported: Fail |
| 401 | 401 |
| 402 [ $runtime == ff ] | 402 [ $runtime == ff ] |
| 403 client_rect_test: Fail # Issue 16890 | |
| 404 | |
| 405 [ $runtime == ff ] | |
| 406 xhr_test/xhr: Pass, Fail # Issue 11602 | 403 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 407 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 404 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 408 webgl_1_test: Pass, Fail # Issue 8219 | 405 webgl_1_test: Pass, Fail # Issue 8219 |
| 409 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 406 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 410 | 407 |
| 411 # FireFox Feature support statuses- | 408 # FireFox Feature support statuses- |
| 412 # All changes should be accompanied by platform support annotation changes. | 409 # All changes should be accompanied by platform support annotation changes. |
| 413 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 410 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 414 audiocontext_test: Pass, Fail # Issue 14602 | 411 audiocontext_test: Pass, Fail # Issue 14602 |
| 415 css_test/supportsPointConversions: Fail | 412 css_test/supportsPointConversions: Fail |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 events_test: StaticWarning | 467 events_test: StaticWarning |
| 471 htmlelement_test: StaticWarning | 468 htmlelement_test: StaticWarning |
| 472 localstorage_test: StaticWarning | 469 localstorage_test: StaticWarning |
| 473 mutationobserver_test: StaticWarning | 470 mutationobserver_test: StaticWarning |
| 474 track_element_constructor_test: StaticWarning | 471 track_element_constructor_test: StaticWarning |
| 475 transferables_test: StaticWarning | 472 transferables_test: StaticWarning |
| 476 typed_arrays_range_checks_test: StaticWarning | 473 typed_arrays_range_checks_test: StaticWarning |
| 477 typing_test: StaticWarning | 474 typing_test: StaticWarning |
| 478 webgl_1_test: StaticWarning | 475 webgl_1_test: StaticWarning |
| 479 window_nosuchmethod_test: StaticWarning | 476 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |