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

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

Issue 26745004: Implement type variable 'more specific than' and 'subtype'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | 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 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not
7 7
8 # Runtime negative test. No static errors or warnings. 8 # Runtime negative test. No static errors or warnings.
9 closure_call_wrong_argument_count_negative_test: skip 9 closure_call_wrong_argument_count_negative_test: skip
10 10
11 # TBD: using built-in identifers 11 # TBD: using built-in identifers
12 built_in_identifier_prefix_test: fail # Issue 12694 12 built_in_identifier_prefix_test: fail # Issue 12694
13 13
14 # TBD: these look like bad tests, no issue number 14 # TBD: these look like bad tests, no issue number
15 class_literal_test: fail 15 class_literal_test: fail
16 constructor_call_as_function_test/01: fail 16 constructor_call_as_function_test/01: fail
17 17
18 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
19 cyclic_type_variable_test/01: fail
20 cyclic_type_variable_test/02: fail
21 cyclic_type_variable_test/03: fail
22 cyclic_type_variable_test/04: fail
23
24 # TBF: It is a static type warning if any of the type arguments to k' are not su btypes of the bounds of the corresponding formal type parameters of type.
25 default_factory2_test/01: fail # Issue 12701
26
27 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 18 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
28 default_implementation2_test: fail 19 default_implementation2_test: fail
29 20
30 # TBD: F-bounded quantification 21 # TBD: F-bounded quantification
31 f_bounded_quantification_test/01: fail # Issue 12704 22 f_bounded_quantification_test/01: fail # Issue 12704
32 f_bounded_quantification_test/02: fail # Issue 12704 23 f_bounded_quantification_test/02: fail # Issue 12704
33 24
34 function_type_alias9_test/00: crash # Issue 11987 25 function_type_alias9_test/00: crash # Issue 11987
35 26
36 list_literal_syntax_test/01: fail # Issue 12103 27 list_literal_syntax_test/01: fail # Issue 12103
(...skipping 10 matching lines...) Expand all
47 # TBF: prefix T hidden by type variable T in 'new T.Class()' 38 # TBF: prefix T hidden by type variable T in 'new T.Class()'
48 prefix10_negative_test: fail 39 prefix10_negative_test: fail
49 40
50 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library. 41 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library.
51 private_member1_negative_test: fail 42 private_member1_negative_test: fail
52 private_member2_negative_test: fail 43 private_member2_negative_test: fail
53 private_member3_negative_test: fail 44 private_member3_negative_test: fail
54 45
55 built_in_identifier_test/none: Fail # Issue 13023 46 built_in_identifier_test/none: Fail # Issue 13023
56 47
57 # TBF: I think _this_ test is incorrect, but we DO have problem bug with type va riable subtype check 48 type_variable_conflict_test/01: Fail # Issue 13703
58 redirecting_factory_malbounded_test/01: fail 49 type_variable_conflict_test/02: Fail # Issue 13703
50 type_variable_conflict_test/03: Fail # Issue 13703
51 type_variable_conflict_test/04: Fail # Issue 13703
52 type_variable_conflict_test/05: Fail # Issue 13703
53 type_variable_conflict_test/06: Fail # Issue 13703
54
55
59 56
60 57
61 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 58 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
62 block_scope_test: fail 59 block_scope_test: fail
63 lazy_static3_test: fail 60 lazy_static3_test: fail
64 61
65 # test issue 11124, It is warning, not error to don't initialize final field 62 # test issue 11124, It is warning, not error to don't initialize final field
66 field3a_negative_test: Fail # Issue 11124 63 field3a_negative_test: Fail # Issue 11124
67 final_syntax_test/01: Fail # Issue 11124 64 final_syntax_test/01: Fail # Issue 11124
68 final_syntax_test/04: Fail # Issue 11124 65 final_syntax_test/04: Fail # Issue 11124
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 # test issue 12156, fails only at runtime 142 # test issue 12156, fails only at runtime
146 static_call_wrong_argument_count_negative_test: fail 143 static_call_wrong_argument_count_negative_test: fail
147 144
148 throw7_test/01: Fail # Issue 12159 145 throw7_test/01: Fail # Issue 12159
149 146
150 # test issue 12160, not annotated warnings for type variables from static member 147 # test issue 12160, not annotated warnings for type variables from static member
151 type_parameter_test/none: fail 148 type_parameter_test/none: fail
152 # test issue 12161, type variable in static, malformed type, static warning 149 # test issue 12161, type variable in static, malformed type, static warning
153 type_variable_static_context_negative_test: fail 150 type_variable_static_context_negative_test: fail
154 151
155 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
156 type_variable_bounds2_test/00: fail # Issue 12162
157 type_variable_bounds2_test/01: fail # Issue 12162
158 type_variable_bounds2_test/02: fail # Issue 12162
159 type_variable_bounds2_test/03: fail # Issue 12162
160 type_variable_bounds2_test/04: fail # Issue 12162
161 type_variable_bounds2_test/06: fail # Issue 12162
162
163 # test issue 12163, unresolved identifier is static warning in static context 152 # test issue 12163, unresolved identifier is static warning in static context
164 unresolved_in_factory_negative_test: fail # Issue 12163 153 unresolved_in_factory_negative_test: fail # Issue 12163
165 unresolved_top_level_var_negative_test: fail # Issue 12163 154 unresolved_top_level_var_negative_test: fail # Issue 12163
166 155
167 # test issue 12191, ambiguous import is always warning now 156 # test issue 12191, ambiguous import is always warning now
168 prefix3_negative_test: fail # Issue 12191 157 prefix3_negative_test: fail # Issue 12191
169 158
170 # test issue 12289, assignment in assert statement 159 # test issue 12289, assignment in assert statement
171 type_error_test: fail # Issue 12289 160 type_error_test: fail # Issue 12289
172 161
(...skipping 11 matching lines...) Expand all
184 static_field_test/02: fail # Issue 12541 173 static_field_test/02: fail # Issue 12541
185 static_field_test/03: fail # Issue 12541 174 static_field_test/03: fail # Issue 12541
186 static_field_test/04: fail # Issue 12541 175 static_field_test/04: fail # Issue 12541
187 176
188 # test issue 13787; duplicate exports of the same declaration is not handled 177 # test issue 13787; duplicate exports of the same declaration is not handled
189 duplicate_export_test: fail # Issue 13787 178 duplicate_export_test: fail # Issue 13787
190 179
191 # test issue 13916, Looks as no warning should be in this redirecting factory 180 # test issue 13916, Looks as no warning should be in this redirecting factory
192 redirecting_factory_infinite_steps_test/01: fail 181 redirecting_factory_infinite_steps_test/01: fail
193 182
194 type_variable_conflict_test/01: Fail # Issue 13703 183 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
195 type_variable_conflict_test/02: Fail # Issue 13703 184 default_factory2_test/none: fail
196 type_variable_conflict_test/03: Fail # Issue 13703
197 type_variable_conflict_test/04: Fail # Issue 13703
198 type_variable_conflict_test/05: Fail # Issue 13703
199 type_variable_conflict_test/06: Fail # Issue 13703
200 185
201 [ $compiler == dartanalyzer && $checked ] 186 [ $compiler == dartanalyzer && $checked ]
202 factory1_test/00: fail 187 factory1_test/00: fail
203 factory1_test/01: fail 188 factory1_test/01: fail
204 field_type_check2_test/01: fail 189 field_type_check2_test/01: fail
205 factory_implementation_test/00: fail 190 factory_implementation_test/00: fail
206 factory_redirection_test/08: fail 191 factory_redirection_test/08: fail
207 factory_redirection_test/09: fail 192 factory_redirection_test/09: fail
208 factory_redirection_test/10: fail 193 factory_redirection_test/10: fail
209 factory_redirection_test/11: fail 194 factory_redirection_test/11: fail
210 factory_redirection_test/12: fail 195 factory_redirection_test/12: fail
211 factory_redirection_test/13: fail 196 factory_redirection_test/13: fail
212 factory_redirection_test/14: fail 197 factory_redirection_test/14: fail
213 getters_setters2_test/03: fail 198 getters_setters2_test/03: fail
214 type_variable_bounds3_test/00: fail 199 type_variable_bounds3_test/00: fail
215 type_variable_bounds2_test/05: fail 200 type_variable_bounds2_test/05: fail
216 201
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698