| OLD | NEW |
| 1 # Copyright (c) 2012, 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. |
| 11 | 11 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 svgelement_test/supported_set: Fail | 96 svgelement_test/supported_set: Fail |
| 97 touchevent_test/supported: Fail | 97 touchevent_test/supported: Fail |
| 98 webgl_1_test/supported: Fail | 98 webgl_1_test/supported: Fail |
| 99 websql_test/supported: Fail | 99 websql_test/supported: Fail |
| 100 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 100 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 101 window_open_test: Skip | 101 window_open_test: Skip |
| 102 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 102 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 103 xhr_test/supported_HttpRequestProgressEvent: Fail | 103 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 104 xsltprocessor_test/supported: Fail | 104 xsltprocessor_test/supported: Fail |
| 105 history_test/history: Pass, Fail # issue 8183 | 105 history_test/history: Pass, Fail # issue 8183 |
| 106 canvasrenderingcontext2d_test: Fail # issue 8678 |
| 106 | 107 |
| 107 [ $runtime == ie9 ] | 108 [ $runtime == ie9 ] |
| 108 document_test/supports_cssCanvasContext: Fail | 109 document_test/supports_cssCanvasContext: Fail |
| 109 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 110 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 110 element_test/click: Fail # IE does not support firing this event. | 111 element_test/click: Fail # IE does not support firing this event. |
| 111 element_types_test/supported_content: Fail | 112 element_types_test/supported_content: Fail |
| 112 element_types_test/supported_datalist: Fail | 113 element_types_test/supported_datalist: Fail |
| 113 element_types_test/supported_details: Fail | 114 element_types_test/supported_details: Fail |
| 114 element_types_test/supported_keygen: Fail | 115 element_types_test/supported_keygen: Fail |
| 115 element_types_test/supported_meter: Fail | 116 element_types_test/supported_meter: Fail |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 340 |
| 340 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt)] | 341 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt)] |
| 341 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c
lasses | 342 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c
lasses |
| 342 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla
sses | 343 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla
sses |
| 343 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes | 344 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes |
| 344 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat
ive classes | 345 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat
ive classes |
| 345 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
native classes | 346 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
native classes |
| 346 | 347 |
| 347 [ $compiler == dart2js && $runtime == ff ] | 348 [ $compiler == dart2js && $runtime == ff ] |
| 348 inner_frame_test: Skip # Timeout | 349 inner_frame_test: Skip # Timeout |
| OLD | NEW |