| 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 |
| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 332 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 346 | 333 |
| 347 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 334 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
| 348 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 335 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 349 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 336 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 350 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 337 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 351 export_test: Fail # Issue 5785 (root cause: issue 2264) | 338 export_test: Fail # Issue 5785 (root cause: issue 2264) |
| 352 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) | 339 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) |
| 353 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) | 340 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) |
| 354 first_class_types_libraries_test: Fail | 341 first_class_types_libraries_test: Fail |
| OLD | NEW |