| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 element_types_test/supported_template: Fail | 301 element_types_test/supported_template: Fail |
| 302 indexeddb_1_test/supported: Fail | 302 indexeddb_1_test/supported: Fail |
| 303 indexeddb_1_test/supportsDatabaseNames: Fail | 303 indexeddb_1_test/supportsDatabaseNames: Fail |
| 304 mutationobserver_test/supported: Fail | 304 mutationobserver_test/supported: Fail |
| 305 notifications_test/supported: Fail | 305 notifications_test/supported: Fail |
| 306 performance_api_test/supported: Fail | 306 performance_api_test/supported: Fail |
| 307 speechrecognition_test/supported: Fail | 307 speechrecognition_test/supported: Fail |
| 308 websql_test/supported: Fail | 308 websql_test/supported: Fail |
| 309 | 309 |
| 310 [ $runtime == ff ] | 310 [ $runtime == ff ] |
| 311 xhr_test/xhr: Pass, Fail # Issue 11602 |
| 311 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 312 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 312 dromaeo_smoke_test: Pass, Fail # Issue: 8257 | 313 dromaeo_smoke_test: Pass, Fail # Issue: 8257 |
| 313 webgl_1_test: Pass, Fail # Issue 8219 | 314 webgl_1_test: Pass, Fail # Issue 8219 |
| 314 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 315 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 315 | 316 |
| 316 # FireFox Feature support statuses- | 317 # FireFox Feature support statuses- |
| 317 # All changes should be accompanied by platform support annotation changes. | 318 # All changes should be accompanied by platform support annotation changes. |
| 318 audiobuffersourcenode_test/supported: Fail | 319 audiobuffersourcenode_test/supported: Fail |
| 319 audiocontext_test/supported: Fail | 320 audiocontext_test/supported: Fail |
| 320 css_test/supportsPointConversions: Fail | 321 css_test/supportsPointConversions: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 364 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 364 isolates_test: Skip # Timeout because leg does not support web workers. | 365 isolates_test: Skip # Timeout because leg does not support web workers. |
| 365 | 366 |
| 366 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 367 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). |
| 368 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. |
| 369 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). |
| 370 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). |
| 371 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). |
| 372 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. |
| OLD | NEW |