| 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 == dart2js && $csp ] | 9 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 10 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 worker_api_test: Skip # Issue 13221 | 270 worker_api_test: Skip # Issue 13221 |
| 271 element_types_test/supported_track: Pass, Fail | 271 element_types_test/supported_track: Pass, Fail |
| 272 input_element_test/supported_month: RuntimeError | 272 input_element_test/supported_month: RuntimeError |
| 273 input_element_test/supported_time: RuntimeError | 273 input_element_test/supported_time: RuntimeError |
| 274 input_element_test/supported_week: RuntimeError | 274 input_element_test/supported_week: RuntimeError |
| 275 webgl_1_test: Pass, Fail # Issue 8219 | 275 webgl_1_test: Pass, Fail # Issue 8219 |
| 276 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 276 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 277 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 277 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 278 audiocontext_test/functional: Fail # Issue 14354 | 278 audiocontext_test/functional: Fail # Issue 14354 |
| 279 websql_test/functional: RuntimeError # Issue 14523 | 279 websql_test/functional: RuntimeError # Issue 14523 |
| 280 | 280 custom/mirrors_test: Fail # Issue 15737 |
| 281 | 281 |
| 282 # Safari Feature support statuses- | 282 # Safari Feature support statuses- |
| 283 # All changes should be accompanied by platform support annotation changes. | 283 # All changes should be accompanied by platform support annotation changes. |
| 284 element_types_test/supported_content: Fail | 284 element_types_test/supported_content: Fail |
| 285 element_types_test/supported_datalist: Fail | 285 element_types_test/supported_datalist: Fail |
| 286 element_types_test/supported_shadow: Fail | 286 element_types_test/supported_shadow: Fail |
| 287 element_types_test/supported_template: Fail | 287 element_types_test/supported_template: Fail |
| 288 fileapi_test/supported: Fail | 288 fileapi_test/supported: Fail |
| 289 indexeddb_1_test/supported: Fail | 289 indexeddb_1_test/supported: Fail |
| 290 indexeddb_1_test/supportsDatabaseNames: Fail | 290 indexeddb_1_test/supportsDatabaseNames: Fail |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 events_test: StaticWarning | 410 events_test: StaticWarning |
| 411 htmlelement_test: StaticWarning | 411 htmlelement_test: StaticWarning |
| 412 localstorage_test: StaticWarning | 412 localstorage_test: StaticWarning |
| 413 mutationobserver_test: StaticWarning | 413 mutationobserver_test: StaticWarning |
| 414 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning |
| 415 transferables_test: StaticWarning | 415 transferables_test: StaticWarning |
| 416 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning |
| 417 typing_test: StaticWarning | 417 typing_test: StaticWarning |
| 418 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning |
| 419 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |