| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 | 126 |
| 127 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. | 127 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. |
| 128 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. | 128 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. |
| 129 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. | 129 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. |
| 130 | 130 |
| 131 throw_expr_test: Fail | 131 throw_expr_test: Fail |
| 132 metadata_test: Fail # Metadata on type parameters not supported. | 132 metadata_test: Fail # Metadata on type parameters not supported. |
| 133 infinity_test: Fail # Issue 4984 | 133 infinity_test: Fail # Issue 4984 |
| 134 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 134 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| 135 | 135 |
| 136 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. | |
| 137 | |
| 138 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 136 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 139 canonical_const_test: Fail # We don't take the generic type into account yet. | 137 canonical_const_test: Fail # We don't take the generic type into account yet. |
| 140 type_parameter_literal_test: Fail # Type parameters aren't supported as literals
yet. | 138 type_parameter_literal_test: Fail # Type parameters aren't supported as literals
yet. |
| 141 | 139 |
| 142 # Support for optional parameters not conform to latest spec. | 140 # Support for optional parameters not conform to latest spec. |
| 143 function_type_alias_test: Fail | 141 function_type_alias_test: Fail |
| 144 function_type_alias2_test: Fail | 142 function_type_alias2_test: Fail |
| 145 named_parameters_type_test: Fail | 143 named_parameters_type_test: Fail |
| 146 positional_parameters_type_test: Fail | 144 positional_parameters_type_test: Fail |
| 147 named_parameters_with_object_property_names_test: Fail | 145 named_parameters_with_object_property_names_test: Fail |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 string_interpolate_null_test: Fail # Issue: 7413 | 364 string_interpolate_null_test: Fail # Issue: 7413 |
| 367 call_through_null_getter_test: Fail | 365 call_through_null_getter_test: Fail |
| 368 closure3_test: Fail | 366 closure3_test: Fail |
| 369 execute_finally3_test: Fail | 367 execute_finally3_test: Fail |
| 370 method_invocation_test: Fail | 368 method_invocation_test: Fail |
| 371 null_pointer_exception_test: Fail | 369 null_pointer_exception_test: Fail |
| 372 stack_overflow_test: Fail | 370 stack_overflow_test: Fail |
| 373 string_interpolate_npe_test: Fail | 371 string_interpolate_npe_test: Fail |
| 374 closure_call_wrong_argument_count_negative_test: Skip | 372 closure_call_wrong_argument_count_negative_test: Skip |
| 375 label_test: Skip | 373 label_test: Skip |
| OLD | NEW |