Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: tests/language/language_dart2js.status

Issue 11628009: Re-apply "support for typedef in checked mode" and fix the checked mode failures on drt by not shar… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 type_variable_bounds2_test/05: Fail 47 type_variable_bounds2_test/05: Fail
48 type_variable_bounds2_test/06: Pass # For the wrong reasons. 48 type_variable_bounds2_test/06: Pass # For the wrong reasons.
49 assign_top_method_negative_test: Pass # For the wrong reasons. 49 assign_top_method_negative_test: Pass # For the wrong reasons.
50 f_bounded_quantification_test/01: Fail 50 f_bounded_quantification_test/01: Fail
51 f_bounded_quantification_test/02: Fail 51 f_bounded_quantification_test/02: Fail
52 closure_type_test: Fail # does not detect type error in checked mode. 52 closure_type_test: Fail # does not detect type error in checked mode.
53 function_type_test: Fail # does not detect type error in checked mode. 53 function_type_test: Fail # does not detect type error in checked mode.
54 factory1_test/00: Fail 54 factory1_test/00: Fail
55 factory1_test/01: Fail 55 factory1_test/01: Fail
56 type_annotation_test/09: Fail # Named constructors interpreted as a type. 56 type_annotation_test/09: Fail # Named constructors interpreted as a type.
57 callable_test/0*: Fail # Issue 7354 57 prefix15_test: Fail # Issue 5022
58 local_function2_test: Fail # Issue 5022
58 59
59 [ $compiler == dart2js && $unchecked ] 60 [ $compiler == dart2js && $unchecked ]
60 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 61 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 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
62 assertion_test: Fail 63 assertion_test: Fail
63 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 64 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
64 factory_redirection_test/08: Fail 65 factory_redirection_test/08: Fail
65 factory_redirection_test/09: Fail 66 factory_redirection_test/09: Fail
66 factory_redirection_test/10: Fail 67 factory_redirection_test/10: Fail
67 factory_redirection_test/11: Fail 68 factory_redirection_test/11: Fail
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 135 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
135 canonical_const_test: Fail # We don't take the generic type into account yet. 136 canonical_const_test: Fail # We don't take the generic type into account yet.
136 137
137 # Support for optional parameters not conform to latest spec. 138 # Support for optional parameters not conform to latest spec.
138 function_type_alias_test: Fail 139 function_type_alias_test: Fail
139 function_type_alias2_test: Fail 140 function_type_alias2_test: Fail
140 named_parameters_type_test: Fail 141 named_parameters_type_test: Fail
141 positional_parameters_type_test: Fail 142 positional_parameters_type_test: Fail
142 named_parameters_with_object_property_names_test: Fail 143 named_parameters_with_object_property_names_test: Fail
143 144
144 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
145 # Crash infinite loop on Mac and dart2js checked mode on linux.
146 function_type_alias6_test: Crash, Fail
147
148 145
149 # Compilation errors. 146 # Compilation errors.
150 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 147 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
151 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 148 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
152 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 149 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
153 const_var_test: Fail # Map literals take 2 type arguments. 150 const_var_test: Fail # Map literals take 2 type arguments.
154 map_literal3_test: Fail # Map literals take 2 type arguments. 151 map_literal3_test: Fail # Map literals take 2 type arguments.
155 ct_const_test: Fail # We don't take the generic type into account yet. 152 ct_const_test: Fail # We don't take the generic type into account yet.
156 dynamic_test: Fail # cannot resolve type F1 153 dynamic_test: Fail # cannot resolve type F1
157 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 154 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
158 factory2_test: Fail # internal error: visitIs for type variables not implemented 155 factory2_test: Fail # internal error: visitIs for type variables not implemented
159 factory3_test: Fail # internal error: visitIs for type variables not implemented 156 factory3_test: Fail # internal error: visitIs for type variables not implemented
160 factory5_test: Fail # internal error: visitIs for type variables not implemented 157 factory5_test: Fail # internal error: visitIs for type variables not implemented
161 function_type_alias2_test: Fail # cannot resolve type f1 158 function_type_alias2_test: Fail # cannot resolve type f1
162 function_type_alias3_test: Fail # cannot resolve type F 159 function_type_alias3_test: Fail # cannot resolve type F
163 function_type_alias4_test: Fail # cannot resolve type F 160 function_type_alias4_test: Fail # cannot resolve type F
164 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 161 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
165 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 162 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
166 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 163 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
167 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
168 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 164 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
169 function_type_alias_test: Fail # cannot resolve type Fun 165 function_type_alias_test: Fail # cannot resolve type Fun
170 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 166 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
171 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 167 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
172 generic_instanceof_test: Fail # cannot resolve type T 168 generic_instanceof_test: Fail # cannot resolve type T
173 generic_instanceof3_test: Fail # cannot handle generics. 169 generic_instanceof3_test: Fail # cannot handle generics.
174 generic_test: Fail # cannot resolve type T 170 generic_test: Fail # cannot resolve type T
175 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 171 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
176 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 172 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
177 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 173 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 string_interpolate_null_test: Fail # Issue: 7413 362 string_interpolate_null_test: Fail # Issue: 7413
367 call_through_null_getter_test: Fail 363 call_through_null_getter_test: Fail
368 closure3_test: Fail 364 closure3_test: Fail
369 execute_finally3_test: Fail 365 execute_finally3_test: Fail
370 method_invocation_test: Fail 366 method_invocation_test: Fail
371 null_pointer_exception_test: Fail 367 null_pointer_exception_test: Fail
372 stack_overflow_test: Fail 368 stack_overflow_test: Fail
373 string_interpolate_npe_test: Fail 369 string_interpolate_npe_test: Fail
374 closure_call_wrong_argument_count_negative_test: Skip 370 closure_call_wrong_argument_count_negative_test: Skip
375 label_test: Skip 371 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698