Chromium Code Reviews| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 276 websql_test/supported: Fail | 276 websql_test/supported: Fail |
| 277 | 277 |
| 278 [ $runtime == ff ] | 278 [ $runtime == ff ] |
| 279 audiobuffersourcenode_test: Fail # FF only has Audio element. | 279 audiobuffersourcenode_test: Fail # FF only has Audio element. |
| 280 audiocontext_test: Fail # FF only has Audio element | 280 audiocontext_test: Fail # FF only has Audio element |
| 281 crypto_test/supported: Fail | 281 crypto_test/supported: Fail |
| 282 css_test/supported_CssMatrix: Fail | 282 css_test/supported_CssMatrix: Fail |
| 283 css_test/supported_DomPoint: Fail | 283 css_test/supported_DomPoint: Fail |
| 284 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR | 284 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR |
| 285 document_test/supports_cssCanvasContext: Fail | 285 document_test/supports_cssCanvasContext: Fail |
| 286 element_types_test/constructors: Fail | |
|
ricow1
2013/03/01 08:39:34
do we know why this fails, or should we slap a ple
kasperl
2013/03/01 08:41:47
I'll add 'please triage' on a lot of these unless
blois
2013/03/02 02:05:09
I realize this CL was reverted, but please CC me o
| |
| 286 element_types_test/supported_content: Fail | 287 element_types_test/supported_content: Fail |
| 287 element_types_test/supported_details: Fail | 288 element_types_test/supported_details: Fail |
| 288 element_types_test/supported_embed: Fail | |
| 289 element_types_test/supported_keygen: Fail | 289 element_types_test/supported_keygen: Fail |
| 290 element_types_test/supported_object: Fail | |
| 291 element_types_test/supported_shadow: Fail | 290 element_types_test/supported_shadow: Fail |
| 292 element_types_test/supported_track: Fail | 291 element_types_test/supported_track: Fail |
| 293 fileapi_test/supported: Fail | 292 fileapi_test/supported: Fail |
| 294 indexeddb_5_test/supportsDatabaseNames: Fail | 293 indexeddb_5_test/supportsDatabaseNames: Fail |
| 295 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 294 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
| 296 inner_frame_test: Skip | 295 inner_frame_test: Skip |
| 297 input_element_test/supported_date: Fail | 296 input_element_test/supported_date: Fail |
| 298 input_element_test/supported_datetime-local: Fail | 297 input_element_test/supported_datetime-local: Fail |
| 299 input_element_test/supported_month: Fail | 298 input_element_test/supported_month: Fail |
| 300 input_element_test/supported_time: Fail | 299 input_element_test/supported_time: Fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 | 347 |
| 349 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 348 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 350 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 349 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 351 | 350 |
| 352 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] | 351 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] |
| 353 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 352 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 354 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 353 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 355 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 354 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 356 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 355 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 357 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 356 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |