| 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 method_override2_test/02: Fail # accepts illegal override | 189 method_override2_test/02: Fail # accepts illegal override |
| 190 method_override2_test/03: Fail # accepts illegal override | 190 method_override2_test/03: Fail # accepts illegal override |
| 191 abstract_getter_test/01: Fail # instantiation of abstract class | 191 abstract_getter_test/01: Fail # instantiation of abstract class |
| 192 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 192 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 193 parameter_initializer6_negative_test: Fail # Issue 3502 | 193 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 194 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 194 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| 195 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 195 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 196 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | 196 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. |
| 197 pseudo_kw_test: Fail # Unexpected token '(' | 197 pseudo_kw_test: Fail # Unexpected token '(' |
| 198 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 198 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 199 switch_label_test: Fail # error: target of continue is not a loop or switch case | |
| 200 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. | 199 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. |
| 201 | 200 |
| 202 # Missing compilation error for wrong number of type arguments. | 201 # Missing compilation error for wrong number of type arguments. |
| 203 mixin_type_parameters_errors_test/01: Fail | 202 mixin_type_parameters_errors_test/01: Fail |
| 204 mixin_type_parameters_errors_test/02: Fail | 203 mixin_type_parameters_errors_test/02: Fail |
| 205 mixin_type_parameters_errors_test/05: Fail | 204 mixin_type_parameters_errors_test/05: Fail |
| 206 | 205 |
| 207 # new with wrong number of type arguments should be a runtime error. | 206 # new with wrong number of type arguments should be a runtime error. |
| 208 mixin_type_parameters_errors_test/03: Fail | 207 mixin_type_parameters_errors_test/03: Fail |
| 209 mixin_type_parameters_errors_test/04: Fail | 208 mixin_type_parameters_errors_test/04: Fail |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 call_through_null_getter_test: Fail | 352 call_through_null_getter_test: Fail |
| 354 closure3_test: Fail | 353 closure3_test: Fail |
| 355 execute_finally3_test: Fail | 354 execute_finally3_test: Fail |
| 356 method_invocation_test: Fail | 355 method_invocation_test: Fail |
| 357 null_pointer_exception_test: Fail | 356 null_pointer_exception_test: Fail |
| 358 stack_overflow_test: Fail | 357 stack_overflow_test: Fail |
| 359 stack_overflow_stacktrace_test: Fail | 358 stack_overflow_stacktrace_test: Fail |
| 360 string_interpolate_npe_test: Fail | 359 string_interpolate_npe_test: Fail |
| 361 closure_call_wrong_argument_count_negative_test: Skip | 360 closure_call_wrong_argument_count_negative_test: Skip |
| 362 label_test: Skip | 361 label_test: Skip |
| OLD | NEW |