| 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 21 matching lines...) Expand all Loading... |
| 32 [ $compiler == dart2js && $checked && $browser ] | 32 [ $compiler == dart2js && $checked && $browser ] |
| 33 js_typed_interop_test/method: Fail # Issue 24822 | 33 js_typed_interop_test/method: Fail # Issue 24822 |
| 34 | 34 |
| 35 [ $compiler == dart2js && $csp && $browser ] | 35 [ $compiler == dart2js && $csp && $browser ] |
| 36 custom/js_custom_test: Fail # Issue 14643 | 36 custom/js_custom_test: Fail # Issue 14643 |
| 37 custom/element_upgrade_test: Fail # Issue 17298 | 37 custom/element_upgrade_test: Fail # Issue 17298 |
| 38 | 38 |
| 39 [ $compiler == dart2js && $browser ] | 39 [ $compiler == dart2js && $browser ] |
| 40 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 40 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 41 fontface_loaded_test: Fail # Support for promises. | 41 fontface_loaded_test: Fail # Support for promises. |
| 42 js_test/JsArray: RuntimeError # Issue 26197 |
| 42 | 43 |
| 43 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 44 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 44 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 45 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 45 fontface_test: Fail # Fontface not supported on these. | 46 fontface_test: Fail # Fontface not supported on these. |
| 46 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 47 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 47 element_animate_test: Fail # Element.animate not supported on these browsers. | 48 element_animate_test: Fail # Element.animate not supported on these browsers. |
| 48 | 49 |
| 49 [ $compiler == none && $runtime == dartium && $system == macos] | 50 [ $compiler == none && $runtime == dartium && $system == macos] |
| 50 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 51 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 51 | 52 |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 424 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 425 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 425 | 426 |
| 426 [ $compiler == dart2js && $cps_ir && $host_checked ] | 427 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 428 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 429 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 430 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 430 | 431 |
| 431 [ $compiler == dart2js && $cps_ir && $checked ] | 432 [ $compiler == dart2js && $cps_ir && $checked ] |
| 432 *: Skip # `assert` not implemented | 433 *: Skip # `assert` not implemented |
| OLD | NEW |