| 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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 async_window_test: Skip #TODO(gram): investigating | 6 async_window_test: Skip #TODO(gram): investigating |
| 7 | 7 |
| 8 event_test: Skip # Issue 1996 | 8 event_test: Skip # Issue 1996 |
| 9 custom_elements_test: Skip # Not yet implemented. | 9 custom_elements_test: Skip # Not yet implemented. |
| 10 interactive_test: Skip # Must be run manually. | 10 interactive_test: Skip # Must be run manually. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 21 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 22 | 22 |
| 23 [ $compiler == dart2js && $runtime == ie10 ] | 23 [ $compiler == dart2js && $runtime == ie10 ] |
| 24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 26 async_test: Pass, Fail # timers test fails on ie10. | 26 async_test: Pass, Fail # timers test fails on ie10. |
| 27 | 27 |
| 28 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 28 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 29 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 29 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 30 | 30 |
| 31 [ $compiler == dart2js && ( $runtime == ff ) ] | |
| 32 worker_api_test: Fail # Requires Firefox 21. | |
| 33 | |
| 34 [ $compiler == dart2js && $runtime == safari ] | 31 [ $compiler == dart2js && $runtime == safari ] |
| 35 url_test: Fail # Issue 10096 | 32 url_test: Fail # Issue 10096 |
| 36 | 33 |
| 37 [ $compiler == dart2js && $browser && $checked ] | 34 [ $compiler == dart2js && $browser && $checked ] |
| 38 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 35 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| 39 postmessage_structured_test/primitives: Fail # Issue 10097 | 36 postmessage_structured_test/primitives: Fail # Issue 10097 |
| 40 | 37 |
| 41 # Layout tests are only supported on DRT. | 38 # Layout tests are only supported on DRT. |
| 42 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 39 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 43 *layout_test: Skip | 40 *layout_test: Skip |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 [ $runtime == ff ] | 307 [ $runtime == ff ] |
| 311 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 308 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 312 dromaeo_smoke_test: Pass, Fail # Issue: 8257 | 309 dromaeo_smoke_test: Pass, Fail # Issue: 8257 |
| 313 webgl_1_test: Pass, Fail # Issue 8219 | 310 webgl_1_test: Pass, Fail # Issue 8219 |
| 314 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 311 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 315 | 312 |
| 316 # FireFox Feature support statuses- | 313 # FireFox Feature support statuses- |
| 317 # All changes should be accompanied by platform support annotation changes. | 314 # All changes should be accompanied by platform support annotation changes. |
| 318 audiobuffersourcenode_test/supported: Fail | 315 audiobuffersourcenode_test/supported: Fail |
| 319 audiocontext_test/supported: Fail | 316 audiocontext_test/supported: Fail |
| 320 crypto_test/supported: Fail | |
| 321 css_test/supportsPointConversions: Fail | 317 css_test/supportsPointConversions: Fail |
| 322 document_test/supports_cssCanvasContext: Fail | 318 document_test/supports_cssCanvasContext: Fail |
| 323 element_types_test/supported_content: Fail | 319 element_types_test/supported_content: Fail |
| 324 element_types_test/supported_details: Fail | 320 element_types_test/supported_details: Fail |
| 325 element_types_test/supported_embed: Fail | 321 element_types_test/supported_embed: Fail |
| 326 element_types_test/supported_keygen: Fail | 322 element_types_test/supported_keygen: Fail |
| 327 element_types_test/supported_object: Fail | 323 element_types_test/supported_object: Fail |
| 328 element_types_test/supported_shadow: Fail | 324 element_types_test/supported_shadow: Fail |
| 329 element_types_test/supported_template: Fail | 325 element_types_test/supported_template: Fail |
| 330 element_types_test/supported_track: Fail | 326 element_types_test/supported_track: Fail |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 372 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 368 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 373 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 369 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 374 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 370 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 375 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 371 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 372 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 377 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 373 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 378 | 374 |
| 379 [ $compiler == dartanalyzer ] | 375 [ $compiler == dartanalyzer ] |
| 380 path_observer_test: Fail | 376 path_observer_test: Fail |
| OLD | NEW |