| 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 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 | 9 |
| 10 [ $compiler == dart2js && $csp ] | 10 [ $compiler == dart2js && $csp ] |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 worker_api_test: Skip # Issue 13221 | 266 worker_api_test: Skip # Issue 13221 |
| 267 element_types_test/supported_track: Pass, Fail | 267 element_types_test/supported_track: Pass, Fail |
| 268 input_element_test/supported_month: RuntimeError | 268 input_element_test/supported_month: RuntimeError |
| 269 input_element_test/supported_time: RuntimeError | 269 input_element_test/supported_time: RuntimeError |
| 270 input_element_test/supported_week: RuntimeError | 270 input_element_test/supported_week: RuntimeError |
| 271 webgl_1_test: Pass, Fail # Issue 8219 | 271 webgl_1_test: Pass, Fail # Issue 8219 |
| 272 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 272 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 273 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 273 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 274 audiocontext_test/functional: Fail # Issue 14354 | 274 audiocontext_test/functional: Fail # Issue 14354 |
| 275 websql_test/functional: RuntimeError # Issue 14523 | 275 websql_test/functional: RuntimeError # Issue 14523 |
| 276 custom/mirrors_test: Fail # Issue 15737 | |
| 277 | 276 |
| 278 # Safari Feature support statuses- | 277 # Safari Feature support statuses- |
| 279 # All changes should be accompanied by platform support annotation changes. | 278 # All changes should be accompanied by platform support annotation changes. |
| 280 element_types_test/supported_content: Fail | 279 element_types_test/supported_content: Fail |
| 281 element_types_test/supported_datalist: Fail | 280 element_types_test/supported_datalist: Fail |
| 282 element_types_test/supported_shadow: Fail | 281 element_types_test/supported_shadow: Fail |
| 283 element_types_test/supported_template: Fail | 282 element_types_test/supported_template: Fail |
| 284 fileapi_test/supported: Fail | 283 fileapi_test/supported: Fail |
| 285 indexeddb_1_test/supported: Fail | 284 indexeddb_1_test/supported: Fail |
| 286 indexeddb_1_test/supportsDatabaseNames: Fail | 285 indexeddb_1_test/supportsDatabaseNames: Fail |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 events_test: StaticWarning | 404 events_test: StaticWarning |
| 406 htmlelement_test: StaticWarning | 405 htmlelement_test: StaticWarning |
| 407 localstorage_test: StaticWarning | 406 localstorage_test: StaticWarning |
| 408 mutationobserver_test: StaticWarning | 407 mutationobserver_test: StaticWarning |
| 409 track_element_constructor_test: StaticWarning | 408 track_element_constructor_test: StaticWarning |
| 410 transferables_test: StaticWarning | 409 transferables_test: StaticWarning |
| 411 typed_arrays_range_checks_test: StaticWarning | 410 typed_arrays_range_checks_test: StaticWarning |
| 412 typing_test: StaticWarning | 411 typing_test: StaticWarning |
| 413 webgl_1_test: StaticWarning | 412 webgl_1_test: StaticWarning |
| 414 window_nosuchmethod_test: StaticWarning | 413 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |