| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 override_inheritance_mixed_test/08: Fail # Issue 18124 | 6 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 7 override_inheritance_mixed_test/09: Fail # Issue 18124 | 7 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 8 bad_constructor_test/05: CompileTimeError # Issue 13669 | 8 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 ref_before_declaration_test/05: MissingCompileTimeError | 33 ref_before_declaration_test/05: MissingCompileTimeError |
| 34 ref_before_declaration_test/06: MissingCompileTimeError | 34 ref_before_declaration_test/06: MissingCompileTimeError |
| 35 | 35 |
| 36 prefix3_negative_test: Crash # Issue 17139 | 36 prefix3_negative_test: Crash # Issue 17139 |
| 37 setter_declaration2_negative_test: Crash # Issue 17139 | 37 setter_declaration2_negative_test: Crash # Issue 17139 |
| 38 | 38 |
| 39 # VM specific tests that should not be run by dart2js. | 39 # VM specific tests that should not be run by dart2js. |
| 40 vm/*: Skip # Issue 12699 | 40 vm/*: Skip # Issue 12699 |
| 41 | 41 |
| 42 [ $compiler == dart2js && $checked ] | 42 [ $compiler == dart2js && $checked ] |
| 43 mixin_bound_test: Crash # Issue 17658 | |
| 44 type_variable_bounds_test/02: Fail # Issue 12702 | 43 type_variable_bounds_test/02: Fail # Issue 12702 |
| 45 type_variable_bounds2_test/01: Fail # Issue 12702 | 44 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 46 type_variable_bounds2_test/04: Fail # Issue 12702 | 45 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 47 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 46 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 48 type_variable_bounds3_test/00: Fail # Issue 12702 | 47 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 49 closure_type_test: Fail # Issue 12745 | 48 closure_type_test: Fail # Issue 12745 |
| 50 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 49 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 51 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 50 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 52 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 51 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 53 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 52 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 54 malbounded_instantiation_test/01: Fail # Issue 12702 | 53 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 55 malbounded_type_cast_test: Fail # Issue 14121 | 54 malbounded_type_cast_test: Fail # Issue 14121 |
| 56 malbounded_type_cast2_test: Fail # Issue 14121 | 55 malbounded_type_cast2_test: Fail # Issue 14121 |
| 57 malbounded_type_test_test/03: Fail # Issue 14121 | 56 malbounded_type_test_test/03: Fail # Issue 14121 |
| 58 malbounded_type_test_test/04: Fail # Issue 14121 | 57 malbounded_type_test_test/04: Fail # Issue 14121 |
| 59 malbounded_type_test2_test: Fail # Issue 14121 | 58 malbounded_type_test2_test: Fail # Issue 14121 |
| 60 default_factory2_test/01: Fail # Issue 14121 | 59 default_factory2_test/01: Fail # Issue 14121 |
| 61 typevariable_substitution2_test/01: Crash # Issue 15875 | |
| 62 typevariable_substitution2_test/02: Crash # Issue 15875 | |
| 63 | 60 |
| 64 [ $compiler == dart2js && $unchecked ] | 61 [ $compiler == dart2js && $unchecked ] |
| 65 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 62 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 66 assertion_test: RuntimeError # Issue 12748 | 63 assertion_test: RuntimeError # Issue 12748 |
| 67 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 64 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
| 68 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 65 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
| 69 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 66 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 70 generic_test: RuntimeError, OK | 67 generic_test: RuntimeError, OK |
| 71 map_literal4_test: RuntimeError, OK # Checked mode required. | 68 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 72 named_parameters_type_test/01: MissingRuntimeError, OK | 69 named_parameters_type_test/01: MissingRuntimeError, OK |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 | 258 |
| 262 [ ($compiler == dart2js && $csp)] | 259 [ ($compiler == dart2js && $csp)] |
| 263 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 260 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 264 deferred_constraints_constants_test/*: Skip # Issue 16898 | 261 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 265 deferred_no_such_method_test*: Skip # Issue 16898 | 262 deferred_no_such_method_test*: Skip # Issue 16898 |
| 266 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 263 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 267 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 264 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 268 | 265 |
| 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 266 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 270 *deferred*: Skip # Issue 17458 | 267 *deferred*: Skip # Issue 17458 |
| OLD | NEW |