| 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 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 positional_parameters_type_test/02: Fail, OK | 63 positional_parameters_type_test/02: Fail, OK |
| 64 | 64 |
| 65 [ $compiler == dart2js && $minified ] | 65 [ $compiler == dart2js && $minified ] |
| 66 f_bounded_quantification4_test: Fail # Issue 12605. | 66 f_bounded_quantification4_test: Fail # Issue 12605. |
| 67 f_bounded_quantification5_test: Fail # Issue 12605. | 67 f_bounded_quantification5_test: Fail # Issue 12605. |
| 68 mixin_generic_test: Fail # Issue 12605. | 68 mixin_generic_test: Fail # Issue 12605. |
| 69 mixin_mixin2_test: Fail # Issue 12605. | 69 mixin_mixin2_test: Fail # Issue 12605. |
| 70 mixin_mixin3_test: Fail # Issue 12605. | 70 mixin_mixin3_test: Fail # Issue 12605. |
| 71 mixin_mixin4_test: Fail # Issue 12605. | 71 mixin_mixin4_test: Fail # Issue 12605. |
| 72 mixin_mixin5_test: Fail # Issue 12605. | 72 mixin_mixin5_test: Fail # Issue 12605. |
| 73 mixin_mixin6_test: Fail # Issue 12605. |
| 73 invocation_mirror_test: Fail # Issue 13503 | 74 invocation_mirror_test: Fail # Issue 13503 |
| 74 | 75 |
| 75 [ $compiler == dart2js ] | 76 [ $compiler == dart2js ] |
| 76 function_type_alias9_test/00: Crash # Issue 9792 | 77 function_type_alias9_test/00: Crash # Issue 9792 |
| 77 branch_canonicalization_test: Fail # Issue 638. | 78 branch_canonicalization_test: Fail # Issue 638. |
| 78 identical_closure2_test: Fail # Issue 1533, Issue 12596 | 79 identical_closure2_test: Fail # Issue 1533, Issue 12596 |
| 79 integer_division_by_zero_test: Fail # Issue 8301 | 80 integer_division_by_zero_test: Fail # Issue 8301 |
| 80 built_in_identifier_prefix_test: Fail # Issue 6972 | 81 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 81 number_identity2_test: Fail # Issue 12596 | 82 number_identity2_test: Fail # Issue 12596 |
| 82 new_expression_type_args_test/00: Fail # Issue 5519 | 83 new_expression_type_args_test/00: Fail # Issue 5519 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 107 constructor_named_arguments_test/01: Fail # Issue 5519 | 108 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 108 getter_no_setter_test/01: Fail # Issue 5519 | 109 getter_no_setter_test/01: Fail # Issue 5519 |
| 109 not_enough_positional_arguments_test/01: Fail # Issue 12838 | 110 not_enough_positional_arguments_test/01: Fail # Issue 12838 |
| 110 not_enough_positional_arguments_test/02: Fail # Issue 12838 | 111 not_enough_positional_arguments_test/02: Fail # Issue 12838 |
| 111 not_enough_positional_arguments_test/05: Fail # Issue 12838 | 112 not_enough_positional_arguments_test/05: Fail # Issue 12838 |
| 112 metadata_test: Fail # Issue 5841 | 113 metadata_test: Fail # Issue 5841 |
| 113 infinity_test: Fail # Issue 4984 | 114 infinity_test: Fail # Issue 4984 |
| 114 positive_bit_operations_test: Fail # Issue 12795 | 115 positive_bit_operations_test: Fail # Issue 12795 |
| 115 mixin_mixin2_test: Fail # Issue 13109. | 116 mixin_mixin2_test: Fail # Issue 13109. |
| 116 mixin_mixin3_test: Fail # Issue 13109. | 117 mixin_mixin3_test: Fail # Issue 13109. |
| 118 mixin_mixin7_test: Fail # Issue 13109. |
| 117 | 119 |
| 118 # Compilation errors. | 120 # Compilation errors. |
| 119 const_var_test: Fail # Issue 12793 | 121 const_var_test: Fail # Issue 12793 |
| 120 map_literal3_test: Fail # Issue 12793 | 122 map_literal3_test: Fail # Issue 12793 |
| 121 function_type_alias5_test/00: Fail # Issue 12754 | 123 function_type_alias5_test/00: Fail # Issue 12754 |
| 122 function_type_alias5_test/01: Fail # Issue 12754 | 124 function_type_alias5_test/01: Fail # Issue 12754 |
| 123 function_type_alias5_test/02: Fail # Issue 12754 | 125 function_type_alias5_test/02: Fail # Issue 12754 |
| 124 method_override5_test: Fail # Issue 12809 | 126 method_override5_test: Fail # Issue 12809 |
| 125 parameter_initializer6_negative_test: Fail # Issue 3502 | 127 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 126 named_parameters_aggregated_test/03: Fail # Issue 12812 | 128 named_parameters_aggregated_test/03: Fail # Issue 12812 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 function_type_alias9_test/00: Crash # Issue 11986 | 200 function_type_alias9_test/00: Crash # Issue 11986 |
| 199 | 201 |
| 200 built_in_identifier_prefix_test: Fail # Issue 6972 | 202 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 201 constructor_initializer_test/none: Fail # Issue 12633 | 203 constructor_initializer_test/none: Fail # Issue 12633 |
| 202 factory3_test: Fail # Issue 13077 | 204 factory3_test: Fail # Issue 13077 |
| 203 type_checks_in_factory_method_test: Fail # Issue 12747 | 205 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 204 | 206 |
| 205 on_catch_malformed_type_test: Fail # Issue 8601 | 207 on_catch_malformed_type_test: Fail # Issue 8601 |
| 206 | 208 |
| 207 # Mixins fail on the VM. | 209 # Mixins fail on the VM. |
| 208 mixin_mixin_test: Fail # Issue 9683 | |
| 209 mixin_mixin2_test: Fail # Issue 9683 | |
| 210 mixin_mixin3_test: Fail # Issue 9683 | |
| 211 mixin_mixin4_test: Fail # Issue 9683 | |
| 212 mixin_mixin5_test: Fail # Issue 9683 | |
| 213 mixin_issue10216_2_test: Fail # Issue 9683 | |
| 214 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 210 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 215 mixin_typedef_constructor_test: Fail # Issue 11888 | 211 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 216 mixin_type_parameter2_test: Fail # Issue 11888 | 212 mixin_type_parameter2_test: Fail # Issue 11888 |
| 217 | 213 |
| 218 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 214 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 219 | 215 |
| 220 # Malformed types not handled as unresolved: | 216 # Malformed types not handled as unresolved: |
| 221 import_core_prefix_test: Fail # Issue 13081 | 217 import_core_prefix_test: Fail # Issue 13081 |
| 222 prefix16_test: Fail # Issue 13081 | 218 prefix16_test: Fail # Issue 13081 |
| 223 prefix22_test: Fail # Issue 13081 | 219 prefix22_test: Fail # Issue 13081 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 import_core_prefix_test: Pass | 339 import_core_prefix_test: Pass |
| 344 prefix22_test: Pass | 340 prefix22_test: Pass |
| 345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 346 super_call4_test: Fail, OK # hardcoded names. | 342 super_call4_test: Fail, OK # hardcoded names. |
| 347 | 343 |
| 348 [ $minified ] | 344 [ $minified ] |
| 349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 350 | 346 |
| 351 [ $runtime == ie9 ] | 347 [ $runtime == ie9 ] |
| 352 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 348 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |