| 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 | 227 |
| 228 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 228 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 229 audiocontext_test/functional: Pass, Fail | 229 audiocontext_test/functional: Pass, Fail |
| 230 | 230 |
| 231 [ $runtime == safari || $runtime == safarimobilesim ] | 231 [ $runtime == safari || $runtime == safarimobilesim ] |
| 232 worker_api_test: Skip # Issue 13221 | 232 worker_api_test: Skip # Issue 13221 |
| 233 webgl_1_test: Pass, Fail # Issue 8219 | 233 webgl_1_test: Pass, Fail # Issue 8219 |
| 234 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 234 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 235 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 235 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 236 audiocontext_test/functional: Fail # Issue 14354 | 236 audiocontext_test/functional: Fail # Issue 14354 |
| 237 element_tests: Pass, Fail # Issue 21434 | 237 element_test: Pass, Fail # Issue 21434 |
| 238 | 238 |
| 239 # Safari Feature support statuses- | 239 # Safari Feature support statuses- |
| 240 # All changes should be accompanied by platform support annotation changes. | 240 # All changes should be accompanied by platform support annotation changes. |
| 241 element_types_test/supported_content: Fail | 241 element_types_test/supported_content: Fail |
| 242 element_types_test/supported_datalist: Fail | 242 element_types_test/supported_datalist: Fail |
| 243 element_types_test/supported_shadow: Fail | 243 element_types_test/supported_shadow: Fail |
| 244 fileapi_test/supported: Fail | 244 fileapi_test/supported: Fail |
| 245 indexeddb_1_test/supportsDatabaseNames: Fail | 245 indexeddb_1_test/supportsDatabaseNames: Fail |
| 246 media_stream_test/supported_MediaStreamEvent: Fail | 246 media_stream_test/supported_MediaStreamEvent: Fail |
| 247 media_stream_test/supported_MediaStreamTrackEvent: Fail | 247 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 events_test: StaticWarning | 381 events_test: StaticWarning |
| 382 htmlelement_test: StaticWarning | 382 htmlelement_test: StaticWarning |
| 383 localstorage_test: StaticWarning | 383 localstorage_test: StaticWarning |
| 384 mutationobserver_test: StaticWarning | 384 mutationobserver_test: StaticWarning |
| 385 track_element_constructor_test: StaticWarning | 385 track_element_constructor_test: StaticWarning |
| 386 transferables_test: StaticWarning | 386 transferables_test: StaticWarning |
| 387 typed_arrays_range_checks_test: StaticWarning | 387 typed_arrays_range_checks_test: StaticWarning |
| 388 typing_test: StaticWarning | 388 typing_test: StaticWarning |
| 389 webgl_1_test: StaticWarning | 389 webgl_1_test: StaticWarning |
| 390 window_nosuchmethod_test: StaticWarning | 390 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |