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

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

Issue 38353003: Issue 13807. Support for function types promotion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 11 matching lines...) Expand all
22 override_field_test/02: fail 22 override_field_test/02: fail
23 override_field_test/03: fail 23 override_field_test/03: fail
24 method_override7_test/03: Fail # Issue 11496 24 method_override7_test/03: Fail # Issue 11496
25 method_override8_test/03: Fail # Issue 11496 25 method_override8_test/03: Fail # Issue 11496
26 26
27 # TBF: prefix T hidden by type variable T in 'new T.Class()' 27 # TBF: prefix T hidden by type variable T in 'new T.Class()'
28 prefix10_negative_test: fail 28 prefix10_negative_test: fail
29 29
30 built_in_identifier_test/none: Fail # Issue 13023 30 built_in_identifier_test/none: Fail # Issue 13023
31 31
32 # TBF 13807, missing support for type promotion
33 type_promotion_closure_test/none: Fail # Issue 13807
34 type_promotion_functions_test/none: Fail # Issue 13807
35 type_promotion_local_test/none: Fail # Issue 13807
36 type_promotion_multiple_test/none: Fail # Issue 13807
37 type_promotion_parameter_test/none: Fail # Issue 13807
38 type_promotion_more_specific_test/08: Fail # Issue 13807
39
40 # Invalid constant redirecting factories should cause compile-time error. 32 # Invalid constant redirecting factories should cause compile-time error.
41 const_types_test/23: Fail # Issue 14306 33 const_types_test/23: Fail # Issue 14306
42 const_types_test/24: Fail # Issue 14306 34 const_types_test/24: Fail # Issue 14306
43 const_types_test/25: Fail # Issue 14306 35 const_types_test/25: Fail # Issue 14306
44 const_types_test/26: Fail # Issue 14306 36 const_types_test/26: Fail # Issue 14306
45 const_types_test/27: Fail # Issue 14306 37 const_types_test/27: Fail # Issue 14306
46 const_types_test/28: Fail # Issue 14306 38 const_types_test/28: Fail # Issue 14306
47 const_types_test/29: Fail # Issue 14306 39 const_types_test/29: Fail # Issue 14306
48 const_types_test/30: Fail # Issue 14306 40 const_types_test/30: Fail # Issue 14306
49 const_types_test/41: Fail # Issue 14306 41 const_types_test/41: Fail # Issue 14306
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 182 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
191 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 183 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
192 184
193 # test issue 14228 185 # test issue 14228
194 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 186 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
195 187
196 # test issue 14289 188 # test issue 14289
197 bailout3_test: fail # test issue 14289 189 bailout3_test: fail # test issue 14289
198 prefix9_test: fail # test issue 14289 190 prefix9_test: fail # test issue 14289
199 191
192 # test issue 14358, E does not implement inherited A.+
193 type_promotion_closure_test/none: Fail
194
195 # test issue 14362, wrong assumption that dynamic << A
196 type_promotion_functions_test/none: Fail
197
198 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
199 type_promotion_parameter_test/53: Fail
200
201 # test issue 14364, "E<A> << D"
202 type_promotion_more_specific_test/08: fail
203
204
200 # 205 #
201 # Please don't add new items here. 206 # Please don't add new items here.
202 # This is section for invalid tests. 207 # This is section for invalid tests.
203 # 208 #
204 209
205 [ $compiler == dartanalyzer && $checked ] 210 [ $compiler == dartanalyzer && $checked ]
206 factory1_test/00: fail 211 factory1_test/00: fail
207 factory1_test/01: fail 212 factory1_test/01: fail
208 field_type_check2_test/01: fail 213 field_type_check2_test/01: fail
209 factory_implementation_test/00: fail 214 factory_implementation_test/00: fail
210 factory_redirection_test/08: fail 215 factory_redirection_test/08: fail
211 factory_redirection_test/09: fail 216 factory_redirection_test/09: fail
212 factory_redirection_test/10: fail 217 factory_redirection_test/10: fail
213 factory_redirection_test/11: fail 218 factory_redirection_test/11: fail
214 factory_redirection_test/12: fail 219 factory_redirection_test/12: fail
215 factory_redirection_test/13: fail 220 factory_redirection_test/13: fail
216 factory_redirection_test/14: fail 221 factory_redirection_test/14: fail
217 getters_setters2_test/03: fail 222 getters_setters2_test/03: fail
218 type_variable_bounds3_test/00: fail 223 type_variable_bounds3_test/00: fail
219 type_variable_bounds2_test/05: fail 224 type_variable_bounds2_test/05: fail
220 225
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698