| 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 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 63 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
| 64 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 64 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| 65 call_nonexistent_constructor_test: Fail | 65 call_nonexistent_constructor_test: Fail |
| 66 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 66 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 67 external_test/10: Fail # http://dartbug.com/5519 | 67 external_test/10: Fail # http://dartbug.com/5519 |
| 68 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 68 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 69 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 69 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 70 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 70 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 71 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 71 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 72 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 72 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 73 not_enough_positional_arguments_test/02: Fail # http://dartbug.com/5519 | |
| 74 optional_named_parameters_test/01: Fail # http://dartbug.com/5519 | |
| 75 optional_named_parameters_test/03: Fail # http://dartbug.com/5519 | |
| 76 optional_named_parameters_test/05: Fail # http://dartbug.com/5519 | |
| 77 optional_named_parameters_test/07: Fail # http://dartbug.com/5519 | |
| 78 optional_named_parameters_test/09: Fail # http://dartbug.com/5519 | |
| 79 | 73 |
| 80 execute_finally8_test: Fail # http://dartbug.com/5643 | 74 execute_finally8_test: Fail # http://dartbug.com/5643 |
| 81 | 75 |
| 82 throw_expr_test: Fail | 76 throw_expr_test: Fail |
| 83 metadata_test: Fail # Metadata on type parameters not supported. | 77 metadata_test: Fail # Metadata on type parameters not supported. |
| 84 infinity_test: Fail # Issue 4984 | 78 infinity_test: Fail # Issue 4984 |
| 85 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 79 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| 86 | 80 |
| 87 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. | 81 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. |
| 88 | 82 |
| 89 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 83 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 90 canonical_const_test: Fail # We don't take the generic type into account yet. | 84 canonical_const_test: Fail # We don't take the generic type into account yet. |
| 91 | 85 |
| 92 # Support for optional parameters not conform to latest spec. | 86 # Support for optional parameters not conform to latest spec. |
| 93 function_type_alias_test: Fail | 87 function_type_alias_test: Fail |
| 94 function_type_alias2_test: Fail | 88 function_type_alias2_test: Fail |
| 95 named_parameters_type_test: Fail | 89 named_parameters_type_test: Fail |
| 96 positional_parameters_type_test: Fail | 90 positional_parameters_type_test: Fail |
| 97 named_parameters_test/01: Fail | |
| 98 named_parameters_test/03: Fail | |
| 99 named_parameters_test/05: Fail | |
| 100 named_parameters_test/07: Fail | |
| 101 named_parameters_test/09: Fail | |
| 102 named_parameters_with_object_property_names_test: Fail | 91 named_parameters_with_object_property_names_test: Fail |
| 92 named_parameters_aggregated_test/04: Fail # dart2js issue 5213 |
| 103 | 93 |
| 104 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 94 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. |
| 105 # Crash infinite loop on Mac and dart2js checked mode on linux. | 95 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 106 function_type_alias6_test: Crash, Fail | 96 function_type_alias6_test: Crash, Fail |
| 107 | 97 |
| 108 | 98 |
| 109 # Compilation errors. | 99 # Compilation errors. |
| 110 const_var_test: Fail # Map literals take 2 type arguments. | 100 const_var_test: Fail # Map literals take 2 type arguments. |
| 111 map_literal3_test: Fail # Map literals take 2 type arguments. | 101 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 112 ct_const_test: Fail # We don't take the generic type into account yet. | 102 ct_const_test: Fail # We don't take the generic type into account yet. |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 many_generic_instanceof_test: Fail # cannot resolve type T | 149 many_generic_instanceof_test: Fail # cannot resolve type T |
| 160 method_binding_test: Fail # internal error: super property read not implemented. | 150 method_binding_test: Fail # internal error: super property read not implemented. |
| 161 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 151 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 162 method_override2_test/00: Fail # accepts illegal override | 152 method_override2_test/00: Fail # accepts illegal override |
| 163 method_override2_test/01: Fail # accepts illegal override | 153 method_override2_test/01: Fail # accepts illegal override |
| 164 method_override2_test/02: Fail # accepts illegal override | 154 method_override2_test/02: Fail # accepts illegal override |
| 165 method_override2_test/03: Fail # accepts illegal override | 155 method_override2_test/03: Fail # accepts illegal override |
| 166 abstract_getter_test/01: Fail # instantiation of abstract class | 156 abstract_getter_test/01: Fail # instantiation of abstract class |
| 167 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 157 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 168 parameter_initializer6_negative_test: Fail # Issue 3502 | 158 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 169 named_parameters2_test: Fail # Unimplemented non-matching static call | |
| 170 named_parameters3_test: Fail # Unimplemented non-matching static call | |
| 171 named_parameters4_test: Fail # Unimplemented non-matching static call | |
| 172 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 159 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| 173 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 160 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 174 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | 161 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. |
| 175 pseudo_kw_test: Fail # Unexpected token '(' | 162 pseudo_kw_test: Fail # Unexpected token '(' |
| 176 static_field3_test/0*: Fail | 163 static_field3_test/0*: Fail |
| 177 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 164 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 178 super_operator_test: Fail # internal error: super property store not implemented | 165 super_operator_test: Fail # internal error: super property store not implemented |
| 179 switch_label_test: Fail # error: target of continue is not a loop or switch case | 166 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 180 | 167 |
| 181 | 168 |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 [ $runtime == opera ] | 348 [ $runtime == opera ] |
| 362 call_through_null_getter_test: Fail | 349 call_through_null_getter_test: Fail |
| 363 closure3_test: Fail | 350 closure3_test: Fail |
| 364 execute_finally3_test: Fail | 351 execute_finally3_test: Fail |
| 365 method_invocation_test: Fail | 352 method_invocation_test: Fail |
| 366 null_pointer_exception_test: Fail | 353 null_pointer_exception_test: Fail |
| 367 stack_overflow_test: Fail | 354 stack_overflow_test: Fail |
| 368 string_interpolate_npe_test: Fail | 355 string_interpolate_npe_test: Fail |
| 369 closure_call_wrong_argument_count_negative_test: Skip | 356 closure_call_wrong_argument_count_negative_test: Skip |
| 370 label_test: Skip | 357 label_test: Skip |
| OLD | NEW |