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

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

Issue 11229002: Handle type variable in static member. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test update removed. Created 8 years, 1 month 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 final_syntax_test/04: Fail # http://dartbug.com/5519 279 final_syntax_test/04: Fail # http://dartbug.com/5519
280 final_syntax_test/09: Fail # http://dartbug.com/5519 280 final_syntax_test/09: Fail # http://dartbug.com/5519
281 getter_no_setter_test/01: Fail # http://dartbug.com/5519 281 getter_no_setter_test/01: Fail # http://dartbug.com/5519
282 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 282 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
283 illegal_invocation_test/03: Fail # http://dartbug.com/5519 283 illegal_invocation_test/03: Fail # http://dartbug.com/5519
284 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 284 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
285 method_override2_test/01: Fail # http://dartbug.com/5519 285 method_override2_test/01: Fail # http://dartbug.com/5519
286 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 286 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
287 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 287 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
288 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 288 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519
289 new_expression_type_args_test/02: Fail # inherited from dart2js
290 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 289 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
291 override_field_test/04: Fail # http://dartbug.com/5519 290 override_field_test/04: Fail # http://dartbug.com/5519
292 static_field3_test/01: Fail # http://dartbug.com/5519 291 static_field3_test/01: Fail # http://dartbug.com/5519
293 static_field3_test/02: Fail # http://dartbug.com/5519 292 static_field3_test/02: Fail # http://dartbug.com/5519
294 static_field3_test/03: Fail # http://dartbug.com/5519 293 static_field3_test/03: Fail # http://dartbug.com/5519
295 static_field3_test/04: Fail # http://dartbug.com/5519 294 static_field3_test/04: Fail # http://dartbug.com/5519
296 type_variable_scope_test/00: Fail # inherited from dart2js
297 type_variable_scope_test/01: Fail # inherited from dart2js
298 type_variable_scope_test/02: Fail # inherited from dart2js
299 type_variable_scope_test/03: Fail # inherited from dart2js
300 type_variable_scope_test/04: Fail # inherited from dart2js
301 type_variable_scope_test/05: Fail # inherited from dart2js
302 295
303 throw_expr_test: Fail 296 throw_expr_test: Fail
304 metadata_test: Fail 297 metadata_test: Fail
305 # Fails in conservative mode, issue 4935, passes in minifinying mode. 298 # Fails in conservative mode, issue 4935, passes in minifinying mode.
306 bad_constructor_test/04: Fail 299 bad_constructor_test/04: Fail
307 bad_constructor_test/05: Fail 300 bad_constructor_test/05: Fail
308 bad_constructor_test/06: Fail 301 bad_constructor_test/06: Fail
309 argument_definition_test/*: Skip # Not implemented. 302 argument_definition_test/*: Skip # Not implemented.
310 argument_definition2_test: Skip # Not implemented. Fails in minified tests. 303 argument_definition2_test: Skip # Not implemented. Fails in minified tests.
311 const_var_test: Fail # Map literals take 2 type arguments. 304 const_var_test: Fail # Map literals take 2 type arguments.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 compile_time_constant_checked3_test/04: Fail, OK 419 compile_time_constant_checked3_test/04: Fail, OK
427 compile_time_constant_checked3_test/05: Fail, OK 420 compile_time_constant_checked3_test/05: Fail, OK
428 compile_time_constant_checked3_test/06: Fail, OK 421 compile_time_constant_checked3_test/06: Fail, OK
429 422
430 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 423 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
431 424
432 call_through_getter_test: Fail # issue 6130 425 call_through_getter_test: Fail # issue 6130
433 call_through_null_getter_test: Fail # issue 6130 426 call_through_null_getter_test: Fail # issue 6130
434 local_function_test: Fail # issue 6130 427 local_function_test: Fail # issue 6130
435 naming_test: Fail # issue 6130 428 naming_test: Fail # issue 6130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698