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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
8 | 8 |
9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] |
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
227 webgl_1_test: Pass, Fail # Issue 8219 | 227 webgl_1_test: Pass, Fail # Issue 8219 |
228 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element | 228 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element |
229 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element | 229 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element |
230 audiocontext_test/functional: Fail # Issue 14354 | 230 audiocontext_test/functional: Fail # Issue 14354 |
231 | 231 |
232 # Safari Feature support statuses- | 232 # Safari Feature support statuses- |
233 # All changes should be accompanied by platform support annotation changes. | 233 # All changes should be accompanied by platform support annotation changes. |
234 element_types_test/supported_content: Fail | 234 element_types_test/supported_content: Fail |
235 element_types_test/supported_datalist: Fail | 235 element_types_test/supported_datalist: Fail |
236 element_types_test/supported_shadow: Fail | 236 element_types_test/supported_shadow: Fail |
237 element_types_test/supported_template: Fail | |
238 fileapi_test/supported: Fail | 237 fileapi_test/supported: Fail |
239 indexeddb_1_test/supported: Fail | |
240 indexeddb_1_test/supportsDatabaseNames: Fail | 238 indexeddb_1_test/supportsDatabaseNames: Fail |
241 media_stream_test/supported_MediaStreamEvent: Fail | 239 media_stream_test/supported_MediaStreamEvent: Fail |
242 media_stream_test/supported_MediaStreamTrackEvent: Fail | 240 media_stream_test/supported_MediaStreamTrackEvent: Fail |
243 media_stream_test/supported_media: Fail | 241 media_stream_test/supported_media: Fail |
244 performance_api_test/supported: Fail | 242 performance_api_test/supported: Fail |
245 rtc_test/supported: Fail | 243 rtc_test/supported: Fail |
246 shadow_dom_test/supported: Fail | 244 shadow_dom_test/supported: Fail |
247 speechrecognition_test/supported: Fail | 245 speechrecognition_test/supported: Fail |
246 | |
247 [ ($runtime == safari && $builder_tag == mac10_7) || $runtime == safarimobilesim ] | |
248 indexeddb_1_test/supported: Fail | |
249 element_types_test/supported_template: Fail | |
248 xhr_test/json: Fail # Safari doesn't support JSON response type | 250 xhr_test/json: Fail # Safari doesn't support JSON response type |
249 | 251 |
250 [ $runtime == safari ] | 252 [ $runtime == safari ] |
251 input_element_test/supported_month: RuntimeError | 253 input_element_test/supported_month: RuntimeError |
252 input_element_test/supported_time: RuntimeError | 254 input_element_test/supported_time: RuntimeError |
253 input_element_test/supported_week: RuntimeError | 255 input_element_test/supported_week: RuntimeError |
254 input_element_test/supported_date: Fail | 256 input_element_test/supported_date: Fail |
255 input_element_test/supported_datetime-local: Fail | 257 input_element_test/supported_datetime-local: Fail |
256 touchevent_test/supported: Fail | 258 touchevent_test/supported: Fail |
257 | 259 |
260 [ $runtime == safari && $builder_tag == mac10_8 ] | |
261 element_test/_ElementList: RuntimeError | |
ricow1
2014/10/27 15:45:45
should we have a bug for these, potentially just a
Bill Hesse
2014/10/27 16:49:42
Yes. At first, it looked like nothing else in the
| |
262 indexeddb_1_test/functional: RuntimeError | |
263 indexeddb_2_test: RuntimeError | |
264 indexeddb_4_test: RuntimeError | |
265 indexeddb_5_test: RuntimeError | |
266 wheelevent_test: RuntimeError | |
267 js_test: RuntimeError | |
268 | |
258 [ $runtime == opera ] | 269 [ $runtime == opera ] |
259 blob_constructor_test: Fail | 270 blob_constructor_test: Fail |
260 canvas_test: Fail | 271 canvas_test: Fail |
261 canvas_test: Pass,Fail | 272 canvas_test: Pass,Fail |
262 cssstyledeclaration_test: Fail | 273 cssstyledeclaration_test: Fail |
263 document_test/document: Fail # Issue: 7413 | 274 document_test/document: Fail # Issue: 7413 |
264 element_add_test: Fail | 275 element_add_test: Fail |
265 element_constructor_1_test: Fail | 276 element_constructor_1_test: Fail |
266 element_test/children: Fail # Issue: 7413 | 277 element_test/children: Fail # Issue: 7413 |
267 element_test/constructors: Fail | 278 element_test/constructors: Fail |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
357 events_test: StaticWarning | 368 events_test: StaticWarning |
358 htmlelement_test: StaticWarning | 369 htmlelement_test: StaticWarning |
359 localstorage_test: StaticWarning | 370 localstorage_test: StaticWarning |
360 mutationobserver_test: StaticWarning | 371 mutationobserver_test: StaticWarning |
361 track_element_constructor_test: StaticWarning | 372 track_element_constructor_test: StaticWarning |
362 transferables_test: StaticWarning | 373 transferables_test: StaticWarning |
363 typed_arrays_range_checks_test: StaticWarning | 374 typed_arrays_range_checks_test: StaticWarning |
364 typing_test: StaticWarning | 375 typing_test: StaticWarning |
365 webgl_1_test: StaticWarning | 376 webgl_1_test: StaticWarning |
366 window_nosuchmethod_test: StaticWarning | 377 window_nosuchmethod_test: StaticWarning |
OLD | NEW |