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

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

Issue 12334070: Support runtime check of function types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Register dependency Created 7 years, 9 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
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 throw_expr_test: Fail 134 throw_expr_test: Fail
135 metadata_test: Fail # Metadata on type parameters not supported. 135 metadata_test: Fail # Metadata on type parameters not supported.
136 infinity_test: Fail # Issue 4984 136 infinity_test: Fail # Issue 4984
137 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 137 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
138 138
139 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 139 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
140 canonical_const_test: Fail # We don't take the generic type into account yet. 140 canonical_const_test: Fail # We don't take the generic type into account yet.
141 141
142 # Support for optional parameters not conform to latest spec. 142 # Support for optional parameters not conform to latest spec.
143 function_type_alias_test: Fail
144 function_type_alias2_test: Fail 143 function_type_alias2_test: Fail
145 named_parameters_type_test: Fail 144 named_parameters_type_test: Fail
146 positional_parameters_type_test: Fail 145 positional_parameters_type_test: Fail
147 named_parameters_with_object_property_names_test: Fail 146 named_parameters_with_object_property_names_test: Fail
148 147
149 148
150 # Compilation errors. 149 # Compilation errors.
151 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted 150 default_factory3_test: Fail # type arguments on redirecting factory not implemen ted
152 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented 151 non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
153 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented 152 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no t implemented
154 const_var_test: Fail # Map literals take 2 type arguments. 153 const_var_test: Fail # Map literals take 2 type arguments.
155 map_literal3_test: Fail # Map literals take 2 type arguments. 154 map_literal3_test: Fail # Map literals take 2 type arguments.
156 ct_const_test: Fail # We don't take the generic type into account yet. 155 ct_const_test: Fail # We don't take the generic type into account yet.
157 dynamic_test: Fail # cannot resolve type F1
158 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 156 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
159 factory2_test: Fail # internal error: visitIs for type variables not implemented 157 factory2_test: Fail # internal error: visitIs for type variables not implemented
160 factory3_test: Fail # internal error: visitIs for type variables not implemented 158 factory3_test: Fail # internal error: visitIs for type variables not implemented
161 factory5_test: Fail # internal error: visitIs for type variables not implemented 159 factory5_test: Fail # internal error: visitIs for type variables not implemented
162 function_type_alias2_test: Fail # cannot resolve type f1 160 function_type_alias2_test: Fail # cannot resolve type f1
163 function_type_alias3_test: Fail # cannot resolve type F
164 function_type_alias4_test: Fail # cannot resolve type F 161 function_type_alias4_test: Fail # cannot resolve type F
165 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 162 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
166 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 163 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
167 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 164 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
168 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 165 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
169 function_type_alias_test: Fail # cannot resolve type Fun
170 generic_test: Fail # cannot resolve type T 166 generic_test: Fail # cannot resolve type T
171 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 167 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
172 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 168 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
173 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 169 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
174 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 170 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
175 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 171 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
176 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 172 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
177 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 173 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
178 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 174 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
179 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 175 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 call_through_null_getter_test: Fail 342 call_through_null_getter_test: Fail
347 closure3_test: Fail 343 closure3_test: Fail
348 execute_finally3_test: Fail 344 execute_finally3_test: Fail
349 method_invocation_test: Fail 345 method_invocation_test: Fail
350 null_pointer_exception_test: Fail 346 null_pointer_exception_test: Fail
351 stack_overflow_test: Fail 347 stack_overflow_test: Fail
352 stack_overflow_stacktrace_test: Fail 348 stack_overflow_stacktrace_test: Fail
353 string_interpolate_npe_test: Fail 349 string_interpolate_npe_test: Fail
354 closure_call_wrong_argument_count_negative_test: Skip 350 closure_call_wrong_argument_count_negative_test: Skip
355 label_test: Skip 351 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698