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 296513015: Revert "Handle metadata on nested function parameters." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 169
170 # missing warning for override 170 # missing warning for override
171 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 171 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135
172 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 172 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135
173 173
174 # flaky override tests 174 # flaky override tests
175 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 175 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
176 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 176 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
177 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 177 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
178 178
179 abstract_object_method_test: StaticWarning # Issue 14527
180
179 # The following tests are currently assumed to be failing because the test is wr ong. 181 # The following tests are currently assumed to be failing because the test is wr ong.
180 # 182 #
181 application_negative_test: CompileTimeError # Test Issue 14528 183 application_negative_test: CompileTimeError # Test Issue 14528
182 bad_constructor_test/05: CompileTimeError # Test Issue 5337 184 bad_constructor_test/05: CompileTimeError # Test Issue 5337
183 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 185 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
184 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 186 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
185 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95 187 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95
186 empty_block_case_test: StaticWarning # Test Issue 18701 188 empty_block_case_test: StaticWarning # Test Issue 18701
187 error_stacktrace_test: StaticWarning # Test Issue 18702 189 error_stacktrace_test: StaticWarning # Test Issue 18702
188 external_test/20: StaticWarning # Test Issue 18703 190 external_test/20: StaticWarning # Test Issue 18703
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 #deferred_not_loaded_check_test: Pass, Fail 461 #deferred_not_loaded_check_test: Pass, Fail
460 462
461 # Issues to be fixed now that type parameters have been fixed 463 # Issues to be fixed now that type parameters have been fixed
462 # (issues 14221, 15553) 464 # (issues 14221, 15553)
463 factory1_test/00: StaticWarning # Test Issue 18726 465 factory1_test/00: StaticWarning # Test Issue 18726
464 factory1_test/01: StaticWarning # Test Issue 18726 466 factory1_test/01: StaticWarning # Test Issue 18726
465 factory1_test/none: StaticWarning # Test Issue 18726 467 factory1_test/none: StaticWarning # Test Issue 18726
466 generic_closure_test: StaticWarning 468 generic_closure_test: StaticWarning
467 local_function2_test: StaticWarning 469 local_function2_test: StaticWarning
468 redirecting_factory_long_test: StaticWarning 470 redirecting_factory_long_test: StaticWarning
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | tests/language/metadata_scope1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698