| 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 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 type_variable_conflict_test/06: Fail # Issue 13702 | 24 type_variable_conflict_test/06: Fail # Issue 13702 |
| 25 | 25 |
| 26 ref_before_declaration_test/00: MissingCompileTimeError | 26 ref_before_declaration_test/00: MissingCompileTimeError |
| 27 ref_before_declaration_test/01: MissingCompileTimeError | 27 ref_before_declaration_test/01: MissingCompileTimeError |
| 28 ref_before_declaration_test/02: MissingCompileTimeError | 28 ref_before_declaration_test/02: MissingCompileTimeError |
| 29 ref_before_declaration_test/03: MissingCompileTimeError | 29 ref_before_declaration_test/03: MissingCompileTimeError |
| 30 ref_before_declaration_test/04: MissingCompileTimeError | 30 ref_before_declaration_test/04: MissingCompileTimeError |
| 31 ref_before_declaration_test/05: MissingCompileTimeError | 31 ref_before_declaration_test/05: MissingCompileTimeError |
| 32 ref_before_declaration_test/06: MissingCompileTimeError | 32 ref_before_declaration_test/06: MissingCompileTimeError |
| 33 | 33 |
| 34 prefix3_negative_test: Crash # Issue 17139 |
| 35 setter_declaration2_negative_test: Crash # Issue 17139 |
| 36 |
| 34 # VM specific tests that should not be run by dart2js. | 37 # VM specific tests that should not be run by dart2js. |
| 35 vm/*: Skip # Issue 12699 | 38 vm/*: Skip # Issue 12699 |
| 36 | 39 |
| 37 [ $compiler == dart2js && $checked ] | 40 [ $compiler == dart2js && $checked ] |
| 38 type_variable_bounds_test/02: Fail # Issue 12702 | 41 type_variable_bounds_test/02: Fail # Issue 12702 |
| 39 type_variable_bounds2_test/01: Fail # Issue 12702 | 42 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 40 type_variable_bounds2_test/04: Fail # Issue 12702 | 43 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 41 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 44 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 42 type_variable_bounds3_test/00: Fail # Issue 12702 | 45 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 43 closure_type_test: Fail # Issue 12745 | 46 closure_type_test: Fail # Issue 12745 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 mixin_mixin2_test: Fail # Issue 12605 | 96 mixin_mixin2_test: Fail # Issue 12605 |
| 94 mixin_mixin3_test: Fail # Issue 12605 | 97 mixin_mixin3_test: Fail # Issue 12605 |
| 95 mixin_mixin4_test: Fail # Issue 12605 | 98 mixin_mixin4_test: Fail # Issue 12605 |
| 96 mixin_mixin5_test: Fail # Issue 12605 | 99 mixin_mixin5_test: Fail # Issue 12605 |
| 97 mixin_mixin6_test: Fail # Issue 12605 | 100 mixin_mixin6_test: Fail # Issue 12605 |
| 98 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 101 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 99 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 102 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 100 | 103 |
| 101 [ $compiler == dart2js ] | 104 [ $compiler == dart2js ] |
| 102 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 105 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 106 type_variable_conflict2_test/02: Crash # Issue 16180 |
| 107 type_variable_conflict2_test/06: Crash # Issue 16180 |
| 108 type_variable_conflict2_test/08: Crash # Issue 16180 |
| 109 type_variable_conflict2_test/10: Crash # Issue 16180 |
| 103 malformed_test/none: RuntimeError # Issue 12695 | 110 malformed_test/none: RuntimeError # Issue 12695 |
| 104 branch_canonicalization_test: RuntimeError # Issue 638. | 111 branch_canonicalization_test: RuntimeError # Issue 638. |
| 105 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 112 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 106 integer_division_by_zero_test: RuntimeError # Issue 8301 | 113 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 107 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 114 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 108 number_identity2_test: RuntimeError # Issue 12596 | 115 number_identity2_test: RuntimeError # Issue 12596 |
| 109 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 116 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 110 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 117 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 111 double_int_to_string_test: RuntimeError # Issue 1533 | 118 double_int_to_string_test: RuntimeError # Issue 1533 |
| 112 mint_arithmetic_test: RuntimeError # Issue 1533 | 119 mint_arithmetic_test: RuntimeError # Issue 1533 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 | 300 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 |
| 294 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 | 301 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 |
| 295 | 302 |
| 296 [ ($compiler == dart2js && $csp)] | 303 [ ($compiler == dart2js && $csp)] |
| 297 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 304 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 298 deferred_constraints_constants_test/*: Skip # Issue 16898 | 305 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 299 deferred_no_such_method_test*: Skip # Issue 16898 | 306 deferred_no_such_method_test*: Skip # Issue 16898 |
| 300 | 307 |
| 301 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 308 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 302 *deferred*: Skip # Issue 17458 | 309 *deferred*: Skip # Issue 17458 |
| OLD | NEW |