| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 | 9 |
| 10 # Layout tests are only supported on DRT. | 10 # Layout tests are only supported on DRT. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 document_test/supports_cssCanvasContext: Fail | 48 document_test/supports_cssCanvasContext: Fail |
| 49 element_test/click: Fail # IE does not support firing this event. | 49 element_test/click: Fail # IE does not support firing this event. |
| 50 element_types_test/supported_content: Fail | 50 element_types_test/supported_content: Fail |
| 51 element_types_test/supported_details: Fail | 51 element_types_test/supported_details: Fail |
| 52 element_types_test/supported_keygen: Fail | 52 element_types_test/supported_keygen: Fail |
| 53 element_types_test/supported_meter: Fail | 53 element_types_test/supported_meter: Fail |
| 54 element_types_test/supported_object: Fail | 54 element_types_test/supported_object: Fail |
| 55 element_types_test/supported_output: Fail | 55 element_types_test/supported_output: Fail |
| 56 element_types_test/supported_shadow: Fail | 56 element_types_test/supported_shadow: Fail |
| 57 exceptions_test: Fail | 57 exceptions_test: Fail |
| 58 form_data_test: Fail # TODO(efortuna): Issue 7875. |
| 58 fileapi_test: Fail | 59 fileapi_test: Fail |
| 59 inner_frame_test: Skip | 60 inner_frame_test: Skip |
| 60 input_element_test/supported_date: Fail | 61 input_element_test/supported_date: Fail |
| 61 input_element_test/supported_datetime: Fail | 62 input_element_test/supported_datetime: Fail |
| 62 input_element_test/supported_datetime-local: Fail | 63 input_element_test/supported_datetime-local: Fail |
| 63 input_element_test/supported_month: Fail | 64 input_element_test/supported_month: Fail |
| 64 input_element_test/supported_time: Fail | 65 input_element_test/supported_time: Fail |
| 65 input_element_test/supported_week: Fail | 66 input_element_test/supported_week: Fail |
| 66 isolates_test: Skip | 67 isolates_test: Skip |
| 67 localstorage_test: Fail | |
| 68 measurement_test: Fail, Pass | 68 measurement_test: Fail, Pass |
| 69 messageevent_test: Fail | 69 messageevent_test: Fail |
| 70 mutationobserver_test/supported: Fail | 70 mutationobserver_test/supported: Fail |
| 71 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 71 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 72 serialized_script_value_test: Fail | 72 serialized_script_value_test: Fail |
| 73 shadow_dom_test/supported: Fail | 73 shadow_dom_test/supported: Fail |
| 74 storage_test: Fail, Pass | 74 storage_test: Fail, Pass |
| 75 svgelement_test/additionalConstructors: Fail | 75 svgelement_test/additionalConstructors: Fail |
| 76 svgelement2_test: Fail | 76 svgelement2_test: Fail |
| 77 svg_3_test: Fail | 77 svg_3_test: Fail |
| 78 websql_test: Fail | 78 websql_test: Fail |
| 79 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 79 window_open_test: Skip | 80 window_open_test: Skip |
| 80 xhr_test: Fail | 81 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 81 xsltprocessor_test: Fail | 82 xsltprocessor_test: Fail |
| 82 | 83 |
| 83 [ $runtime == ie9 ] | 84 [ $runtime == ie9 ] |
| 84 document_test/supports_cssCanvasContext: Fail | 85 document_test/supports_cssCanvasContext: Fail |
| 85 element_test/click: Fail # IE does not support firing this event. | 86 element_test/click: Fail # IE does not support firing this event. |
| 86 element_types_test/supported_content: Fail | 87 element_types_test/supported_content: Fail |
| 87 element_types_test/supported_datalist: Fail | 88 element_types_test/supported_datalist: Fail |
| 88 element_types_test/supported_details: Fail | 89 element_types_test/supported_details: Fail |
| 89 element_types_test/supported_keygen: Fail | 90 element_types_test/supported_keygen: Fail |
| 90 element_types_test/supported_meter: Fail | 91 element_types_test/supported_meter: Fail |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 | 252 |
| 252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 253 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 253 request_animation_frame_test: Skip # Async test hangs. | 254 request_animation_frame_test: Skip # Async test hangs. |
| 254 | 255 |
| 255 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 256 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 256 isolates_test: Skip # Timeout because leg does not support web workers. | 257 isolates_test: Skip # Timeout because leg does not support web workers. |
| 257 | 258 |
| 258 [ $compiler == dart2js && $runtime == ff ] | 259 [ $compiler == dart2js && $runtime == ff ] |
| 259 inner_frame_test: Skip # Timeout | 260 inner_frame_test: Skip # Timeout |
| 260 svg_3_test: Skip # Timeout | 261 svg_3_test: Skip # Timeout |
| OLD | NEW |