| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 element_offset_test/offset: RuntimeError # Issue 18573 | 100 element_offset_test/offset: RuntimeError # Issue 18573 |
| 101 element_types_test/supported_meter: RuntimeError # Issue 18573 | 101 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 102 | 102 |
| 103 [ $runtime == chrome ] | 103 [ $runtime == chrome ] |
| 104 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es | 104 touchevent_test/supported: Fail # Touch events are only supported on touch devic
es |
| 105 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 | 105 element_animate_test/omit_timing: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 106 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 | 106 element_animate_test/timing_dict: RuntimeError # Also timing out on MacOS. Issue
23507 |
| 107 element_animate_test/simple_timing: RuntimeError # Please triage this failure | 107 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
| 108 element_types_test/supported_object: RuntimeError # Issue 25155 | 108 element_types_test/supported_object: RuntimeError # Issue 25155 |
| 109 element_types_test/supported_embed: RuntimeError # Issue 25155 | 109 element_types_test/supported_embed: RuntimeError # Issue 25155 |
| 110 svgelement_test/PathElement: RuntimeError # Issue 25665 |
| 110 | 111 |
| 111 [ $runtime == chrome && $system == macos ] | 112 [ $runtime == chrome && $system == macos ] |
| 112 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. | 113 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please
triage this failure. |
| 113 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. | 114 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out.
Please triage this failure. |
| 114 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | 115 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 |
| 115 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | 116 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 |
| 116 transition_event_test/functional: Skip # Times out. Issue 22167 | 117 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 117 request_animation_frame_test: Skip # Times out. Issue 22167 | 118 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 118 | 119 |
| 119 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 120 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| (...skipping 28 matching lines...) Expand all Loading... |
| 148 transition_event_test/functional: Skip # Times out. Issue 22167 | 149 transition_event_test/functional: Skip # Times out. Issue 22167 |
| 149 request_animation_frame_test: Skip # Times out. Issue 22167 | 150 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 150 | 151 |
| 151 [$runtime == ie10 ] | 152 [$runtime == ie10 ] |
| 152 # IE10 Feature support statuses- | 153 # IE10 Feature support statuses- |
| 153 # All changes should be accompanied by platform support annotation changes. | 154 # All changes should be accompanied by platform support annotation changes. |
| 154 audiobuffersourcenode_test/supported: Fail | 155 audiobuffersourcenode_test/supported: Fail |
| 155 audiocontext_test/supported: Fail | 156 audiocontext_test/supported: Fail |
| 156 crypto_test/supported: Fail | 157 crypto_test/supported: Fail |
| 157 css_test/supportsPointConversions: Fail | 158 css_test/supportsPointConversions: Fail |
| 158 document_test/supports_cssCanvasContext: Fail | |
| 159 element_types_test/supported_content: Fail | 159 element_types_test/supported_content: Fail |
| 160 element_types_test/supported_details: Fail | 160 element_types_test/supported_details: Fail |
| 161 element_types_test/supported_keygen: Fail | 161 element_types_test/supported_keygen: Fail |
| 162 element_types_test/supported_meter: Fail | 162 element_types_test/supported_meter: Fail |
| 163 element_types_test/supported_output: Fail | 163 element_types_test/supported_output: Fail |
| 164 element_types_test/supported_shadow: Fail | 164 element_types_test/supported_shadow: Fail |
| 165 element_types_test/supported_template: Fail | 165 element_types_test/supported_template: Fail |
| 166 fileapi_test/supported: Fail | 166 fileapi_test/supported: Fail |
| 167 history_test/supported_HashChangeEvent: Fail | 167 history_test/supported_HashChangeEvent: Fail |
| 168 indexeddb_1_test/supportsDatabaseNames: Fail | 168 indexeddb_1_test/supportsDatabaseNames: Fail |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 worker_test/functional: Pass, Fail # Issues 20659. | 207 worker_test/functional: Pass, Fail # Issues 20659. |
| 208 transferables_test: Pass, Fail # Issues 20659. | 208 transferables_test: Pass, Fail # Issues 20659. |
| 209 | 209 |
| 210 # IE11 Feature support statuses- | 210 # IE11 Feature support statuses- |
| 211 # These results not yet noted in platform support annotations. | 211 # These results not yet noted in platform support annotations. |
| 212 # All changes should be accompanied by platform support annotation changes. | 212 # All changes should be accompanied by platform support annotation changes. |
| 213 audiobuffersourcenode_test/supported: Fail | 213 audiobuffersourcenode_test/supported: Fail |
| 214 audiocontext_test/supported: Fail | 214 audiocontext_test/supported: Fail |
| 215 crypto_test/supported: Fail | 215 crypto_test/supported: Fail |
| 216 css_test/supportsPointConversions: Fail | 216 css_test/supportsPointConversions: Fail |
| 217 document_test/supports_cssCanvasContext: Fail | |
| 218 element_types_test/supported_content: Fail | 217 element_types_test/supported_content: Fail |
| 219 element_types_test/supported_details: Fail | 218 element_types_test/supported_details: Fail |
| 220 element_types_test/supported_keygen: Fail | 219 element_types_test/supported_keygen: Fail |
| 221 element_types_test/supported_meter: Fail | 220 element_types_test/supported_meter: Fail |
| 222 element_types_test/supported_output: Fail | 221 element_types_test/supported_output: Fail |
| 223 element_types_test/supported_shadow: Fail | 222 element_types_test/supported_shadow: Fail |
| 224 element_types_test/supported_template: Fail | 223 element_types_test/supported_template: Fail |
| 225 fileapi_test/supported: Fail | 224 fileapi_test/supported: Fail |
| 226 history_test/supported_HashChangeEvent: Fail | 225 history_test/supported_HashChangeEvent: Fail |
| 227 indexeddb_1_test/supportsDatabaseNames: Fail | 226 indexeddb_1_test/supportsDatabaseNames: Fail |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 serialized_script_value_test: Fail | 326 serialized_script_value_test: Fail |
| 328 typed_arrays_arraybuffer_test: Fail | 327 typed_arrays_arraybuffer_test: Fail |
| 329 url_test: Fail | 328 url_test: Fail |
| 330 | 329 |
| 331 # Opera Feature support statuses- | 330 # Opera Feature support statuses- |
| 332 # All changes should be accompanied by platform support annotation changes. | 331 # All changes should be accompanied by platform support annotation changes. |
| 333 audiobuffersourcenode_test/supported: Fail | 332 audiobuffersourcenode_test/supported: Fail |
| 334 audiocontext_test/supported: Fail | 333 audiocontext_test/supported: Fail |
| 335 crypto_test/supported: Fail | 334 crypto_test/supported: Fail |
| 336 css_test/supportsPointConversions: Fail | 335 css_test/supportsPointConversions: Fail |
| 337 document_test/supports_cssCanvasContext: Fail | |
| 338 element_types_test/supported_template: Fail | 336 element_types_test/supported_template: Fail |
| 339 indexeddb_1_test/supported: Fail | 337 indexeddb_1_test/supported: Fail |
| 340 indexeddb_1_test/supportsDatabaseNames: Fail | 338 indexeddb_1_test/supportsDatabaseNames: Fail |
| 341 mutationobserver_test/supported: Fail | 339 mutationobserver_test/supported: Fail |
| 342 performance_api_test/supported: Fail | 340 performance_api_test/supported: Fail |
| 343 speechrecognition_test/supported: Fail | 341 speechrecognition_test/supported: Fail |
| 344 websql_test/supported: Fail | 342 websql_test/supported: Fail |
| 345 | 343 |
| 346 [ $compiler == dart2js && $runtime == ff ] | 344 [ $compiler == dart2js && $runtime == ff ] |
| 347 history_test/history: Skip # Issue 22050 | 345 history_test/history: Skip # Issue 22050 |
| 348 xhr_test/xhr: Pass, Fail # Issue 11602 | 346 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 349 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 347 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 350 webgl_1_test: Pass, Fail # Issue 8219 | 348 webgl_1_test: Pass, Fail # Issue 8219 |
| 351 text_event_test: Fail # Issue 17893 | 349 text_event_test: Fail # Issue 17893 |
| 352 | 350 |
| 353 # Firefox Feature support statuses- | 351 # Firefox Feature support statuses- |
| 354 # All changes should be accompanied by platform support annotation changes. | 352 # All changes should be accompanied by platform support annotation changes. |
| 355 document_test/supports_cssCanvasContext: Fail | |
| 356 element_types_test/supported_details: Fail | 353 element_types_test/supported_details: Fail |
| 357 element_types_test/supported_embed: Fail | 354 element_types_test/supported_embed: Fail |
| 358 element_types_test/supported_keygen: Fail | 355 element_types_test/supported_keygen: Fail |
| 359 element_types_test/supported_object: Fail | 356 element_types_test/supported_object: Fail |
| 360 fileapi_test/supported: Fail | 357 fileapi_test/supported: Fail |
| 361 indexeddb_1_test/supportsDatabaseNames: Fail | 358 indexeddb_1_test/supportsDatabaseNames: Fail |
| 362 input_element_test/supported_date: Fail | 359 input_element_test/supported_date: Fail |
| 363 input_element_test/supported_datetime-local: Fail | 360 input_element_test/supported_datetime-local: Fail |
| 364 input_element_test/supported_month: Fail | 361 input_element_test/supported_month: Fail |
| 365 input_element_test/supported_time: Fail | 362 input_element_test/supported_time: Fail |
| 366 input_element_test/supported_week: Fail | 363 input_element_test/supported_week: Fail |
| 367 media_stream_test/supported_MediaStreamEvent: Fail | 364 media_stream_test/supported_MediaStreamEvent: Fail |
| 368 media_stream_test/supported_MediaStreamTrackEvent: Fail | 365 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 369 mediasource_test/supported: Fail # Behind a flag as of FF 36 | |
| 370 shadow_dom_test/supported: Fail | 366 shadow_dom_test/supported: Fail |
| 371 speechrecognition_test/supported: Fail | 367 speechrecognition_test/supported: Fail |
| 372 touchevent_test/supported: Fail | 368 touchevent_test/supported: Fail |
| 373 websql_test/supported: Fail | 369 websql_test/supported: Fail |
| 374 | 370 |
| 375 [ $compiler == dart2js && $runtime == ff && $system == windows ] | |
| 376 mediasource_test/supported: Pass | |
| 377 mediasource_test/functional: RuntimeError # Issue 24838 | |
| 378 | |
| 379 # 'html' tests import the HTML library, so they only make sense in | 371 # 'html' tests import the HTML library, so they only make sense in |
| 380 # a browser environment. | 372 # a browser environment. |
| 381 [ $runtime == vm || $runtime == dart_precompiled ] | 373 [ $runtime == vm || $runtime == dart_precompiled ] |
| 382 *: Skip | 374 *: Skip |
| 383 | 375 |
| 384 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 376 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 385 request_animation_frame_test: Skip # Async test hangs. | 377 request_animation_frame_test: Skip # Async test hangs. |
| 386 | 378 |
| 387 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 379 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 388 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 380 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 js_typed_interop_side_cast_exp_test: RuntimeError # Please triage | 444 js_typed_interop_side_cast_exp_test: RuntimeError # Please triage |
| 453 js_typed_interop_anonymous2_exp_test: RuntimeError # Please triage | 445 js_typed_interop_anonymous2_exp_test: RuntimeError # Please triage |
| 454 mirrors_js_typed_interop_test: RuntimeError # Please triage | 446 mirrors_js_typed_interop_test: RuntimeError # Please triage |
| 455 js_function_getter_test: RuntimeError # Please triage | 447 js_function_getter_test: RuntimeError # Please triage |
| 456 custom_elements_23127_test/c1t: RuntimeError # Please triage | 448 custom_elements_23127_test/c1t: RuntimeError # Please triage |
| 457 custom_elements_test/innerHtml: RuntimeError # Please triage | 449 custom_elements_test/innerHtml: RuntimeError # Please triage |
| 458 mouse_event_test: RuntimeError # Please triage | 450 mouse_event_test: RuntimeError # Please triage |
| 459 js_test/JsObject_methods: RuntimeError # Please triage | 451 js_test/JsObject_methods: RuntimeError # Please triage |
| 460 js_test/Dart_functions: RuntimeError # Please triage | 452 js_test/Dart_functions: RuntimeError # Please triage |
| 461 js_test/new_JsObject: RuntimeError # Please triage | 453 js_test/new_JsObject: RuntimeError # Please triage |
| OLD | NEW |