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 | |
287 element_types_test/supported_content: Fail | 286 element_types_test/supported_content: Fail |
288 element_types_test/supported_details: Fail | 287 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 |
290 element_types_test/supported_shadow: Fail | 291 element_types_test/supported_shadow: Fail |
291 element_types_test/supported_track: Fail | 292 element_types_test/supported_track: Fail |
292 fileapi_test/supported: Fail | 293 fileapi_test/supported: Fail |
293 indexeddb_5_test/supportsDatabaseNames: Fail | 294 indexeddb_5_test/supportsDatabaseNames: Fail |
294 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] | 295 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] |
295 inner_frame_test: Skip | 296 inner_frame_test: Skip |
296 input_element_test/supported_date: Fail | 297 input_element_test/supported_date: Fail |
297 input_element_test/supported_datetime-local: Fail | 298 input_element_test/supported_datetime-local: Fail |
298 input_element_test/supported_month: Fail | 299 input_element_test/supported_month: Fail |
299 input_element_test/supported_time: Fail | 300 input_element_test/supported_time: Fail |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 | 348 |
348 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 349 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
349 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 350 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
350 | 351 |
351 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 352 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
352 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 353 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
353 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 354 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
354 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 355 js_interop_3_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). | 356 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
356 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 357 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
OLD | NEW |