| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 performance_api_test/supported: Fail | 292 performance_api_test/supported: Fail |
| 293 speechrecognition_test/supported: Fail | 293 speechrecognition_test/supported: Fail |
| 294 svg_test/supported_externalResourcesRequired: Fail | 294 svg_test/supported_externalResourcesRequired: Fail |
| 295 svg_test/supported_langSpace: Fail | 295 svg_test/supported_langSpace: Fail |
| 296 websql_test/supported: Fail | 296 websql_test/supported: Fail |
| 297 | 297 |
| 298 [ $runtime == ff ] | 298 [ $runtime == ff ] |
| 299 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR | 299 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE
D_ERR |
| 300 dromaeo_smoke_test: Pass, Fail # Issue: 8257 | 300 dromaeo_smoke_test: Pass, Fail # Issue: 8257 |
| 301 webgl_1_test: Pass, Fail # Issue 8219 | 301 webgl_1_test: Pass, Fail # Issue 8219 |
| 302 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays. | |
| 303 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage | 302 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do
es not like dataUrl videos for drawImage |
| 304 | 303 |
| 305 # FireFox Feature support statuses- | 304 # FireFox Feature support statuses- |
| 306 # All changes should be accompanied by platform support annotation changes. | 305 # All changes should be accompanied by platform support annotation changes. |
| 307 audiobuffersourcenode_test/supported: Fail | 306 audiobuffersourcenode_test/supported: Fail |
| 308 audiocontext_test/supported: Fail | 307 audiocontext_test/supported: Fail |
| 309 crypto_test/supported: Fail | 308 crypto_test/supported: Fail |
| 310 css_test/supportsPointConversions: Fail | 309 css_test/supportsPointConversions: Fail |
| 311 document_test/supports_cssCanvasContext: Fail | 310 document_test/supports_cssCanvasContext: Fail |
| 312 element_types_test/supported_content: Fail | 311 element_types_test/supported_content: Fail |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 | 356 |
| 358 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 357 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 359 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 358 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 360 | 359 |
| 361 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 360 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 362 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 361 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 363 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 362 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 364 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 363 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 365 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 364 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 366 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 365 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |