| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 final_variable_assignment_test/02: Fail | 118 final_variable_assignment_test/02: Fail |
| 119 final_variable_assignment_test/03: Fail | 119 final_variable_assignment_test/03: Fail |
| 120 final_variable_assignment_test/04: Fail | 120 final_variable_assignment_test/04: Fail |
| 121 bad_override_test/01: Fail | 121 bad_override_test/01: Fail |
| 122 bad_override_test/02: Fail | 122 bad_override_test/02: Fail |
| 123 bad_constructor_test/04: Fail # http://dartbug.com/5519 | 123 bad_constructor_test/04: Fail # http://dartbug.com/5519 |
| 124 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 124 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
| 125 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 125 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| 126 call_nonexistent_constructor_test: Fail | 126 call_nonexistent_constructor_test: Fail |
| 127 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 127 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 128 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | |
| 129 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 128 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 130 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 129 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 131 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 130 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 132 | 131 |
| 133 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. | 132 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. |
| 134 | 133 |
| 135 throw_expr_test: Fail | 134 throw_expr_test: Fail |
| 136 metadata_test: Fail # Metadata on type parameters not supported. | 135 metadata_test: Fail # Metadata on type parameters not supported. |
| 137 infinity_test: Fail # Issue 4984 | 136 infinity_test: Fail # Issue 4984 |
| 138 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 137 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 call_through_null_getter_test: Fail | 346 call_through_null_getter_test: Fail |
| 348 closure3_test: Fail | 347 closure3_test: Fail |
| 349 execute_finally3_test: Fail | 348 execute_finally3_test: Fail |
| 350 method_invocation_test: Fail | 349 method_invocation_test: Fail |
| 351 null_pointer_exception_test: Fail | 350 null_pointer_exception_test: Fail |
| 352 stack_overflow_test: Fail | 351 stack_overflow_test: Fail |
| 353 stack_overflow_stacktrace_test: Fail | 352 stack_overflow_stacktrace_test: Fail |
| 354 string_interpolate_npe_test: Fail | 353 string_interpolate_npe_test: Fail |
| 355 closure_call_wrong_argument_count_negative_test: Skip | 354 closure_call_wrong_argument_count_negative_test: Skip |
| 356 label_test: Skip | 355 label_test: Skip |
| OLD | NEW |