| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 svgelement_test/supported_set: Fail | 90 svgelement_test/supported_set: Fail |
| 91 touchevent_test/supported: Fail | 91 touchevent_test/supported: Fail |
| 92 webgl_1_test/supported: Fail | 92 webgl_1_test/supported: Fail |
| 93 websql_test/supported: Fail | 93 websql_test/supported: Fail |
| 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 95 window_open_test: Skip | 95 window_open_test: Skip |
| 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 97 xhr_test/supported_HttpRequestProgressEvent: Fail | 97 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 98 xsltprocessor_test/supported: Fail | 98 xsltprocessor_test/supported: Fail |
| 99 history_test/history: Pass, Fail # issue 8183 | 99 history_test/history: Pass, Fail # issue 8183 |
| 100 canvasrenderingcontext2d_test: Fail # issue 8678 | |
| 101 | 100 |
| 102 [ $runtime == ie9 ] | 101 [ $runtime == ie9 ] |
| 103 crypto_test/supported: Fail | 102 crypto_test/supported: Fail |
| 104 document_test/supports_cssCanvasContext: Fail | 103 document_test/supports_cssCanvasContext: Fail |
| 105 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 104 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 106 element_test/click: Fail # IE does not support firing this event. | 105 element_test/click: Fail # IE does not support firing this event. |
| 107 element_types_test/supported_content: Fail | 106 element_types_test/supported_content: Fail |
| 108 element_types_test/supported_datalist: Fail | 107 element_types_test/supported_datalist: Fail |
| 109 element_types_test/supported_details: Fail | 108 element_types_test/supported_details: Fail |
| 110 element_types_test/supported_keygen: Fail | 109 element_types_test/supported_keygen: Fail |
| (...skipping 237 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 |