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

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

Issue 10837036: Some more triage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | tests/language/language_dart2js.status » ('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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 function_field_test: Fail 153 function_field_test: Fail
154 function_type_alias2_test: Fail 154 function_type_alias2_test: Fail
155 generic_test: Fail 155 generic_test: Fail
156 generics2_test: Fail 156 generics2_test: Fail
157 hello_dart_test: Fail 157 hello_dart_test: Fail
158 implicit_closure1_test: Fail 158 implicit_closure1_test: Fail
159 implicit_closure_test: Fail, Pass 159 implicit_closure_test: Fail, Pass
160 issue1363_test: Fail 160 issue1363_test: Fail
161 list_literal4_test: Fail 161 list_literal4_test: Fail
162 map_literal4_test: Fail 162 map_literal4_test: Fail
163 math_vm_test: Fail
164 static_implicit_closure_test: Fail, Pass 163 static_implicit_closure_test: Fail, Pass
165 static_initializer_type_error_test: Fail 164 static_initializer_type_error_test: Fail
166 type_cast_vm_test: Fail
167 type_checks_in_factory_method_test: Fail 165 type_checks_in_factory_method_test: Fail
168 type_vm_test: Fail
169 # Common problems with dart2js. In illegal family, invalid 166 # Common problems with dart2js. In illegal family, invalid
170 # declarations are simply not parsed. In pseudo kw dart2js 167 # declarations are simply not parsed. In pseudo kw dart2js
171 # chokes on things like typedef(x) => "typedef $x" and alike. 168 # chokes on things like typedef(x) => "typedef $x" and alike.
172 abstract_syntax_test/01: Fail 169 abstract_syntax_test/01: Fail
173 abstract_syntax_test/02: Fail 170 abstract_syntax_test/02: Fail
174 pseudo_kw_illegal_test/01: Fail 171 pseudo_kw_illegal_test/01: Fail
175 pseudo_kw_illegal_test/05: Fail 172 pseudo_kw_illegal_test/05: Fail
176 pseudo_kw_illegal_test/06: Fail 173 pseudo_kw_illegal_test/06: Fail
177 pseudo_kw_illegal_test/07: Fail 174 pseudo_kw_illegal_test/07: Fail
178 pseudo_kw_illegal_test/08: Fail 175 pseudo_kw_illegal_test/08: Fail
(...skipping 29 matching lines...) Expand all
208 # dart2js frontend doesn't even analyse problematic classes. 205 # dart2js frontend doesn't even analyse problematic classes.
209 class_extends_negative_test: Fail 206 class_extends_negative_test: Fail
210 duplicate_implements_test/01: Fail 207 duplicate_implements_test/01: Fail
211 duplicate_implements_test/02: Fail 208 duplicate_implements_test/02: Fail
212 duplicate_implements_test/03: Fail 209 duplicate_implements_test/03: Fail
213 duplicate_implements_test/04: Fail 210 duplicate_implements_test/04: Fail
214 # dart2js allows duplicate constructor definitions. 211 # dart2js allows duplicate constructor definitions.
215 duplicate_constructor_test/01: Fail 212 duplicate_constructor_test/01: Fail
216 # Bug in dart2js frontend: cannot find the constructor. 213 # Bug in dart2js frontend: cannot find the constructor.
217 default_factory_library_test: Fail 214 default_factory_library_test: Fail
215 # Common with language_dart2js.
216 function_type_alias3_test: Fail
217 function_type_alias4_test: Crash, Fail
218 function_type_alias5_test/00: Fail
219 function_type_alias5_test/01: Fail
220 function_type_alias5_test/02: Fail
221 function_type_alias7_test/00: Fail
222 function_type_alias_test: Fail
223 function_type_parameter2_test: Fail
224 function_type_parameter_test: Fail
225 generic_deep_test: Fail
226 get_set_syntax_test/none: Fail
227 implicit_scope_test: Fail
228 instanceof2_test: Fail
229 instanceof3_test: Fail
230 library_prefixes_test: Fail
231 method_name_test: Fail
232 method_override_test: Fail
233 named_parameters_type_test: Fail
234 numbers_test: Fail
218 # DartVM problem. 235 # DartVM problem.
219 closure_with_super_send_test: Fail 236 closure_with_super_send_test: Fail
220 constructor5_test: Fail 237 constructor5_test: Fail
221 constructor6_test: Fail 238 constructor6_test: Fail
222 constructor_duplicate_initializers_test/02: Fail 239 constructor_duplicate_initializers_test/02: Fail
223 fauxverride_test/none: Fail 240 fauxverride_test/none: Fail
224 gc_test: Fail 241 gc_test: Fail
225 parameter_initializer6_negative_test: Fail 242 parameter_initializer6_negative_test: Fail
226 prefix_core_test: Fail 243 prefix_core_test: Fail
227 private_member3_negative_test: Fail 244 private_member3_negative_test: Fail
(...skipping 14 matching lines...) Expand all
242 field4_negative_test: Fail 259 field4_negative_test: Fail
243 field5_negative_test: Fail 260 field5_negative_test: Fail
244 field6a_negative_test: Fail 261 field6a_negative_test: Fail
245 field7a_negative_test: Fail 262 field7a_negative_test: Fail
246 field_optimization2_test: Fail 263 field_optimization2_test: Fail
247 field_optimization_test: Fail 264 field_optimization_test: Fail
248 field_override_test/01: Fail 265 field_override_test/01: Fail
249 field_override_test/02: Fail 266 field_override_test/02: Fail
250 field_override_test/none: Fail 267 field_override_test/none: Fail
251 function_literals_test: Fail 268 function_literals_test: Fail
252 function_type_alias3_test: Fail
253 function_type_alias4_test: Crash, Fail
254 function_type_alias5_test/00: Fail
255 function_type_alias5_test/01: Fail
256 function_type_alias5_test/02: Fail
257 function_type_alias6_test: Fail 269 function_type_alias6_test: Fail
258 function_type_alias7_test/00: Fail
259 function_type_alias_test: Fail
260 function_type_parameter2_test: Fail
261 function_type_parameter_test: Fail
262 generic_deep_test: Fail
263 generic_instanceof3_test: Fail 270 generic_instanceof3_test: Fail
264 get_set_syntax_test/none: Fail
265 getters_setters2_test/03: Fail 271 getters_setters2_test/03: Fail
266 implicit_scope_test: Fail
267 implicit_this_test/01: Fail 272 implicit_this_test/01: Fail
268 implicit_this_test/02: Fail 273 implicit_this_test/02: Fail
269 implicit_this_test/03: Fail 274 implicit_this_test/03: Fail
270 implicit_this_test/04: Fail 275 implicit_this_test/04: Fail
271 implicit_this_test/none: Fail 276 implicit_this_test/none: Fail
272 implied_interface_test: Fail 277 implied_interface_test: Fail
273 incr_op_test: Fail 278 incr_op_test: Fail
274 instanceof2_test: Fail
275 instanceof3_test: Fail
276 instanceof_test: Fail 279 instanceof_test: Fail
277 interface_factory_constructor_negative_test: Fail 280 interface_factory_constructor_negative_test: Fail
278 interface_inherit_field_test: Fail 281 interface_inherit_field_test: Fail
279 interface_static_method_negative_test: Fail 282 interface_static_method_negative_test: Fail
280 interface_test: Fail 283 interface_test: Fail
281 is_operator_test: Fail 284 is_operator_test: Fail
282 library5_test: Fail 285 library5_test: Fail
283 library_prefixes_test: Fail
284 library_same_name_used_test: Fail 286 library_same_name_used_test: Fail
285 local_function2_test: Fail 287 local_function2_test: Fail
286 method_name_test: Fail
287 method_override2_test/none: Fail 288 method_override2_test/none: Fail
288 method_override_test: Fail
289 named_parameters_type_test: Fail
290 naming_test: Fail 289 naming_test: Fail
291 non_const_super_negative_test: Fail 290 non_const_super_negative_test: Fail
292 number_identifier_negative_test: Fail 291 number_identifier_negative_test: Fail
293 numbers_test: Fail
294 operator1_negative_test: Fail 292 operator1_negative_test: Fail
295 operator3_test: Fail 293 operator3_test: Fail
296 operator_test: Fail 294 operator_test: Fail
297 prefix14_test: Fail 295 prefix14_test: Fail
298 prefix15_test: Fail 296 prefix15_test: Fail
299 prefix18_negative_test: Fail 297 prefix18_negative_test: Fail
300 prefix20_negative_test: Fail 298 prefix20_negative_test: Fail
301 prefix21_test: Fail 299 prefix21_test: Fail
302 private3_test: Fail 300 private3_test: Fail
303 private_member1_negative_test: Fail 301 private_member1_negative_test: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 type_variable_bounds2_test/none: Fail 333 type_variable_bounds2_test/none: Fail
336 type_variable_bounds_test/02: Fail 334 type_variable_bounds_test/02: Fail
337 type_variable_bounds_test/04: Fail 335 type_variable_bounds_test/04: Fail
338 type_variable_bounds_test/05: Fail 336 type_variable_bounds_test/05: Fail
339 type_variable_scope_test/00: Fail 337 type_variable_scope_test/00: Fail
340 type_variable_scope_test/01: Fail 338 type_variable_scope_test/01: Fail
341 type_variable_scope_test/02: Fail 339 type_variable_scope_test/02: Fail
342 type_variable_scope_test/03: Fail 340 type_variable_scope_test/03: Fail
343 type_variable_scope_test/04: Fail 341 type_variable_scope_test/04: Fail
344 type_variable_scope_test/05: Fail 342 type_variable_scope_test/05: Fail
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698