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