| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 svgelement_test/supported_animateMotion: Fail | 212 svgelement_test/supported_animateMotion: Fail |
| 213 svgelement_test/supported_animateTransform: Fail | 213 svgelement_test/supported_animateTransform: Fail |
| 214 svgelement_test/supported_foreignObject: Fail | 214 svgelement_test/supported_foreignObject: Fail |
| 215 svgelement_test/supported_set: Fail | 215 svgelement_test/supported_set: Fail |
| 216 touchevent_test/supported: Fail | 216 touchevent_test/supported: Fail |
| 217 webgl_1_test/functional: Fail | 217 webgl_1_test/functional: Fail |
| 218 websql_test/supported: Fail | 218 websql_test/supported: Fail |
| 219 xhr_test/json: Fail # IE10 returns string, not JSON object | 219 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 220 xsltprocessor_test/supported: Fail | 220 xsltprocessor_test/supported: Fail |
| 221 | 221 |
| 222 [ $runtime == ie9 || $runtime == ie10 ] | 222 [ $runtime == ie10 ] |
| 223 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 223 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 224 custom/element_upgrade_test: Fail # Issue 18247 | 224 custom/element_upgrade_test: Fail # Issue 18247 |
| 225 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 225 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 226 | 226 |
| 227 [ $runtime == ie9 ] | |
| 228 event_customevent_test: Fail # Issue 14170 | |
| 229 isolates_test: Skip # Issue 13027 | |
| 230 blob_constructor_test: Fail | |
| 231 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | |
| 232 dom_constructors_test: Fail | |
| 233 element_test/click: Fail # IE does not support firing this event. | |
| 234 filereader_test: Fail # Not supported. | |
| 235 form_element_test: Fail # Issue 4793. | |
| 236 localstorage_test: Fail | |
| 237 postmessage_structured_test: Skip # BUG(5685): times out. | |
| 238 serialized_script_value_test: Fail | |
| 239 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | |
| 240 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | |
| 241 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | |
| 242 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 | |
| 243 input_element_test/attributes: Fail # IE returns null while others '' | |
| 244 xhr_cross_origin_test: Skip # Issue 12920 | |
| 245 xhr_test/json: Fail # IE9 returns null because of unsupported type | |
| 246 js_test: RuntimeError # Issue 14645 | |
| 247 custom: Skip # Issue 16717 | |
| 248 custom_elements_test: Skip # Issue 16717 | |
| 249 | |
| 250 # IE9 Feature support statuses- | |
| 251 # All changes should be accompanied by platform support annotation changes. | |
| 252 audiobuffersourcenode_test/supported: Fail | |
| 253 audiocontext_test/supported: Fail | |
| 254 cache_test/supported: Fail | |
| 255 crypto_test/supported: Fail | |
| 256 css_test/supportsPointConversions: Fail | |
| 257 document_test/supports_cssCanvasContext: Fail | |
| 258 element_types_test/supported_content: Fail | |
| 259 element_types_test/supported_datalist: Fail | |
| 260 element_types_test/supported_details: Fail | |
| 261 element_types_test/supported_keygen: Fail | |
| 262 element_types_test/supported_meter: Fail | |
| 263 element_types_test/supported_output: Fail | |
| 264 element_types_test/supported_progress: Fail | |
| 265 element_types_test/supported_shadow: Fail | |
| 266 element_types_test/supported_template: Fail | |
| 267 element_types_test/supported_track: Fail | |
| 268 fileapi_test/supported: Fail | |
| 269 form_data_test/supported: Fail | |
| 270 history_test/supported_HashChangeEvent: Fail | |
| 271 history_test/supported_state: Fail | |
| 272 indexeddb_1_test/supported: Fail | |
| 273 indexeddb_1_test/supportsDatabaseNames: Fail | |
| 274 input_element_test/supported_date: Fail | |
| 275 input_element_test/supported_datetime-local: Fail | |
| 276 input_element_test/supported_email: Fail | |
| 277 input_element_test/supported_month: Fail | |
| 278 input_element_test/supported_number: Fail | |
| 279 input_element_test/supported_range: Fail | |
| 280 input_element_test/supported_search: Fail | |
| 281 input_element_test/supported_tel: Fail | |
| 282 input_element_test/supported_time: Fail | |
| 283 input_element_test/supported_url: Fail | |
| 284 input_element_test/supported_week: Fail | |
| 285 media_stream_test/supported_MediaStreamEvent: Fail | |
| 286 media_stream_test/supported_MediaStreamTrackEvent: Fail | |
| 287 media_stream_test/supported_media: Fail | |
| 288 mutationobserver_test/supported: Fail | |
| 289 range_test/supported: Fail | |
| 290 rtc_test/supported: Fail | |
| 291 shadow_dom_test/supported: Fail | |
| 292 speechrecognition_test/supported: Fail | |
| 293 svgelement_test/supported_altGlyph: Fail | |
| 294 svgelement_test/supported_animate: Fail | |
| 295 svgelement_test/supported_animateMotion: Fail | |
| 296 svgelement_test/supported_animateTransform: Fail | |
| 297 svgelement_test/supported_feBlend: Fail | |
| 298 svgelement_test/supported_feColorMatrix: Fail | |
| 299 svgelement_test/supported_feComponentTransfer: Fail | |
| 300 svgelement_test/supported_feConvolveMatrix: Fail | |
| 301 svgelement_test/supported_feDiffuseLighting: Fail | |
| 302 svgelement_test/supported_feDisplacementMap: Fail | |
| 303 svgelement_test/supported_feDistantLight: Fail | |
| 304 svgelement_test/supported_feFlood: Fail | |
| 305 svgelement_test/supported_feFuncA: Fail | |
| 306 svgelement_test/supported_feFuncB: Fail | |
| 307 svgelement_test/supported_feFuncG: Fail | |
| 308 svgelement_test/supported_feFuncR: Fail | |
| 309 svgelement_test/supported_feGaussianBlur: Fail | |
| 310 svgelement_test/supported_feImage: Fail | |
| 311 svgelement_test/supported_feMerge: Fail | |
| 312 svgelement_test/supported_feMergeNode: Fail | |
| 313 svgelement_test/supported_feOffset: Fail | |
| 314 svgelement_test/supported_feSpecularLighting: Fail | |
| 315 svgelement_test/supported_feTile: Fail | |
| 316 svgelement_test/supported_feTurbulence: Fail | |
| 317 svgelement_test/supported_filter: Fail | |
| 318 svgelement_test/supported_foreignObject: Fail | |
| 319 svgelement_test/supported_set: Fail | |
| 320 touchevent_test/supported: Fail | |
| 321 transition_event_test/supported: Fail | |
| 322 typed_arrays_1_test/supported: Fail | |
| 323 webgl_1_test/supported: Fail | |
| 324 websocket_test/supported: Fail | |
| 325 websql_test/supported: Fail | |
| 326 worker_test/supported: Fail | |
| 327 xhr_test/supported_onLoadEnd: Fail | |
| 328 xhr_test/supported_onProgress: Fail | |
| 329 xhr_test/supported_overrideMimeType: Fail | |
| 330 xsltprocessor_test/supported: Fail | |
| 331 | |
| 332 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 227 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 333 audiocontext_test/functional: Pass, Fail | 228 audiocontext_test/functional: Pass, Fail |
| 334 | 229 |
| 335 [ $runtime == safari || $runtime == safarimobilesim ] | 230 [ $runtime == safari || $runtime == safarimobilesim ] |
| 336 worker_api_test: Skip # Issue 13221 | 231 worker_api_test: Skip # Issue 13221 |
| 337 webgl_1_test: Pass, Fail # Issue 8219 | 232 webgl_1_test: Pass, Fail # Issue 8219 |
| 338 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 233 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 339 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 234 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 340 audiocontext_test/functional: Fail # Issue 14354 | 235 audiocontext_test/functional: Fail # Issue 14354 |
| 341 | 236 |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 events_test: StaticWarning | 362 events_test: StaticWarning |
| 468 htmlelement_test: StaticWarning | 363 htmlelement_test: StaticWarning |
| 469 localstorage_test: StaticWarning | 364 localstorage_test: StaticWarning |
| 470 mutationobserver_test: StaticWarning | 365 mutationobserver_test: StaticWarning |
| 471 track_element_constructor_test: StaticWarning | 366 track_element_constructor_test: StaticWarning |
| 472 transferables_test: StaticWarning | 367 transferables_test: StaticWarning |
| 473 typed_arrays_range_checks_test: StaticWarning | 368 typed_arrays_range_checks_test: StaticWarning |
| 474 typing_test: StaticWarning | 369 typing_test: StaticWarning |
| 475 webgl_1_test: StaticWarning | 370 webgl_1_test: StaticWarning |
| 476 window_nosuchmethod_test: StaticWarning | 371 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |