| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 svgelement_test/supported_animateMotion: Fail | 226 svgelement_test/supported_animateMotion: Fail |
| 227 svgelement_test/supported_animateTransform: Fail | 227 svgelement_test/supported_animateTransform: Fail |
| 228 svgelement_test/supported_foreignObject: Fail | 228 svgelement_test/supported_foreignObject: Fail |
| 229 svgelement_test/supported_set: Fail | 229 svgelement_test/supported_set: Fail |
| 230 touchevent_test/supported: Fail # IE does not support TouchEvents | 230 touchevent_test/supported: Fail # IE does not support TouchEvents |
| 231 webgl_1_test/functional: Fail | 231 webgl_1_test/functional: Fail |
| 232 websql_test/supported: Fail | 232 websql_test/supported: Fail |
| 233 xhr_test/json: Fail # IE10 returns string, not JSON object | 233 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 234 xsltprocessor_test/supported: Fail | 234 xsltprocessor_test/supported: Fail |
| 235 | 235 |
| 236 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 236 [ $compiler == dart2js && $runtime == drt && ! $checked ] |
| 237 audiocontext_test/functional: Pass, Fail | 237 audiocontext_test/functional: Pass, Fail |
| 238 | 238 |
| 239 [ $runtime == safari || $runtime == safarimobilesim ] | 239 [ $runtime == safari || $runtime == safarimobilesim ] |
| 240 worker_api_test: Skip # Issue 13221 | 240 worker_api_test: Skip # Issue 13221 |
| 241 webgl_1_test: Pass, Fail # Issue 8219 | 241 webgl_1_test: Pass, Fail # Issue 8219 |
| 242 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 242 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 243 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 243 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 244 element_test: Pass, Fail # Issue 21434 | 244 element_test: Pass, Fail # Issue 21434 |
| 245 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w
e can't express that. | 245 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w
e can't express that. |
| 246 element_animate_test: Fail # Element.animate not supported on these browsers. | 246 element_animate_test: Fail # Element.animate not supported on these browsers. |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 | 383 |
| 384 [ $compiler == dart2analyzer && $builder_tag == strong ] | 384 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 385 *: Skip # Issue 28649 | 385 *: Skip # Issue 28649 |
| 386 | 386 |
| 387 [ $compiler == dart2js && $fast_startup ] | 387 [ $compiler == dart2js && $fast_startup ] |
| 388 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 388 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 389 custom/js_custom_test: Fail # mirrors not supported | 389 custom/js_custom_test: Fail # mirrors not supported |
| 390 custom/mirrors_test: Fail # mirrors not supported | 390 custom/mirrors_test: Fail # mirrors not supported |
| 391 custom/mirrors_2_test: Fail # mirrors not supported | 391 custom/mirrors_2_test: Fail # mirrors not supported |
| 392 mirrors_js_typed_interop_test: Fail # mirrors not supported | 392 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |