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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 128 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
129 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 129 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
130 call_nonexistent_constructor_test: Fail | 130 call_nonexistent_constructor_test: Fail |
131 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 131 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
132 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 132 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
133 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 133 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
134 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 134 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
135 | 135 |
136 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. | 136 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. |
137 | 137 |
138 throw_expr_test: Fail | |
139 rethrow_test: Fail | |
140 metadata_test: Fail # Metadata on type parameters not supported. | 138 metadata_test: Fail # Metadata on type parameters not supported. |
141 infinity_test: Fail # Issue 4984 | 139 infinity_test: Fail # Issue 4984 |
142 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 140 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
143 | 141 |
144 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 142 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
145 canonical_const_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. |
146 | 144 |
147 # Support for optional parameters not conform to latest spec. | 145 # Support for optional parameters not conform to latest spec. |
148 typedef_is_test: Fail # http://dartbug.com/9058 | 146 typedef_is_test: Fail # http://dartbug.com/9058 |
149 function_type_alias_test: Fail # http://dartbug.com/9058 | 147 function_type_alias_test: Fail # http://dartbug.com/9058 |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 call_through_null_getter_test: Fail | 355 call_through_null_getter_test: Fail |
358 closure3_test: Fail | 356 closure3_test: Fail |
359 execute_finally3_test: Fail | 357 execute_finally3_test: Fail |
360 method_invocation_test: Fail | 358 method_invocation_test: Fail |
361 null_pointer_exception_test: Fail | 359 null_pointer_exception_test: Fail |
362 stack_overflow_test: Fail | 360 stack_overflow_test: Fail |
363 stack_overflow_stacktrace_test: Fail | 361 stack_overflow_stacktrace_test: Fail |
364 string_interpolate_npe_test: Fail | 362 string_interpolate_npe_test: Fail |
365 closure_call_wrong_argument_count_negative_test: Skip | 363 closure_call_wrong_argument_count_negative_test: Skip |
366 label_test: Skip | 364 label_test: Skip |
OLD | NEW |