| 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 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 window_open_test: Skip # BUG(4016) | 165 window_open_test: Skip # BUG(4016) |
| 166 isolates_test: Skip # BUG(4016) | 166 isolates_test: Skip # BUG(4016) |
| 167 xhr_test: Skip # BUG(4016) | 167 xhr_test: Skip # BUG(4016) |
| 168 xhr_test/supported_HttpRequestProgressEvent: Fail | 168 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 169 xhr_cross_origin_test: Fail # Issue 6016. | 169 xhr_cross_origin_test: Fail # Issue 6016. |
| 170 xsltprocessor_test/supported: Fail | 170 xsltprocessor_test/supported: Fail |
| 171 | 171 |
| 172 [ $runtime == safari ] | 172 [ $runtime == safari ] |
| 173 element_types_test/supported_content: Fail | 173 element_types_test/supported_content: Fail |
| 174 element_types_test/supported_datalist: Fail | 174 element_types_test/supported_datalist: Fail |
| 175 element_types_test/supported_details: Fail | |
| 176 element_types_test/supported_embed: Fail | |
| 177 element_types_test/supported_keygen: Fail | |
| 178 element_types_test/supported_meter: Fail | |
| 179 element_types_test/supported_object: Fail | |
| 180 element_types_test/supported_output: Fail | |
| 181 element_types_test/supported_progress: Fail | |
| 182 element_types_test/supported_shadow: Fail | 175 element_types_test/supported_shadow: Fail |
| 183 element_types_test/supported_track: Pass, Fail | 176 element_types_test/supported_track: Pass, Fail |
| 184 fileapi_test/supported: Fail | 177 fileapi_test/supported: Fail |
| 185 indexeddb_1_test/supported: Fail | 178 indexeddb_1_test/supported: Fail |
| 186 input_element_test/supported_date: Fail | 179 input_element_test/supported_date: Fail |
| 187 input_element_test/supported_datetime-local: Fail | 180 input_element_test/supported_datetime-local: Fail |
| 188 input_element_test/supported_datetime: Fail | 181 input_element_test/supported_datetime: Fail |
| 189 input_element_test/supported_email: Fail | |
| 190 input_element_test/supported_month: Fail, Crash | 182 input_element_test/supported_month: Fail, Crash |
| 191 input_element_test/supported_number: Fail | |
| 192 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria
ge this failure. | |
| 193 input_element_test/supported_time: Fail, Crash | 183 input_element_test/supported_time: Fail, Crash |
| 194 input_element_test/supported_url: Fail | |
| 195 input_element_test/supported_week: Fail, Crash | 184 input_element_test/supported_week: Fail, Crash |
| 196 media_stream_test/supported_media: Fail | 185 media_stream_test/supported_media: Fail |
| 197 media_stream_test/supported_MediaStreamEvent: Fail | 186 media_stream_test/supported_MediaStreamEvent: Fail |
| 198 media_stream_test/supported_MediaStreamTrackEvent: Fail | 187 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 199 notifications_test/supported: Fail # Issue: 7414 | 188 notifications_test/supported: Fail # Issue: 7414 |
| 200 performance_api_test/supported: Fail | 189 performance_api_test/supported: Fail |
| 201 shadow_dom_test/supported: Fail | 190 shadow_dom_test/supported: Fail |
| 202 speechrecognition_test/supported: Fail | 191 speechrecognition_test/supported: Fail |
| 203 touchevent_test/supported: Fail | 192 touchevent_test/supported: Fail |
| 204 webgl_1_test: Pass, Fail # Issue 8219 | 193 webgl_1_test: Pass, Fail # Issue 8219 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 | 295 |
| 307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 296 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 308 request_animation_frame_test: Skip # Async test hangs. | 297 request_animation_frame_test: Skip # Async test hangs. |
| 309 | 298 |
| 310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 299 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 311 isolates_test: Skip # Timeout because leg does not support web workers. | 300 isolates_test: Skip # Timeout because leg does not support web workers. |
| 312 | 301 |
| 313 [ $compiler == dart2js && $runtime == ff ] | 302 [ $compiler == dart2js && $runtime == ff ] |
| 314 inner_frame_test: Skip # Timeout | 303 inner_frame_test: Skip # Timeout |
| 315 svg_3_test: Skip # Timeout | 304 svg_3_test: Skip # Timeout |
| OLD | NEW |