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

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
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | 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 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 type_parameter_test/01: Fail # Issue 4932
74 type_parameter_test/02: Fail # Issue 4932
75 type_parameter_test/03: Fail # Issue 4932
76 type_parameter_test/04: Fail # Issue 4932
77
72 [ $compiler == dartc ] 78 [ $compiler == dartc ]
73 79
74 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 80 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 81 application_negative_test: Fail # Runtime only test, rewrite as multitest
76 interface_negative_test: Fail # instantiation of abstract class 82 interface_negative_test: Fail # instantiation of abstract class
77 argument_definition_test/*: Skip # Not implemented. 83 argument_definition_test/*: Skip # Not implemented.
78 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 84 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 85 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 86 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
81 call_operator_test: Pass # Issue 1355 87 call_operator_test: Pass # Issue 1355
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 disable_privacy_test: Fail, Ok 309 disable_privacy_test: Fail, Ok
304 # This test hard codes name of file being run and precise position. 310 # This test hard codes name of file being run and precise position.
305 generic_test: Fail, Ok 311 generic_test: Fail, Ok
306 # Minified mode failures. 312 # Minified mode failures.
307 # TODO(antonm): proper support in test framework. 313 # TODO(antonm): proper support in test framework.
308 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 314 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"). 315 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"). 316 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
311 317
312 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 318 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698