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

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

Issue 10914099: Invocation C.unknownMethod() should produce warning, not error (Closed) Base URL: https://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 | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | no next file » | 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 application_negative_test: Fail # Runtime only test, rewrite as multitest 82 application_negative_test: Fail # Runtime only test, rewrite as multitest
83 interface_negative_test: Fail # instantiation of abstract class 83 interface_negative_test: Fail # instantiation of abstract class
84 argument_definition_test/*: Skip # Not implemented. 84 argument_definition_test/*: Skip # Not implemented.
85 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 85 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
86 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
87 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
88 call_operator_test: Pass # Issue 1355 88 call_operator_test: Pass # Issue 1355
89 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 89 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
90 char_escape_test: Pass # Issue 1654 90 char_escape_test: Pass # Issue 1654
91 class_literal_test/01 : Fail # language change 3368 91 class_literal_test/01 : Fail # language change 3368
92 class_literal_test/03 : Fail # language change 1031
92 class_literal_test/04 : Fail # language change 1031 93 class_literal_test/04 : Fail # language change 1031
93 class_literal_test/05 : Fail # language change 3368 94 class_literal_test/05 : Fail # language change 3368
94 class_literal_test/06 : Fail # language change 3368 95 class_literal_test/06 : Fail # language change 3368
96 class_literal_test/08 : Fail # language change 1031
95 class_literal_test/09 : Fail # language change 1031 97 class_literal_test/09 : Fail # language change 1031
96 class_literal_test/10 : Fail # language change 3368 98 class_literal_test/10 : Fail # language change 3368
97 class_literal_test/11 : Fail # language change 3368 99 class_literal_test/11 : Fail # language change 3368
98 class_literal_test/12 : Fail # language change 3368 100 class_literal_test/12 : Fail # language change 3368
99 class_literal_test/13 : Fail # language change 3368 101 class_literal_test/13 : Fail # language change 3368
102 class_literal_test/15 : Fail # language change 1031
100 class_literal_test/16 : Fail # language change 1031 103 class_literal_test/16 : Fail # language change 1031
101 class_literal_test/17 : Fail # language change 3368 104 class_literal_test/17 : Fail # language change 3368
102 class_literal_test/18 : Fail # language change 3368 105 class_literal_test/18 : Fail # language change 3368
103 class_literal_test/19 : Fail # language change 3368 106 class_literal_test/19 : Fail # language change 3368
104 class_literal_test/20 : Fail # language change 3368 107 class_literal_test/20 : Fail # language change 3368
105 class_literal_test/21 : Fail # language change 3368 108 class_literal_test/21 : Fail # language change 3368
106 class_literal_test/22 : Fail # language change 3368 109 class_literal_test/22 : Fail # language change 3368
107 class_literal_test/23 : Fail # language change 3368 110 class_literal_test/23 : Fail # language change 3368
108 class_literal_test/24 : Fail # language change 3368 111 class_literal_test/24 : Fail # language change 3368
109 class_literal_test/25 : Fail # language change 3368 112 class_literal_test/25 : Fail # language change 3368
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 disable_privacy_test: Fail, Ok 323 disable_privacy_test: Fail, Ok
321 # This test hard codes name of file being run and precise position. 324 # This test hard codes name of file being run and precise position.
322 generic_test: Fail, Ok 325 generic_test: Fail, Ok
323 # Minified mode failures. 326 # Minified mode failures.
324 # TODO(antonm): proper support in test framework. 327 # TODO(antonm): proper support in test framework.
325 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 328 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
326 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 329 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
327 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 330 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
328 331
329 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 332 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698