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

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

Issue 52263003: Implement least upper bound. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 years 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 147 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
148 type_promotion_parameter_test/53: Fail 148 type_promotion_parameter_test/53: Fail
149 149
150 # test issue 14410, "typedef C = " is now really illegal syntax 150 # test issue 14410, "typedef C = " is now really illegal syntax
151 mixin_illegal_syntax_test/none: fail 151 mixin_illegal_syntax_test/none: fail
152 152
153 # 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=. 153 # 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=.
154 setter4_test: StaticWarning 154 setter4_test: StaticWarning
155 155
156 156 # test issue 15060
157 157 least_upper_bound_test/23: StaticWarning # Issue 15060
158 least_upper_bound_test/24: StaticWarning # Issue 15060
159 least_upper_bound_test/25: MissingStaticWarning # Issue 15060
160 least_upper_bound_test/26: MissingStaticWarning # Issue 15060
161 least_upper_bound_test/29: StaticWarning # Issue 15060
162 least_upper_bound_test/30: StaticWarning # Issue 15060
163 least_upper_bound_test/31: MissingStaticWarning # Issue 15060
164 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060
165 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060
166 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060
167 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060
168 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060
169 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060
170 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060
171 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060
158 172
159 abstract_exact_selector_test: StaticWarning 173 abstract_exact_selector_test: StaticWarning
160 abstract_getter_test: StaticWarning 174 abstract_getter_test: StaticWarning
161 abstract_object_method_test: StaticWarning 175 abstract_object_method_test: StaticWarning
162 abstract_runtime_error_test: StaticWarning 176 abstract_runtime_error_test: StaticWarning
163 application_negative_test: CompileTimeError 177 application_negative_test: CompileTimeError
164 bad_constructor_test/05: CompileTimeError 178 bad_constructor_test/05: CompileTimeError
165 bad_initializer1_negative_test: CompileTimeError 179 bad_initializer1_negative_test: CompileTimeError
166 bad_named_constructor_negative_test: CompileTimeError 180 bad_named_constructor_negative_test: CompileTimeError
167 bad_named_parameters2_test: StaticWarning 181 bad_named_parameters2_test: StaticWarning
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 type_variable_identifier_expression_test: StaticWarning 449 type_variable_identifier_expression_test: StaticWarning
436 type_variable_scope2_test: StaticWarning 450 type_variable_scope2_test: StaticWarning
437 unary_plus_negative_test: CompileTimeError 451 unary_plus_negative_test: CompileTimeError
438 unbound_getter_test: StaticWarning 452 unbound_getter_test: StaticWarning
439 unhandled_exception_negative_test: CompileTimeError 453 unhandled_exception_negative_test: CompileTimeError
440 unresolved_top_level_method_negative_test: CompileTimeError 454 unresolved_top_level_method_negative_test: CompileTimeError
441 vm/type_cast_vm_test: StaticWarning 455 vm/type_cast_vm_test: StaticWarning
442 vm/type_vm_test: StaticWarning 456 vm/type_vm_test: StaticWarning
443 void_type_test: StaticWarning 457 void_type_test: StaticWarning
444 458
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/warnings_checker.dart ('k') | tests/language/least_upper_bound_expansive_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698