| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 input_element_test/supported_datetime-local: Fail | 159 input_element_test/supported_datetime-local: Fail |
| 160 input_element_test/supported_month: Fail, Crash | 160 input_element_test/supported_month: Fail, Crash |
| 161 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria
ge this failure. | 161 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria
ge this failure. |
| 162 input_element_test/supported_time: Fail, Crash | 162 input_element_test/supported_time: Fail, Crash |
| 163 input_element_test/supported_week: Fail, Crash | 163 input_element_test/supported_week: Fail, Crash |
| 164 fileapi_test/supported: Fail | 164 fileapi_test/supported: Fail |
| 165 media_stream_test/supported: Fail | 165 media_stream_test/supported: Fail |
| 166 node_test: Skip # Issue 6457 | 166 node_test: Skip # Issue 6457 |
| 167 shadow_dom_test/supported: Fail | 167 shadow_dom_test/supported: Fail |
| 168 | 168 |
| 169 # The following failures are on MacOS 10.7 |
| 170 datalistelement_test: Fail # Issue: 7414 |
| 171 element_types_test/constructors: Fail # Issue: 7414 |
| 172 element_types_test/supported_details: Fail # Issue: 7414 |
| 173 element_types_test/supported_embed: Fail # Issue: 7414 |
| 174 element_types_test/supported_keygen: Fail # Issue: 7414 |
| 175 element_types_test/supported_meter: Fail # Issue: 7414 |
| 176 element_types_test/supported_object: Fail # Issue: 7414 |
| 177 element_types_test/supported_output: Fail # Issue: 7414 |
| 178 element_types_test/supported_progress: Fail # Issue: 7414 |
| 179 element_types_test/supported_track: Pass, Fail # Issue: 7414 |
| 180 fileapi_test/getDirectory: Fail # Issue: 7414 |
| 181 fileapi_test/getFile: Fail # Issue: 7414 |
| 182 fileapi_test/unsupported: Fail # Issue: 7414 |
| 183 input_element_test/constructors: Fail # Issue: 7414 |
| 184 input_element_test/supported_number: Fail # Issue: 7414 |
| 185 input_element_test/supported_tel: Fail # Issue: 7414 |
| 186 input_element_test/supported_url: Fail # Issue: 7414 |
| 187 notifications_test/supported: Fail # Issue: 7414 |
| 188 notifications_test/unsupported: Fail # Issue: 7414 |
| 189 notifications_test/webkitNotifications: Fail # Issue: 7414 |
| 190 performance_api_test/performance: Fail # Issue: 7414 |
| 191 shadow_dom_test/ShadowDOM: Fail # Issue: 7414 |
| 192 wheelevent_test: Fail # Issue: 7414 |
| 193 |
| 194 |
| 169 [ $runtime == opera ] | 195 [ $runtime == opera ] |
| 170 document_test/supports_cssCanvasContext: Fail | 196 document_test/supports_cssCanvasContext: Fail |
| 171 document_test/document: Fail # Issue: 7413 | 197 document_test/document: Fail # Issue: 7413 |
| 172 form_data_test: Fail # Issue: 7413 | 198 form_data_test: Fail # Issue: 7413 |
| 173 keyboard_event_test: Fail # Issue: 7413 | 199 keyboard_event_test: Fail # Issue: 7413 |
| 174 element_test/eventListening: Fail # Issue: 7413 | 200 element_test/eventListening: Fail # Issue: 7413 |
| 175 element_test/children: Fail # Issue: 7413 | 201 element_test/children: Fail # Issue: 7413 |
| 176 audiobuffersourcenode_test: Fail | 202 audiobuffersourcenode_test: Fail |
| 177 canvas_test: Pass,Fail | 203 canvas_test: Pass,Fail |
| 178 audiocontext_test: Fail | 204 audiocontext_test: Fail |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 | 281 |
| 256 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 282 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 257 request_animation_frame_test: Skip # Async test hangs. | 283 request_animation_frame_test: Skip # Async test hangs. |
| 258 | 284 |
| 259 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 285 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 260 isolates_test: Skip # Timeout because leg does not support web workers. | 286 isolates_test: Skip # Timeout because leg does not support web workers. |
| 261 | 287 |
| 262 [ $compiler == dart2js && $runtime == ff ] | 288 [ $compiler == dart2js && $runtime == ff ] |
| 263 inner_frame_test: Skip # Timeout | 289 inner_frame_test: Skip # Timeout |
| 264 svg_3_test: Skip # Timeout | 290 svg_3_test: Skip # Timeout |
| OLD | NEW |