| 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 27 matching lines...) Expand all Loading... |
| 38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 | 38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 |
| 39 | 39 |
| 40 [ $compiler == dart2js && $checked ] | 40 [ $compiler == dart2js && $checked ] |
| 41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 42 | 42 |
| 43 [ $compiler == dart2js && $csp && $browser ] | 43 [ $compiler == dart2js && $csp && $browser ] |
| 44 custom/js_custom_test: Fail # Issue 14643 | 44 custom/js_custom_test: Fail # Issue 14643 |
| 45 custom/element_upgrade_test: Fail # Issue 17298 | 45 custom/element_upgrade_test: Fail # Issue 17298 |
| 46 | 46 |
| 47 [ $compiler == dart2js && $browser ] | 47 [ $compiler == dart2js && $browser ] |
| 48 worker_api_test: RuntimeError # Issue 28155 | |
| 49 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 50 fontface_loaded_test: Fail # Support for promises. | 49 fontface_loaded_test: Fail # Support for promises. |
| 51 | 50 |
| 52 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 51 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| 53 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this | 52 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle
this |
| 54 fontface_test: Fail # Fontface not supported on these. | 53 fontface_test: Fail # Fontface not supported on these. |
| 55 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support | 54 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill
does not support |
| 56 | 55 |
| 57 [ $compiler == none && $runtime == dartium && $system == macos] | 56 [ $compiler == none && $runtime == dartium && $system == macos] |
| 58 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 436 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 438 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 437 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 439 | 438 |
| 440 [ $compiler == dart2js && $cps_ir && $host_checked ] | 439 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 441 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 440 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 442 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 441 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 443 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 442 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 444 | 443 |
| 445 [ $compiler == dart2js && $cps_ir && $checked ] | 444 [ $compiler == dart2js && $cps_ir && $checked ] |
| 446 *: Skip # `assert` not implemented | 445 *: Skip # `assert` not implemented |
| OLD | NEW |