| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 worker_test/supported: Fail | 320 worker_test/supported: Fail |
| 321 xhr_test/supported_onLoadEnd: Fail | 321 xhr_test/supported_onLoadEnd: Fail |
| 322 xhr_test/supported_onProgress: Fail | 322 xhr_test/supported_onProgress: Fail |
| 323 xhr_test/supported_overrideMimeType: Fail | 323 xhr_test/supported_overrideMimeType: Fail |
| 324 xsltprocessor_test/supported: Fail | 324 xsltprocessor_test/supported: Fail |
| 325 | 325 |
| 326 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 326 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 327 audiocontext_test/functional: Fail | 327 audiocontext_test/functional: Fail |
| 328 | 328 |
| 329 [ $runtime == safari || $runtime == safarimobilesim ] | 329 [ $runtime == safari || $runtime == safarimobilesim ] |
| 330 worker_test: Skip # Issue 13221 | |
| 331 worker_api_test: Skip # Issue 13221 | 330 worker_api_test: Skip # Issue 13221 |
| 332 webgl_1_test: Pass, Fail # Issue 8219 | 331 webgl_1_test: Pass, Fail # Issue 8219 |
| 333 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 332 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 334 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 333 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 335 audiocontext_test/functional: Fail # Issue 14354 | 334 audiocontext_test/functional: Fail # Issue 14354 |
| 336 websql_test/functional: RuntimeError # Issue 14523 | 335 websql_test/functional: RuntimeError # Issue 14523 |
| 337 | 336 |
| 338 # Safari Feature support statuses- | 337 # Safari Feature support statuses- |
| 339 # All changes should be accompanied by platform support annotation changes. | 338 # All changes should be accompanied by platform support annotation changes. |
| 340 element_types_test/supported_content: Fail | 339 element_types_test/supported_content: Fail |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 events_test: StaticWarning | 463 events_test: StaticWarning |
| 465 htmlelement_test: StaticWarning | 464 htmlelement_test: StaticWarning |
| 466 localstorage_test: StaticWarning | 465 localstorage_test: StaticWarning |
| 467 mutationobserver_test: StaticWarning | 466 mutationobserver_test: StaticWarning |
| 468 track_element_constructor_test: StaticWarning | 467 track_element_constructor_test: StaticWarning |
| 469 transferables_test: StaticWarning | 468 transferables_test: StaticWarning |
| 470 typed_arrays_range_checks_test: StaticWarning | 469 typed_arrays_range_checks_test: StaticWarning |
| 471 typing_test: StaticWarning | 470 typing_test: StaticWarning |
| 472 webgl_1_test: StaticWarning | 471 webgl_1_test: StaticWarning |
| 473 window_nosuchmethod_test: StaticWarning | 472 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |