| 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 # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 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. |
| 8 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. |
| 9 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. |
| 10 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. |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 method_override7_test/02: Fail # Issue 11496 | 127 method_override7_test/02: Fail # Issue 11496 |
| 128 method_override8_test/03: Fail # Issue 11496 | 128 method_override8_test/03: Fail # Issue 11496 |
| 129 setter_override_test/00: Fail # Issue 11496 | 129 setter_override_test/00: Fail # Issue 11496 |
| 130 setter_override_test/03: Fail # Issue 11496 | 130 setter_override_test/03: Fail # Issue 11496 |
| 131 setter_override2_test/02: Fail # Issue 11496 | 131 setter_override2_test/02: Fail # Issue 11496 |
| 132 call_nonexistent_constructor_test: Fail | 132 call_nonexistent_constructor_test: Fail |
| 133 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 133 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 134 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 134 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 135 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 135 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 136 dynamic_test: Fail # http://dartbug.com/12398 | 136 dynamic_test: Fail # http://dartbug.com/12398 |
| 137 dynamic_prefix_core_test: Fail # http://dartbug.com/12398 |
| 137 | 138 |
| 138 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. | 139 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. |
| 139 | 140 |
| 140 metadata_test: Fail # Metadata on type parameters not supported. | 141 metadata_test: Fail # Metadata on type parameters not supported. |
| 141 infinity_test: Fail # Issue 4984 | 142 infinity_test: Fail # Issue 4984 |
| 142 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 143 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| 143 | 144 |
| 144 | 145 |
| 145 # Support for optional parameters not conform to latest spec. | 146 # Support for optional parameters not conform to latest spec. |
| 146 named_parameters_type_test: Fail | 147 named_parameters_type_test: Fail |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 null_access_error_test: Fail # Issue: 7413 | 301 null_access_error_test: Fail # Issue: 7413 |
| 301 string_interpolate_null_test: Fail # Issue: 7413 | 302 string_interpolate_null_test: Fail # Issue: 7413 |
| 302 call_through_null_getter_test: Fail | 303 call_through_null_getter_test: Fail |
| 303 closure3_test: Fail | 304 closure3_test: Fail |
| 304 execute_finally3_test: Fail | 305 execute_finally3_test: Fail |
| 305 method_invocation_test: Fail | 306 method_invocation_test: Fail |
| 306 stack_overflow_test: Fail | 307 stack_overflow_test: Fail |
| 307 stack_overflow_stacktrace_test: Fail | 308 stack_overflow_stacktrace_test: Fail |
| 308 closure_call_wrong_argument_count_negative_test: Skip | 309 closure_call_wrong_argument_count_negative_test: Skip |
| 309 label_test: Skip | 310 label_test: Skip |
| OLD | NEW |