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 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 192 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 192 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 193 parameter_initializer6_negative_test: Fail # Issue 3502 | 193 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 194 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. | 194 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. |
| 195 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. | 195 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/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. | 196 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. |
| 197 pseudo_kw_test: Fail # Unexpected token '(' | 197 pseudo_kw_test: Fail # Unexpected token '(' |
| 198 static_field3_test/0*: Fail | 198 static_field3_test/0*: Fail |
| 199 super_implicit_closure_test: Fail # internal error: super property read not impl emented | 199 super_implicit_closure_test: Fail # internal error: super property read not impl emented |
| 200 super_operator_test: Fail # internal error: super property store not implemented | 200 super_operator_test: Fail # internal error: super property store not implemented |
| 201 switch_label_test: Fail # error: target of continue is not a loop or switch case | 201 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 202 on_catch_malformed_type_test: Fail # Malformed types causes compile-time errors. | |
|
ngeoffray
2013/02/18 15:48:35
causes -> cause
Johnni Winther
2013/02/19 07:08:54
Done.
| |
| 202 | 203 |
| 203 | 204 |
| 204 # Failing tests for mixin type parameters. | 205 # Failing tests for mixin type parameters. |
| 205 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 | 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 |
| 207 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 | 208 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 |
| 208 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 | 209 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 |
| 209 | 210 |
| 210 | 211 |
| 211 # External tests. | 212 # External tests. |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 366 call_through_null_getter_test: Fail | 367 call_through_null_getter_test: Fail |
| 367 closure3_test: Fail | 368 closure3_test: Fail |
| 368 execute_finally3_test: Fail | 369 execute_finally3_test: Fail |
| 369 method_invocation_test: Fail | 370 method_invocation_test: Fail |
| 370 null_pointer_exception_test: Fail | 371 null_pointer_exception_test: Fail |
| 371 stack_overflow_test: Fail | 372 stack_overflow_test: Fail |
| 372 stack_overflow_stacktrace_test: Fail | 373 stack_overflow_stacktrace_test: Fail |
| 373 string_interpolate_npe_test: Fail | 374 string_interpolate_npe_test: Fail |
| 374 closure_call_wrong_argument_count_negative_test: Skip | 375 closure_call_wrong_argument_count_negative_test: Skip |
| 375 label_test: Skip | 376 label_test: Skip |
| OLD | NEW |