| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | 6 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 map_literal3_test: Fail # Issue 12793 | 118 map_literal3_test: Fail # Issue 12793 |
| 119 function_type_alias5_test/00: Fail # Issue 12754 | 119 function_type_alias5_test/00: Fail # Issue 12754 |
| 120 function_type_alias5_test/01: Fail # Issue 12754 | 120 function_type_alias5_test/01: Fail # Issue 12754 |
| 121 function_type_alias5_test/02: Fail # Issue 12754 | 121 function_type_alias5_test/02: Fail # Issue 12754 |
| 122 method_binding_test: Fail # Issue 12807 | 122 method_binding_test: Fail # Issue 12807 |
| 123 method_override_test: Fail # Issue 12808 | 123 method_override_test: Fail # Issue 12808 |
| 124 method_override5_test: Fail # Issue 12809 | 124 method_override5_test: Fail # Issue 12809 |
| 125 parameter_initializer6_negative_test: Fail # Issue 3502 | 125 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 126 named_parameters_aggregated_test/03: Fail # Issue 12812 | 126 named_parameters_aggregated_test/03: Fail # Issue 12812 |
| 127 super_implicit_closure_test: Fail # Issue 12884 | 127 super_implicit_closure_test: Fail # Issue 12884 |
| 128 mixin_type_parameters_errors_test/01: Fail # Issue 12885 | |
| 129 mixin_type_parameters_errors_test/02: Fail # Issue 12885 | |
| 130 mixin_type_parameters_errors_test/05: Fail # Issue 12885 | |
| 131 external_test/11: Fail # Issue 12887 | 128 external_test/11: Fail # Issue 12887 |
| 132 external_test/12: Fail # Issue 12887 | 129 external_test/12: Fail # Issue 12887 |
| 133 external_test/13: Fail # Issue 12887 | 130 external_test/13: Fail # Issue 12887 |
| 134 external_test/21: Fail # Issue 12887 | 131 external_test/21: Fail # Issue 12887 |
| 135 external_test/22: Fail # Issue 12887 | 132 external_test/22: Fail # Issue 12887 |
| 136 external_test/23: Fail # Issue 12887 | 133 external_test/23: Fail # Issue 12887 |
| 137 external_test/30: Fail # Issue 12887 | 134 external_test/30: Fail # Issue 12887 |
| 138 external_test/31: Fail # Issue 12887 | 135 external_test/31: Fail # Issue 12887 |
| 139 instanceof4_test/01: Fail # Issue 12889 | 136 instanceof4_test/01: Fail # Issue 12889 |
| 140 list_literal4_test: Fail # Issue 12890 | 137 list_literal4_test: Fail # Issue 12890 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 function_type_alias9_test/00: Crash # Issue 11986 | 205 function_type_alias9_test/00: Crash # Issue 11986 |
| 209 symbol_literal_test: Fail # Issue 12171 | 206 symbol_literal_test: Fail # Issue 12171 |
| 210 | 207 |
| 211 built_in_identifier_prefix_test: Fail # Issue 6972 | 208 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 212 constructor_initializer_test/none: Fail # Issue 12633 | 209 constructor_initializer_test/none: Fail # Issue 12633 |
| 213 factory3_test: Fail # Issue 13077 | 210 factory3_test: Fail # Issue 13077 |
| 214 type_checks_in_factory_method_test: Fail # Issue 12747 | 211 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 215 | 212 |
| 216 on_catch_malformed_type_test: Fail # Issue 8601 | 213 on_catch_malformed_type_test: Fail # Issue 8601 |
| 217 | 214 |
| 218 mixin_type_parameters_errors_test/01: Fail # Issue 12886 | |
| 219 mixin_type_parameters_errors_test/02: Fail # Issue 12886 | |
| 220 mixin_type_parameters_errors_test/05: Fail # Issue 12886 | |
| 221 | |
| 222 # Mixins fail on the VM. | 215 # Mixins fail on the VM. |
| 223 mixin_mixin_test: Fail # Issue 9683 | 216 mixin_mixin_test: Fail # Issue 9683 |
| 224 mixin_mixin2_test: Fail # Issue 9683 | 217 mixin_mixin2_test: Fail # Issue 9683 |
| 225 mixin_issue10216_2_test: Fail # Issue 9683 | 218 mixin_issue10216_2_test: Fail # Issue 9683 |
| 226 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 219 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 227 mixin_typedef_constructor_test: Fail # Issue 11888 | 220 mixin_typedef_constructor_test: Fail # Issue 11888 |
| 228 mixin_type_parameter2_test: Fail # Issue 11888 | 221 mixin_type_parameter2_test: Fail # Issue 11888 |
| 229 | 222 |
| 230 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 223 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 231 | 224 |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 import_core_prefix_test: Pass | 354 import_core_prefix_test: Pass |
| 362 prefix22_test: Pass | 355 prefix22_test: Pass |
| 363 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 356 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 364 super_call4_test: Fail, OK # hardcoded names. | 357 super_call4_test: Fail, OK # hardcoded names. |
| 365 | 358 |
| 366 [ $minified ] | 359 [ $minified ] |
| 367 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 360 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 368 | 361 |
| 369 [ $runtime == ie9 ] | 362 [ $runtime == ie9 ] |
| 370 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 363 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |