Chromium Code Reviews| 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 illegal_invocation_test/05: Fail # For a typevariable T, T() is a legal expressi on now. | |
|
ngeoffray
2013/03/11 10:24:06
Fail, OK? Or update the test?
karlklose
2013/03/12 09:05:02
Changed to 'Fail, OK'.
| |
| 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. | 7 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. | 8 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. | 9 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. | 10 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. | 11 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. |
| 11 class_literal_test/10: Fail # Class literals are expression now; delete this tes t. | 12 class_literal_test/10: Fail # Class literals are expression now; delete this tes t. |
| 12 class_literal_test/11: Fail # Class literals are expression now; delete this tes t. | 13 class_literal_test/11: Fail # Class literals are expression now; delete this tes t. |
| 13 class_literal_test/12: Fail # Class literals are expression now; delete this tes t. | 14 class_literal_test/12: Fail # Class literals are expression now; delete this tes t. |
| 14 class_literal_test/13: Fail # Class literals are expression now; delete this tes t. | 15 class_literal_test/13: Fail # Class literals are expression now; delete this tes t. |
| 15 class_literal_test/14: Fail # Class literals are expression now; delete this tes t. | 16 class_literal_test/14: Fail # Class literals are expression now; delete this tes t. |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 134 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. | 135 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. |
| 135 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. | 136 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. |
| 136 | 137 |
| 137 throw_expr_test: Fail | 138 throw_expr_test: Fail |
| 138 metadata_test: Fail # Metadata on type parameters not supported. | 139 metadata_test: Fail # Metadata on type parameters not supported. |
| 139 infinity_test: Fail # Issue 4984 | 140 infinity_test: Fail # Issue 4984 |
| 140 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. | 141 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. |
| 141 | 142 |
| 142 compile_time_constant8_test: Fail # We don't take the generic type into account yet. | 143 compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
| 143 canonical_const_test: Fail # We don't take the generic type into account yet. | 144 canonical_const_test: Fail # We don't take the generic type into account yet. |
| 144 type_parameter_literal_test: Fail # Type parameters aren't supported as literals yet. | |
| 145 | 145 |
| 146 # Support for optional parameters not conform to latest spec. | 146 # Support for optional parameters not conform to latest spec. |
| 147 function_type_alias_test: Fail | 147 function_type_alias_test: Fail |
| 148 function_type_alias2_test: Fail | 148 function_type_alias2_test: Fail |
| 149 named_parameters_type_test: Fail | 149 named_parameters_type_test: Fail |
| 150 positional_parameters_type_test: Fail | 150 positional_parameters_type_test: Fail |
| 151 named_parameters_with_object_property_names_test: Fail | 151 named_parameters_with_object_property_names_test: Fail |
| 152 | 152 |
| 153 | 153 |
| 154 # Compilation errors. | 154 # Compilation errors. |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 354 call_through_null_getter_test: Fail | 354 call_through_null_getter_test: Fail |
| 355 closure3_test: Fail | 355 closure3_test: Fail |
| 356 execute_finally3_test: Fail | 356 execute_finally3_test: Fail |
| 357 method_invocation_test: Fail | 357 method_invocation_test: Fail |
| 358 null_pointer_exception_test: Fail | 358 null_pointer_exception_test: Fail |
| 359 stack_overflow_test: Fail | 359 stack_overflow_test: Fail |
| 360 stack_overflow_stacktrace_test: Fail | 360 stack_overflow_stacktrace_test: Fail |
| 361 string_interpolate_npe_test: Fail | 361 string_interpolate_npe_test: Fail |
| 362 closure_call_wrong_argument_count_negative_test: Skip | 362 closure_call_wrong_argument_count_negative_test: Skip |
| 363 label_test: Skip | 363 label_test: Skip |
| OLD | NEW |