| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 dromaeo_smoke_test: Fail, Pass # Issue 14521 | 8 dromaeo_smoke_test: Fail, Pass # Issue 14521 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $browser ] | 10 [ $compiler == dart2js && $browser ] |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 | 343 |
| 344 [ $runtime == ff ] | 344 [ $runtime == ff ] |
| 345 xhr_test/xhr: Pass, Fail # Issue 11602 | 345 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 346 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 346 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 347 dromaeo_smoke_test: Pass, Fail # Issue: 8257 | 347 dromaeo_smoke_test: Pass, Fail # Issue: 8257 |
| 348 webgl_1_test: Pass, Fail # Issue 8219 | 348 webgl_1_test: Pass, Fail # Issue 8219 |
| 349 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 349 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 350 | 350 |
| 351 # FireFox Feature support statuses- | 351 # FireFox Feature support statuses- |
| 352 # All changes should be accompanied by platform support annotation changes. | 352 # All changes should be accompanied by platform support annotation changes. |
| 353 audiobuffersourcenode_test/supported: Fail | 353 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 354 audiocontext_test/supported: Pass, Fail # Issue 14602 | 354 audiocontext_test: Pass, Fail # Issue 14602 |
| 355 css_test/supportsPointConversions: Fail | 355 css_test/supportsPointConversions: Fail |
| 356 document_test/supports_cssCanvasContext: Fail | 356 document_test/supports_cssCanvasContext: Fail |
| 357 element_types_test/supported_content: Fail | 357 element_types_test/supported_content: Fail |
| 358 element_types_test/supported_details: Fail | 358 element_types_test/supported_details: Fail |
| 359 element_types_test/supported_embed: Fail | 359 element_types_test/supported_embed: Fail |
| 360 element_types_test/supported_keygen: Fail | 360 element_types_test/supported_keygen: Fail |
| 361 element_types_test/supported_object: Fail | 361 element_types_test/supported_object: Fail |
| 362 element_types_test/supported_shadow: Fail | 362 element_types_test/supported_shadow: Fail |
| 363 element_types_test/supported_track: Fail | 363 element_types_test/supported_track: Fail |
| 364 fileapi_test/supported: Fail | 364 fileapi_test/supported: Fail |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 htmlelement_test: StaticWarning | 415 htmlelement_test: StaticWarning |
| 416 isolates_test: StaticWarning | 416 isolates_test: StaticWarning |
| 417 localstorage_test: StaticWarning | 417 localstorage_test: StaticWarning |
| 418 mutationobserver_test: StaticWarning | 418 mutationobserver_test: StaticWarning |
| 419 track_element_constructor_test: StaticWarning | 419 track_element_constructor_test: StaticWarning |
| 420 transferables_test: StaticWarning | 420 transferables_test: StaticWarning |
| 421 typed_arrays_range_checks_test: StaticWarning | 421 typed_arrays_range_checks_test: StaticWarning |
| 422 typing_test: StaticWarning | 422 typing_test: StaticWarning |
| 423 webgl_1_test: StaticWarning | 423 webgl_1_test: StaticWarning |
| 424 window_nosuchmethod_test: StaticWarning | 424 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |