| 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 | 9 |
| 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 touchevent_test/supported: Fail # IE does not support TouchEvents | 262 touchevent_test/supported: Fail # IE does not support TouchEvents |
| 263 webgl_1_test/functional: Fail | 263 webgl_1_test/functional: Fail |
| 264 websql_test/supported: Fail | 264 websql_test/supported: Fail |
| 265 xhr_test/json: Fail # IE10 returns string, not JSON object | 265 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 266 xsltprocessor_test/supported: Fail | 266 xsltprocessor_test/supported: Fail |
| 267 | 267 |
| 268 [ $runtime == ie10 ] | 268 [ $runtime == ie10 ] |
| 269 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 | 269 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 270 custom/element_upgrade_test: Fail # Issue 18247 | 270 custom/element_upgrade_test: Fail # Issue 18247 |
| 271 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 271 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 272 custom/document_register_template_test: Slow # Issue 28792 | 272 custom/document_register_template_test: Pass, Slow # Issue 28792 |
| 273 | 273 |
| 274 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 274 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 275 audiocontext_test/functional: Pass, Fail | 275 audiocontext_test/functional: Pass, Fail |
| 276 | 276 |
| 277 [ $runtime == safari || $runtime == safarimobilesim ] | 277 [ $runtime == safari || $runtime == safarimobilesim ] |
| 278 worker_api_test: Skip # Issue 13221 | 278 worker_api_test: Skip # Issue 13221 |
| 279 webgl_1_test: Pass, Fail # Issue 8219 | 279 webgl_1_test: Pass, Fail # Issue 8219 |
| 280 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 280 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 281 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 281 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 282 element_test: Pass, Fail # Issue 21434 | 282 element_test: Pass, Fail # Issue 21434 |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 440 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 441 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 441 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 442 | 442 |
| 443 [ $compiler == dart2js && $cps_ir && $host_checked ] | 443 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 444 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 444 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 445 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 445 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 446 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 446 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 447 | 447 |
| 448 [ $compiler == dart2js && $cps_ir && $checked ] | 448 [ $compiler == dart2js && $cps_ir && $checked ] |
| 449 *: Skip # `assert` not implemented | 449 *: Skip # `assert` not implemented |
| OLD | NEW |