| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 196 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | 197 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. |
| 198 pseudo_kw_test: Fail # Unexpected token '(' | 198 pseudo_kw_test: Fail # Unexpected token '(' |
| 199 static_field3_test/0*: Fail | 199 static_field3_test/0*: Fail |
| 200 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 200 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 201 super_operator_test: Fail # internal error: super property store not implemented | 201 super_operator_test: Fail # internal error: super property store not implemented |
| 202 switch_label_test: Fail # error: target of continue is not a loop or switch case | 202 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 203 | 203 |
| 204 | 204 |
| 205 # Failing tests for mixin type parameters. | 205 # Failing tests for mixin type parameters. |
| 206 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 |
| 206 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 | 207 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 |
| 208 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 |
| 209 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 |
| 207 | 210 |
| 208 | 211 |
| 209 # External tests. | 212 # External tests. |
| 210 external_test/01: Fail | 213 external_test/01: Fail |
| 211 external_test/02: Fail | 214 external_test/02: Fail |
| 212 external_test/11: Fail | 215 external_test/11: Fail |
| 213 external_test/12: Fail | 216 external_test/12: Fail |
| 214 external_test/13: Skip # Runtime error (missing patch). | 217 external_test/13: Skip # Runtime error (missing patch). |
| 215 external_test/14: Fail | 218 external_test/14: Fail |
| 216 external_test/15: Fail | 219 external_test/15: Fail |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 string_interpolate_null_test: Fail # Issue: 7413 | 370 string_interpolate_null_test: Fail # Issue: 7413 |
| 368 call_through_null_getter_test: Fail | 371 call_through_null_getter_test: Fail |
| 369 closure3_test: Fail | 372 closure3_test: Fail |
| 370 execute_finally3_test: Fail | 373 execute_finally3_test: Fail |
| 371 method_invocation_test: Fail | 374 method_invocation_test: Fail |
| 372 null_pointer_exception_test: Fail | 375 null_pointer_exception_test: Fail |
| 373 stack_overflow_test: Fail | 376 stack_overflow_test: Fail |
| 374 string_interpolate_npe_test: Fail | 377 string_interpolate_npe_test: Fail |
| 375 closure_call_wrong_argument_count_negative_test: Skip | 378 closure_call_wrong_argument_count_negative_test: Skip |
| 376 label_test: Skip | 379 label_test: Skip |
| OLD | NEW |