| 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 ] | 5 [ $compiler == dart2js ] |
| 6 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 deferred_not_loaded_check_test: Fail # Issue 27577 | 8 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 method_name_test: Fail # issue 25574 | 10 method_name_test: Fail # issue 25574 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 mixin_mixin4_test: Fail # Issue 12605 | 203 mixin_mixin4_test: Fail # Issue 12605 |
| 204 mixin_mixin5_test: Fail # Issue 12605 | 204 mixin_mixin5_test: Fail # Issue 12605 |
| 205 mixin_mixin6_test: Fail # Issue 12605 | 205 mixin_mixin6_test: Fail # Issue 12605 |
| 206 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 206 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 207 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 207 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 208 symbol_conflict_test: RuntimeError # Issue 23857 | 208 symbol_conflict_test: RuntimeError # Issue 23857 |
| 209 | 209 |
| 210 [ $compiler == dart2js ] | 210 [ $compiler == dart2js ] |
| 211 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 211 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 212 | 212 |
| 213 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | |
| 214 | |
| 215 branch_canonicalization_test: RuntimeError # Issue 638. | 213 branch_canonicalization_test: RuntimeError # Issue 638. |
| 216 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 214 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 217 integer_division_by_zero_test: RuntimeError # Issue 8301 | 215 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 218 number_identity2_test: RuntimeError # Issue 12596 | 216 number_identity2_test: RuntimeError # Issue 12596 |
| 219 double_int_to_string_test: RuntimeError # Issue 1533 | 217 double_int_to_string_test: RuntimeError # Issue 1533 |
| 220 mint_arithmetic_test: RuntimeError # Issue 1533 | 218 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 221 left_shift_test: RuntimeError # Issue 1533 | 219 left_shift_test: RuntimeError # Issue 1533 |
| 222 regress_24283_test: RuntimeError # Issue 1533 | 220 regress_24283_test: RuntimeError # Issue 1533 |
| 223 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 | 221 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 |
| 224 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 222 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 factory_redirection_test/02: Crash # Issue 27394 | 670 factory_redirection_test/02: Crash # Issue 27394 |
| 673 factory_redirection_test/03: Crash # Issue 27394 | 671 factory_redirection_test/03: Crash # Issue 27394 |
| 674 mixin_cyclic_test/02: Crash # Issue 27394 | 672 mixin_cyclic_test/02: Crash # Issue 27394 |
| 675 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 673 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 676 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 674 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 677 named_parameters_test/01: Crash # Issue 27394 | 675 named_parameters_test/01: Crash # Issue 27394 |
| 678 named_parameters_test/03: Crash # Issue 27394 | 676 named_parameters_test/03: Crash # Issue 27394 |
| 679 named_parameters_test/05: Crash # Issue 27394 | 677 named_parameters_test/05: Crash # Issue 27394 |
| 680 named_parameters_test/07: Crash # Issue 27394 | 678 named_parameters_test/07: Crash # Issue 27394 |
| 681 named_parameters_test/09: Crash # Issue 27394 | 679 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |