| 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 18 matching lines...) Expand all Loading... |
| 29 ref_before_declaration_test/01: MissingCompileTimeError | 29 ref_before_declaration_test/01: MissingCompileTimeError |
| 30 ref_before_declaration_test/02: MissingCompileTimeError | 30 ref_before_declaration_test/02: MissingCompileTimeError |
| 31 ref_before_declaration_test/03: MissingCompileTimeError | 31 ref_before_declaration_test/03: MissingCompileTimeError |
| 32 ref_before_declaration_test/04: MissingCompileTimeError | 32 ref_before_declaration_test/04: MissingCompileTimeError |
| 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 generic_field_mixin4_test: Crash # Issue 18651 | |
| 40 generic_field_mixin5_test: Crash # Issue 18651 | |
| 41 | |
| 42 # VM specific tests that should not be run by dart2js. | 39 # VM specific tests that should not be run by dart2js. |
| 43 vm/*: Skip # Issue 12699 | 40 vm/*: Skip # Issue 12699 |
| 44 | 41 |
| 45 [ $compiler == dart2js && $checked ] | 42 [ $compiler == dart2js && $checked ] |
| 46 type_variable_bounds_test/02: Fail # Issue 12702 | 43 type_variable_bounds_test/02: Fail # Issue 12702 |
| 47 type_variable_bounds2_test/01: Fail # Issue 12702 | 44 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 48 type_variable_bounds2_test/04: Fail # Issue 12702 | 45 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 49 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). |
| 50 type_variable_bounds3_test/00: Fail # Issue 12702 | 47 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 51 closure_type_test: Fail # Issue 12745 | 48 closure_type_test: Fail # Issue 12745 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 mixin_generic_test: Fail # Issue 12605 | 83 mixin_generic_test: Fail # Issue 12605 |
| 87 mixin_mixin2_test: Fail # Issue 12605 | 84 mixin_mixin2_test: Fail # Issue 12605 |
| 88 mixin_mixin3_test: Fail # Issue 12605 | 85 mixin_mixin3_test: Fail # Issue 12605 |
| 89 mixin_mixin4_test: Fail # Issue 12605 | 86 mixin_mixin4_test: Fail # Issue 12605 |
| 90 mixin_mixin5_test: Fail # Issue 12605 | 87 mixin_mixin5_test: Fail # Issue 12605 |
| 91 mixin_mixin6_test: Fail # Issue 12605 | 88 mixin_mixin6_test: Fail # Issue 12605 |
| 92 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 89 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 93 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 90 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 94 | 91 |
| 95 [ $compiler == dart2js ] | 92 [ $compiler == dart2js ] |
| 93 generic_field_mixin4_test: Crash # Issue 18651 |
| 94 generic_field_mixin5_test: Crash # Issue 18651 |
| 95 |
| 96 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 96 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 97 type_variable_conflict2_test/02: Crash # Issue 16180 | 97 type_variable_conflict2_test/02: Crash # Issue 16180 |
| 98 type_variable_conflict2_test/06: Crash # Issue 16180 | 98 type_variable_conflict2_test/06: Crash # Issue 16180 |
| 99 type_variable_conflict2_test/08: Crash # Issue 16180 | 99 type_variable_conflict2_test/08: Crash # Issue 16180 |
| 100 type_variable_conflict2_test/10: Crash # Issue 16180 | 100 type_variable_conflict2_test/10: Crash # Issue 16180 |
| 101 malformed_test/none: RuntimeError # Issue 12695 | 101 malformed_test/none: RuntimeError # Issue 12695 |
| 102 branch_canonicalization_test: RuntimeError # Issue 638. | 102 branch_canonicalization_test: RuntimeError # Issue 638. |
| 103 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 103 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 104 integer_division_by_zero_test: RuntimeError # Issue 8301 | 104 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 105 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 105 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 | 262 |
| 263 [ ($compiler == dart2js && $csp)] | 263 [ ($compiler == dart2js && $csp)] |
| 264 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 264 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 265 deferred_constraints_constants_test/*: Skip # Issue 16898 | 265 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 266 deferred_no_such_method_test*: Skip # Issue 16898 | 266 deferred_no_such_method_test*: Skip # Issue 16898 |
| 267 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 267 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 268 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 268 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 269 | 269 |
| 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 271 *deferred*: Skip # Issue 17458 | 271 *deferred*: Skip # Issue 17458 |
| OLD | NEW |