| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 css_test/supportsPointConversions: Fail | 384 css_test/supportsPointConversions: Fail |
| 385 document_test/supports_cssCanvasContext: Fail | 385 document_test/supports_cssCanvasContext: Fail |
| 386 element_types_test/supported_template: Fail | 386 element_types_test/supported_template: Fail |
| 387 indexeddb_1_test/supported: Fail | 387 indexeddb_1_test/supported: Fail |
| 388 indexeddb_1_test/supportsDatabaseNames: Fail | 388 indexeddb_1_test/supportsDatabaseNames: Fail |
| 389 mutationobserver_test/supported: Fail | 389 mutationobserver_test/supported: Fail |
| 390 performance_api_test/supported: Fail | 390 performance_api_test/supported: Fail |
| 391 speechrecognition_test/supported: Fail | 391 speechrecognition_test/supported: Fail |
| 392 websql_test/supported: Fail | 392 websql_test/supported: Fail |
| 393 | 393 |
| 394 [ $runtime == ff && $system != windows ] | |
| 395 element_types_test/supported_track: Fail # Fails on FF 29, passes on FF 31 | |
| 396 | |
| 397 [ $runtime == ff ] | 394 [ $runtime == ff ] |
| 398 xhr_test/xhr: Pass, Fail # Issue 11602 | 395 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 399 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 396 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 400 webgl_1_test: Pass, Fail # Issue 8219 | 397 webgl_1_test: Pass, Fail # Issue 8219 |
| 401 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 398 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 402 | 399 |
| 403 # Firefox Feature support statuses- | 400 # Firefox Feature support statuses- |
| 404 # All changes should be accompanied by platform support annotation changes. | 401 # All changes should be accompanied by platform support annotation changes. |
| 405 css_test/supportsPointConversions: Fail | 402 css_test/supportsPointConversions: Fail |
| 406 document_test/supports_cssCanvasContext: Fail | 403 document_test/supports_cssCanvasContext: Fail |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 events_test: StaticWarning | 455 events_test: StaticWarning |
| 459 htmlelement_test: StaticWarning | 456 htmlelement_test: StaticWarning |
| 460 localstorage_test: StaticWarning | 457 localstorage_test: StaticWarning |
| 461 mutationobserver_test: StaticWarning | 458 mutationobserver_test: StaticWarning |
| 462 track_element_constructor_test: StaticWarning | 459 track_element_constructor_test: StaticWarning |
| 463 transferables_test: StaticWarning | 460 transferables_test: StaticWarning |
| 464 typed_arrays_range_checks_test: StaticWarning | 461 typed_arrays_range_checks_test: StaticWarning |
| 465 typing_test: StaticWarning | 462 typing_test: StaticWarning |
| 466 webgl_1_test: StaticWarning | 463 webgl_1_test: StaticWarning |
| 467 window_nosuchmethod_test: StaticWarning | 464 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |