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

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

Issue 12940010: Update function subtyping rules to latest spec (issue 9057). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months 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
« no previous file with comments | « tests/language/function_type_alias_test.dart ('k') | tests/language/typedef_is_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 134
135 throw_expr_test: Fail 135 throw_expr_test: Fail
136 metadata_test: Fail # Metadata on type parameters not supported. 136 metadata_test: Fail # Metadata on type parameters not supported.
137 infinity_test: Fail # Issue 4984 137 infinity_test: Fail # Issue 4984
138 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 138 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
139 139
140 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 140 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
141 canonical_const_test: Fail # We don't take the generic type into account yet. 141 canonical_const_test: Fail # We don't take the generic type into account yet.
142 142
143 # Support for optional parameters not conform to latest spec. 143 # Support for optional parameters not conform to latest spec.
144 function_type_alias_test: Fail 144 typedef_is_test: Fail # http://dartbug.com/9058
145 function_type_alias_test: Fail # http://dartbug.com/9058
145 function_type_alias2_test: Fail 146 function_type_alias2_test: Fail
146 named_parameters_type_test: Fail 147 named_parameters_type_test: Fail
147 positional_parameters_type_test: Fail 148 positional_parameters_type_test: Fail
148 named_parameters_with_object_property_names_test: Fail 149 named_parameters_with_object_property_names_test: Fail
149 150
150
151 # Compilation errors. 151 # Compilation errors.
152 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 152 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
153 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 153 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
154 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 154 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
155 const_var_test: Fail # Map literals take 2 type arguments. 155 const_var_test: Fail # Map literals take 2 type arguments.
156 map_literal3_test: Fail # Map literals take 2 type arguments. 156 map_literal3_test: Fail # Map literals take 2 type arguments.
157 ct_const_test: Fail # We don't take the generic type into account yet. 157 ct_const_test: Fail # We don't take the generic type into account yet.
158 dynamic_test: Fail # cannot resolve type F1 158 dynamic_test: Fail # cannot resolve type F1
159 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 159 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
160 factory2_test: Fail # internal error: visitIs for type variables not implemented 160 factory2_test: Fail # internal error: visitIs for type variables not implemented
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 call_through_null_getter_test: Fail 355 call_through_null_getter_test: Fail
356 closure3_test: Fail 356 closure3_test: Fail
357 execute_finally3_test: Fail 357 execute_finally3_test: Fail
358 method_invocation_test: Fail 358 method_invocation_test: Fail
359 null_pointer_exception_test: Fail 359 null_pointer_exception_test: Fail
360 stack_overflow_test: Fail 360 stack_overflow_test: Fail
361 stack_overflow_stacktrace_test: Fail 361 stack_overflow_stacktrace_test: Fail
362 string_interpolate_npe_test: Fail 362 string_interpolate_npe_test: Fail
363 closure_call_wrong_argument_count_negative_test: Skip 363 closure_call_wrong_argument_count_negative_test: Skip
364 label_test: Skip 364 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/function_type_alias_test.dart ('k') | tests/language/typedef_is_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698