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

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

Issue 234213002: Fix least upper bound computation for generic types (dartbug.com/15060) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 # test issue 14228 153 # test issue 14228
154 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 154 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
155 155
156 # test issue 14410, "typedef C = " is now really illegal syntax 156 # test issue 14410, "typedef C = " is now really illegal syntax
157 mixin_illegal_syntax_test/none: fail 157 mixin_illegal_syntax_test/none: fail
158 158
159 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=. 159 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=.
160 setter4_test: StaticWarning 160 setter4_test: StaticWarning
161 161
162 # test issue 15060
163 least_upper_bound_test/23: StaticWarning # Issue 15060
164 least_upper_bound_test/24: StaticWarning # Issue 15060
165 least_upper_bound_test/25: MissingStaticWarning # Issue 15060
166 least_upper_bound_test/26: MissingStaticWarning # Issue 15060
167 least_upper_bound_test/29: StaticWarning # Issue 15060
168 least_upper_bound_test/30: StaticWarning # Issue 15060
169 least_upper_bound_test/31: MissingStaticWarning # Issue 15060
170 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060
171 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060
172 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060
173 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060
174 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060
175 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060
176 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060
177 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060
178
179 # test issue 15467 162 # test issue 15467
180 proxy_test/05: StaticWarning # Issue 15467 163 proxy_test/05: StaticWarning # Issue 15467
181 proxy_test/06: StaticWarning # Issue 15467 164 proxy_test/06: StaticWarning # Issue 15467
182 proxy3_test/03: StaticWarning # Issue 15467 165 proxy3_test/03: StaticWarning # Issue 15467
183 proxy3_test/04: StaticWarning # Issue 15467 166 proxy3_test/04: StaticWarning # Issue 15467
184 167
185 # analyzer does not handle @proxy and noSuchMethod correctly 168 # analyzer does not handle @proxy and noSuchMethod correctly
186 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 169 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
187 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 170 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
188 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 171 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 # Issue 17522 457 # Issue 17522
475 deferred_constraints_type_annotation_test/*: Pass, Fail 458 deferred_constraints_type_annotation_test/*: Pass, Fail
476 deferred_constraints_constants_test/*: Pass, Fail 459 deferred_constraints_constants_test/*: Pass, Fail
477 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 460 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
478 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 461 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
479 deferred_shadow_load_library_test: Fail 462 deferred_shadow_load_library_test: Fail
480 deferred_closurize_load_library_test: Fail 463 deferred_closurize_load_library_test: Fail
481 deferred_load_library_wrong_args_test/01: Fail 464 deferred_load_library_wrong_args_test/01: Fail
482 deferred_load_library_wrong_args_test/none: Fail 465 deferred_load_library_wrong_args_test/none: Fail
483 deferred_load_inval_code_test: Fail 466 deferred_load_inval_code_test: Fail
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/type/InterfaceTypeImplTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698