| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 # FireFox Feature support statuses- | 396 # FireFox Feature support statuses- |
| 397 # All changes should be accompanied by platform support annotation changes. | 397 # All changes should be accompanied by platform support annotation changes. |
| 398 audiobuffersourcenode_test: Pass, Fail # Issue 14602 | 398 audiobuffersourcenode_test: Pass, Fail # Issue 14602 |
| 399 audiocontext_test: Pass, Fail # Issue 14602 | 399 audiocontext_test: Pass, Fail # Issue 14602 |
| 400 css_test/supportsPointConversions: Fail | 400 css_test/supportsPointConversions: Fail |
| 401 document_test/supports_cssCanvasContext: Fail | 401 document_test/supports_cssCanvasContext: Fail |
| 402 element_types_test/supported_details: Fail | 402 element_types_test/supported_details: Fail |
| 403 element_types_test/supported_embed: Fail | 403 element_types_test/supported_embed: Fail |
| 404 element_types_test/supported_keygen: Fail | 404 element_types_test/supported_keygen: Fail |
| 405 element_types_test/supported_object: Fail | 405 element_types_test/supported_object: Fail |
| 406 element_types_test/supported_shadow: Fail | |
| 407 element_types_test/supported_track: Fail | 406 element_types_test/supported_track: Fail |
| 408 fileapi_test/supported: Fail | 407 fileapi_test/supported: Fail |
| 409 indexeddb_1_test/supportsDatabaseNames: Fail | 408 indexeddb_1_test/supportsDatabaseNames: Fail |
| 410 input_element_test/supported_date: Fail | 409 input_element_test/supported_date: Fail |
| 411 input_element_test/supported_datetime-local: Fail | 410 input_element_test/supported_datetime-local: Fail |
| 412 input_element_test/supported_month: Fail | 411 input_element_test/supported_month: Fail |
| 413 input_element_test/supported_number: Fail | |
| 414 input_element_test/supported_time: Fail | 412 input_element_test/supported_time: Fail |
| 415 input_element_test/supported_week: Fail | 413 input_element_test/supported_week: Fail |
| 416 media_stream_test/supported_MediaStreamEvent: Fail | 414 media_stream_test/supported_MediaStreamEvent: Fail |
| 417 media_stream_test/supported_MediaStreamTrackEvent: Fail | 415 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 418 shadow_dom_test/supported: Fail | 416 shadow_dom_test/supported: Fail |
| 419 speechrecognition_test/supported: Fail | 417 speechrecognition_test/supported: Fail |
| 420 touchevent_test/supported: Fail | 418 touchevent_test/supported: Fail |
| 421 websql_test/supported: Fail | 419 websql_test/supported: Fail |
| 422 | 420 |
| 423 # 'html' tests import the HTML library, so they only make sense in | 421 # 'html' tests import the HTML library, so they only make sense in |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 events_test: StaticWarning | 455 events_test: StaticWarning |
| 458 htmlelement_test: StaticWarning | 456 htmlelement_test: StaticWarning |
| 459 localstorage_test: StaticWarning | 457 localstorage_test: StaticWarning |
| 460 mutationobserver_test: StaticWarning | 458 mutationobserver_test: StaticWarning |
| 461 track_element_constructor_test: StaticWarning | 459 track_element_constructor_test: StaticWarning |
| 462 transferables_test: StaticWarning | 460 transferables_test: StaticWarning |
| 463 typed_arrays_range_checks_test: StaticWarning | 461 typed_arrays_range_checks_test: StaticWarning |
| 464 typing_test: StaticWarning | 462 typing_test: StaticWarning |
| 465 webgl_1_test: StaticWarning | 463 webgl_1_test: StaticWarning |
| 466 window_nosuchmethod_test: StaticWarning | 464 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |