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

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

Issue 10913081: Fix resolution of type parameters in static context, and the use of type parameters in closures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
64 64
65 # DartC specific tests that should not be run by the VM 65 # DartC specific tests that should not be run by the VM
66 *dartc_test: Skip 66 *dartc_test: Skip
67 *dartc_negative_test: Skip 67 *dartc_negative_test: Skip
68 68
69 [ $compiler == none && $mode == debug ] 69 [ $compiler == none && $mode == debug ]
70 gc_test: Skip # Takes too long. 70 gc_test: Skip # Takes too long.
71 71
72 [ $compiler == none && $checked ]
73 # Issue 4932
74 type_parameter_test/01: Fail
floitsch 2012/09/05 13:50:34 put the issue number to the right of the failing t
ngeoffray 2012/09/05 15:36:11 Done.
75 type_parameter_test/02: Fail
76 type_parameter_test/03: Fail
77 type_parameter_test/04: Fail
78
72 [ $compiler == dartc ] 79 [ $compiler == dartc ]
73 80
74 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 81 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
75 application_negative_test: Fail # Runtime only test, rewrite as multitest 82 application_negative_test: Fail # Runtime only test, rewrite as multitest
76 interface_negative_test: Fail # instantiation of abstract class 83 interface_negative_test: Fail # instantiation of abstract class
77 argument_definition_test/*: Skip # Not implemented. 84 argument_definition_test/*: Skip # Not implemented.
78 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 85 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
79 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 86 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
80 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 87 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
81 call_operator_test: Pass # Issue 1355 88 call_operator_test: Pass # Issue 1355
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 disable_privacy_test: Fail, Ok 310 disable_privacy_test: Fail, Ok
304 # This test hard codes name of file being run and precise position. 311 # This test hard codes name of file being run and precise position.
305 generic_test: Fail, Ok 312 generic_test: Fail, Ok
306 # Minified mode failures. 313 # Minified mode failures.
307 # TODO(antonm): proper support in test framework. 314 # TODO(antonm): proper support in test framework.
308 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 315 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
309 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 316 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
310 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 317 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
311 318
312 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 319 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698