| 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 14 matching lines...) Expand all Loading... |
| 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes
t. | 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes
t. |
| 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes
t. | 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes
t. |
| 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes
t. | 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes
t. |
| 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. | 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. |
| 29 | 29 |
| 30 # VM specific tests that should not be run by dart2js. | 30 # VM specific tests that should not be run by dart2js. |
| 31 *vm_test: Skip | 31 *vm_test: Skip |
| 32 *vm_negative_test: Skip | 32 *vm_negative_test: Skip |
| 33 | 33 |
| 34 [ $compiler == dart2js && $checked ] | 34 [ $compiler == dart2js && $checked ] |
| 35 default_factory2_test/01: Fail # missing dynamic type check of result. |
| 36 factory_redirection_test/08: Fail # missing dynamic type check of result. |
| 37 factory_redirection_test/09: Fail # missing dynamic type check of result. |
| 38 factory_redirection_test/10: Fail # missing dynamic type check of result. |
| 39 factory_redirection_test/11: Fail # missing dynamic type check of result. |
| 40 factory_redirection_test/12: Fail # missing dynamic type check of result. |
| 41 factory_redirection_test/13: Fail # missing dynamic type check of result. |
| 42 factory_redirection_test/14: Fail # redirecing to redirecting factory not implem
ented. |
| 43 |
| 35 prefix16_test: Fail # dartbug.com/7354 | 44 prefix16_test: Fail # dartbug.com/7354 |
| 36 default_factory2_test/01: Pass # For the wrong reasons. | 45 default_factory2_test/01: Pass # For the wrong reasons. |
| 37 type_variable_scope_test/none: Fail | |
| 38 factory_implementation_test/00: Fail | 46 factory_implementation_test/00: Fail |
| 39 redirecting_factory_infinite_steps_test/01: Fail | 47 redirecting_factory_infinite_steps_test/01: Fail |
| 40 assert_with_type_test_or_cast_test: Fail # Issue 4929 | 48 assert_with_type_test_or_cast_test: Fail # Issue 4929 |
| 41 type_variable_bounds_test/01: Fail | 49 type_variable_bounds_test/01: Fail |
| 42 type_variable_bounds_test/02: Fail | 50 type_variable_bounds_test/02: Fail |
| 43 type_variable_bounds_test/04: Fail | 51 type_variable_bounds_test/04: Fail |
| 44 type_variable_bounds_test/05: Fail | 52 type_variable_bounds_test/05: Fail |
| 45 type_variable_bounds2_test/00: Fail | 53 type_variable_bounds2_test/00: Fail |
| 46 type_variable_bounds2_test/03: Fail | 54 type_variable_bounds2_test/03: Fail |
| 47 type_variable_bounds2_test/05: Fail | 55 type_variable_bounds2_test/05: Fail |
| 48 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 56 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 49 f_bounded_quantification_test/01: Fail | 57 f_bounded_quantification_test/01: Fail |
| 50 f_bounded_quantification_test/02: Fail | 58 f_bounded_quantification_test/02: Fail |
| 51 closure_type_test: Fail # does not detect type error in checked mode. | 59 closure_type_test: Fail # does not detect type error in checked mode. |
| 52 function_type_test: Fail # does not detect type error in checked mode. | 60 function_type_test: Fail # does not detect type error in checked mode. |
| 53 factory1_test/00: Fail | 61 factory1_test/00: Fail |
| 54 factory1_test/01: Fail | 62 factory1_test/01: Fail |
| 55 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 63 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 56 prefix15_test: Fail # Issue 5022 | 64 prefix15_test: Fail # Issue 5022 |
| 57 local_function2_test: Fail # Issue 5022 | 65 local_function2_test: Fail # Issue 5022 |
| 58 | 66 |
| 59 [ $compiler == dart2js && $unchecked ] | 67 [ $compiler == dart2js && $unchecked ] |
| 60 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | |
| 61 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | |
| 62 assertion_test: Fail | 68 assertion_test: Fail |
| 63 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 69 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
| 64 factory_redirection_test/08: Fail | |
| 65 factory_redirection_test/09: Fail | |
| 66 factory_redirection_test/10: Fail | |
| 67 factory_redirection_test/11: Fail | |
| 68 factory_redirection_test/12: Fail | |
| 69 factory_redirection_test/13: Fail | |
| 70 factory_redirection_test/14: Fail | |
| 71 | 70 |
| 72 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec
k if argument is an integer. | 71 double_to_string_as_exponential2_test: Fail # toStringAsExponential doesn't chec
k if argument is an integer. |
| 73 double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argumen
t is an integer. | 72 double_to_string_as_fixed2_test: Fail # toStringAsFixed doesn't check if argumen
t is an integer. |
| 74 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if
argument is an integer. | 73 double_to_string_as_precision2_test: Fail # toStringAsPrecision doesn't check if
argument is an integer. |
| 75 | 74 |
| 76 # Only checked mode reports an error on type assignment | 75 # Only checked mode reports an error on type assignment |
| 77 # problems in compile time constants. | 76 # problems in compile time constants. |
| 78 compile_time_constant_checked_test/02: Fail, OK | 77 compile_time_constant_checked_test/02: Fail, OK |
| 79 compile_time_constant_checked2_test/01: Fail, OK | 78 compile_time_constant_checked2_test/01: Fail, OK |
| 80 compile_time_constant_checked2_test/02: Fail, OK | 79 compile_time_constant_checked2_test/02: Fail, OK |
| (...skipping 14 matching lines...) Expand all Loading... |
| 95 identical_closure2_test: Fail # Issues 563, 1533 | 94 identical_closure2_test: Fail # Issues 563, 1533 |
| 96 invocation_mirror_test: Fail | 95 invocation_mirror_test: Fail |
| 97 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 | 96 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 |
| 98 number_identity2_test: Fail # Issue 563: identity of NaN | 97 number_identity2_test: Fail # Issue 563: identity of NaN |
| 99 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 98 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 100 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 99 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 101 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) | 100 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) |
| 102 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). | 101 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). |
| 103 left_shift_test: Fail # Issue 1533 | 102 left_shift_test: Fail # Issue 1533 |
| 104 factory_redirection_test/01: Fail | 103 factory_redirection_test/01: Fail |
| 105 factory_redirection_test/05: Fail | |
| 106 factory_redirection_test/07: Fail | 104 factory_redirection_test/07: Fail |
| 107 final_variable_assignment_test/01: Fail | 105 final_variable_assignment_test/01: Fail |
| 108 final_variable_assignment_test/02: Fail | 106 final_variable_assignment_test/02: Fail |
| 109 final_variable_assignment_test/03: Fail | 107 final_variable_assignment_test/03: Fail |
| 110 final_variable_assignment_test/04: Fail | 108 final_variable_assignment_test/04: Fail |
| 111 bad_override_test/01: Fail | 109 bad_override_test/01: Fail |
| 112 bad_override_test/02: Fail | 110 bad_override_test/02: Fail |
| 113 bad_constructor_test/04: Fail # http://dartbug.com/5519 | 111 bad_constructor_test/04: Fail # http://dartbug.com/5519 |
| 114 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 112 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
| 115 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 113 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 137 | 135 |
| 138 # Support for optional parameters not conform to latest spec. | 136 # Support for optional parameters not conform to latest spec. |
| 139 function_type_alias_test: Fail | 137 function_type_alias_test: Fail |
| 140 function_type_alias2_test: Fail | 138 function_type_alias2_test: Fail |
| 141 named_parameters_type_test: Fail | 139 named_parameters_type_test: Fail |
| 142 positional_parameters_type_test: Fail | 140 positional_parameters_type_test: Fail |
| 143 named_parameters_with_object_property_names_test: Fail | 141 named_parameters_with_object_property_names_test: Fail |
| 144 | 142 |
| 145 | 143 |
| 146 # Compilation errors. | 144 # Compilation errors. |
| 147 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | |
| 148 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | |
| 149 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | |
| 150 const_var_test: Fail # Map literals take 2 type arguments. | 145 const_var_test: Fail # Map literals take 2 type arguments. |
| 151 map_literal3_test: Fail # Map literals take 2 type arguments. | 146 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 152 ct_const_test: Fail # We don't take the generic type into account yet. | 147 ct_const_test: Fail # We don't take the generic type into account yet. |
| 153 dynamic_test: Fail # cannot resolve type F1 | 148 dynamic_test: Fail # cannot resolve type F1 |
| 154 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal | 149 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal |
| 155 factory2_test: Fail # internal error: visitIs for type variables not implemented | |
| 156 factory3_test: Fail # internal error: visitIs for type variables not implemented | 150 factory3_test: Fail # internal error: visitIs for type variables not implemented |
| 157 factory5_test: Fail # internal error: visitIs for type variables not implemented | |
| 158 function_type_alias2_test: Fail # cannot resolve type f1 | 151 function_type_alias2_test: Fail # cannot resolve type f1 |
| 159 function_type_alias3_test: Fail # cannot resolve type F | 152 function_type_alias3_test: Fail # cannot resolve type F |
| 160 function_type_alias4_test: Fail # cannot resolve type F | 153 function_type_alias4_test: Fail # cannot resolve type F |
| 161 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 154 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
| 162 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 155 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
| 163 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 156 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
| 164 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 157 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 165 function_type_alias_test: Fail # cannot resolve type Fun | 158 function_type_alias_test: Fail # cannot resolve type Fun |
| 166 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 159 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 167 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 160 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 string_interpolate_null_test: Fail # Issue: 7413 | 363 string_interpolate_null_test: Fail # Issue: 7413 |
| 371 call_through_null_getter_test: Fail | 364 call_through_null_getter_test: Fail |
| 372 closure3_test: Fail | 365 closure3_test: Fail |
| 373 execute_finally3_test: Fail | 366 execute_finally3_test: Fail |
| 374 method_invocation_test: Fail | 367 method_invocation_test: Fail |
| 375 null_pointer_exception_test: Fail | 368 null_pointer_exception_test: Fail |
| 376 stack_overflow_test: Fail | 369 stack_overflow_test: Fail |
| 377 string_interpolate_npe_test: Fail | 370 string_interpolate_npe_test: Fail |
| 378 closure_call_wrong_argument_count_negative_test: Skip | 371 closure_call_wrong_argument_count_negative_test: Skip |
| 379 label_test: Skip | 372 label_test: Skip |
| OLD | NEW |