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

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

Issue 10828250: Support for generic type variables and unresolved types added. (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
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 fauxverride_test/none: Fail 244 fauxverride_test/none: Fail
245 gc_test: Fail 245 gc_test: Fail
246 prefix_core_test: Fail 246 prefix_core_test: Fail
247 super_closure_test: Fail 247 super_closure_test: Fail
248 super_field_access_test: Fail 248 super_field_access_test: Fail
249 super_first_constructor_test: Fail 249 super_first_constructor_test: Fail
250 # Triaged. 250 # Triaged.
251 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework. 251 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework.
252 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework. 252 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework.
253 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework. 253 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework.
254 type_variable_bounds2_test/00: Fail # See above
255 type_variable_bounds2_test/03: Fail # See above
256 type_variable_bounds2_test/05: Fail # See above
254 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. 257 try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
255 dynamic_test: Fail # Apparently dart2js cannot resolve T in typedef Dynamic F1<T >(Dynamic x, T y) and hence failure.
256 # That might be a bug in dart2dart though.
257 method_override_test: Fail # See above.
258 # Should be triaged. 258 # Should be triaged.
259 const_test: Fail 259 const_test: Fail
260 empty_body_member_negative_test: Fail 260 empty_body_member_negative_test: Fail
261 factory4_test: Fail 261 factory4_test: Fail
262 field2_negative_test: Fail 262 field2_negative_test: Fail
263 field4_negative_test: Fail 263 field4_negative_test: Fail
264 field5_negative_test: Fail 264 field5_negative_test: Fail
265 field6a_negative_test: Fail 265 field6a_negative_test: Fail
266 field7a_negative_test: Fail 266 field7a_negative_test: Fail
267 field_optimization2_test: Fail 267 field_optimization2_test: Fail
(...skipping 14 matching lines...) Expand all
282 interface_static_method_negative_test: Fail 282 interface_static_method_negative_test: Fail
283 interface_test: Fail 283 interface_test: Fail
284 library5_test: Fail 284 library5_test: Fail
285 library_same_name_used_test: Fail 285 library_same_name_used_test: Fail
286 named_parameters_type_test: Fail 286 named_parameters_type_test: Fail
287 non_const_super_negative_test: Fail 287 non_const_super_negative_test: Fail
288 number_identifier_negative_test: Fail 288 number_identifier_negative_test: Fail
289 operator1_negative_test: Fail 289 operator1_negative_test: Fail
290 prefix14_test: Fail 290 prefix14_test: Fail
291 prefix15_test: Fail 291 prefix15_test: Fail
292 prefix16_test: Fail # Cannot resolve class only used in typedef.
293 prefix18_negative_test: Fail 292 prefix18_negative_test: Fail
294 prefix20_negative_test: Fail 293 prefix20_negative_test: Fail
295 static_final_field_negative_test: Fail 294 static_final_field_negative_test: Fail
296 static_top_level_test/00: Fail 295 static_top_level_test/00: Fail
297 static_top_level_test/01: Fail 296 static_top_level_test/01: Fail
298 static_top_level_test/02: Fail 297 static_top_level_test/02: Fail
299 static_top_level_test/03: Fail 298 static_top_level_test/03: Fail
300 static_top_level_test/04: Fail 299 static_top_level_test/04: Fail
301 static_top_level_test/05: Fail 300 static_top_level_test/05: Fail
302 string_interpolation7_test: Fail 301 string_interpolation7_test: Fail
303 switch_label_test: Fail 302 switch_label_test: Fail
304 syntax_test/none: Fail 303 syntax_test/none: Fail
305 try_catch_syntax_test/09: Fail
306 typed_message_test: Fail 304 typed_message_test: Fail
307 type_variable_bounds2_test/02: Fail 305 type_variable_bounds2_test/02: Fail
308 type_variable_bounds2_test/06: Fail 306 type_variable_bounds2_test/06: Fail
309 type_variable_bounds_test/02: Fail 307 type_variable_bounds_test/02: Fail
310 type_variable_bounds_test/04: Fail 308 type_variable_bounds_test/04: Fail
311 type_variable_bounds_test/05: Fail 309 type_variable_bounds_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698