| 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 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) | 10 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 messageevent_test: RuntimeError # Issue 15651 | 397 messageevent_test: RuntimeError # Issue 15651 |
| 398 serialized_script_value_test: RuntimeError # Issue 15651 | 398 serialized_script_value_test: RuntimeError # Issue 15651 |
| 399 client_rect_test: Fail # Issue 16890 | 399 client_rect_test: Fail # Issue 16890 |
| 400 | 400 |
| 401 [ $runtime == ff ] | 401 [ $runtime == ff ] |
| 402 xhr_test/xhr: Pass, Fail # Issue 11602 | 402 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 403 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 403 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 404 webgl_1_test: Pass, Fail # Issue 8219 | 404 webgl_1_test: Pass, Fail # Issue 8219 |
| 405 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 405 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 406 | 406 |
| 407 # FireFox Feature support statuses- | 407 # Firefox Feature support statuses- |
| 408 # All changes should be accompanied by platform support annotation changes. | 408 # All changes should be accompanied by platform support annotation changes. |
| 409 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | |
| 410 audiocontext_test: Pass, Fail # Issue 14602 | |
| 411 css_test/supportsPointConversions: Fail | 409 css_test/supportsPointConversions: Fail |
| 412 document_test/supports_cssCanvasContext: Fail | 410 document_test/supports_cssCanvasContext: Fail |
| 413 element_types_test/supported_details: Fail | 411 element_types_test/supported_details: Fail |
| 414 element_types_test/supported_embed: Fail | 412 element_types_test/supported_embed: Fail |
| 415 element_types_test/supported_keygen: Fail | 413 element_types_test/supported_keygen: Fail |
| 416 element_types_test/supported_object: Fail | 414 element_types_test/supported_object: Fail |
| 417 element_types_test/supported_track: Fail | 415 element_types_test/supported_track: Fail |
| 418 fileapi_test/supported: Fail | 416 fileapi_test/supported: Fail |
| 419 indexeddb_1_test/supportsDatabaseNames: Fail | 417 indexeddb_1_test/supportsDatabaseNames: Fail |
| 420 input_element_test/supported_date: Fail | 418 input_element_test/supported_date: Fail |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 events_test: StaticWarning | 464 events_test: StaticWarning |
| 467 htmlelement_test: StaticWarning | 465 htmlelement_test: StaticWarning |
| 468 localstorage_test: StaticWarning | 466 localstorage_test: StaticWarning |
| 469 mutationobserver_test: StaticWarning | 467 mutationobserver_test: StaticWarning |
| 470 track_element_constructor_test: StaticWarning | 468 track_element_constructor_test: StaticWarning |
| 471 transferables_test: StaticWarning | 469 transferables_test: StaticWarning |
| 472 typed_arrays_range_checks_test: StaticWarning | 470 typed_arrays_range_checks_test: StaticWarning |
| 473 typing_test: StaticWarning | 471 typing_test: StaticWarning |
| 474 webgl_1_test: StaticWarning | 472 webgl_1_test: StaticWarning |
| 475 window_nosuchmethod_test: StaticWarning | 473 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |