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

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

Issue 1414003003: Do not generate warnings when noSuchMethod is inherited (issue 24337) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
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 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 enum_syntax_test/05: Fail # 21649 10 enum_syntax_test/05: Fail # 21649
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 factory_redirection_test/02: StaticWarning # Issue 18230 170 factory_redirection_test/02: StaticWarning # Issue 18230
171 factory_redirection_test/08: StaticWarning # Issue 18230 171 factory_redirection_test/08: StaticWarning # Issue 18230
172 factory_redirection_test/09: StaticWarning # Issue 18230 172 factory_redirection_test/09: StaticWarning # Issue 18230
173 factory_redirection_test/10: StaticWarning # Issue 18230 173 factory_redirection_test/10: StaticWarning # Issue 18230
174 factory_redirection_test/11: StaticWarning # Issue 18230 174 factory_redirection_test/11: StaticWarning # Issue 18230
175 factory_redirection_test/12: StaticWarning # Issue 18230 175 factory_redirection_test/12: StaticWarning # Issue 18230
176 factory_redirection_test/13: StaticWarning # Issue 18230 176 factory_redirection_test/13: StaticWarning # Issue 18230
177 factory_redirection_test/14: StaticWarning # Issue 18230 177 factory_redirection_test/14: StaticWarning # Issue 18230
178 factory_redirection_test/none: StaticWarning # Issue 18230 178 factory_redirection_test/none: StaticWarning # Issue 18230
179 179
180 # analyzer does not handle @proxy and noSuchMethod correctly
181 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
182 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
183 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
184
185 # The following tests are currently assumed to be failing because the test is wr ong. 180 # The following tests are currently assumed to be failing because the test is wr ong.
186 # 181 #
187 application_negative_test: CompileTimeError # Test Issue 14528 182 application_negative_test: CompileTimeError # Test Issue 14528
188 bad_constructor_test/05: CompileTimeError # Test Issue 5337 183 bad_constructor_test/05: CompileTimeError # Test Issue 5337
189 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 184 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
190 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 185 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
191 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95 186 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95
192 empty_block_case_test: StaticWarning # Test Issue 18701 187 empty_block_case_test: StaticWarning # Test Issue 18701
193 error_stacktrace_test: StaticWarning # Test Issue 18702 188 error_stacktrace_test: StaticWarning # Test Issue 18702
194 189
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 # This test is expected to have warnings because of noSuchMethod overriding. 468 # This test is expected to have warnings because of noSuchMethod overriding.
474 regress_12561_test: StaticWarning 469 regress_12561_test: StaticWarning
475 470
476 main_not_a_function_test/01: Fail # Issue 20030 471 main_not_a_function_test/01: Fail # Issue 20030
477 main_test/03: Fail # Issue 20030 472 main_test/03: Fail # Issue 20030
478 no_main_test/01: Fail # Issue 20030 473 no_main_test/01: Fail # Issue 20030
479 474
480 # This test is expected to generate a warning, since it's 475 # This test is expected to generate a warning, since it's
481 # intentionally referring to a variable that's not in scope. 476 # intentionally referring to a variable that's not in scope.
482 transitive_private_library_access_test: StaticWarning 477 transitive_private_library_access_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/language/override_inheritance_no_such_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698