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

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

Issue 26646002: Improve REDIRECT_TO_INVALID_RETURN_TYPE check. (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 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr
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
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 # TBF: prefix T hidden by type variable T in 'new T.Class()' 47 # TBF: prefix T hidden by type variable T in 'new T.Class()'
48 prefix10_negative_test: fail 48 prefix10_negative_test: fail
49 49
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. 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.
51 private_member1_negative_test: fail 51 private_member1_negative_test: fail
52 private_member2_negative_test: fail 52 private_member2_negative_test: fail
53 private_member3_negative_test: fail 53 private_member3_negative_test: fail
54 54
55 built_in_identifier_test/none: Fail # Issue 13023 55 built_in_identifier_test/none: Fail # Issue 13023
56 56
57 # TBF: I think _this_ test is incorrect, but we DO have problem bug with type va riable subtype check
58 redirecting_factory_malbounded_test/01: fail
59
57 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 60 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
58 block_scope_test: fail 61 block_scope_test: fail
59 lazy_static3_test: fail 62 lazy_static3_test: fail
60 63
64 # test issue 11124, It is warning, not error to don't initialize final field
61 field3a_negative_test: Fail # Issue 11124 65 field3a_negative_test: Fail # Issue 11124
62 final_syntax_test/01: Fail # Issue 11124 66 final_syntax_test/01: Fail # Issue 11124
63 final_syntax_test/04: Fail # Issue 11124 67 final_syntax_test/04: Fail # Issue 11124
64 final_syntax_test/02: Fail # Issue 11124 68 final_syntax_test/02: Fail # Issue 11124
65 final_syntax_test/03: Fail # Issue 11124 69 final_syntax_test/03: Fail # Issue 11124
66 70
67 # Test issue 11545, using not existing constructor name in annotation 71 # Test issue 11545, using not existing constructor name in annotation
68 metadata_test: fail 72 metadata_test: fail
69 73
70 # test issue 11575, classes with abstrac members are not marked as abstract 74 # test issue 11575, classes with abstrac members are not marked as abstract
71 abstract_factory_constructor_test/none: fail # Issue 11575 75 abstract_factory_constructor_test/none: fail # Issue 11575
72 get_set_syntax_test/none: fail # Issue 11575 76 get_set_syntax_test/none: fail # Issue 11575
73 implicit_this_test/none: fail # Issue 11575 77 implicit_this_test/none: fail # Issue 11575
74 interface_test/none: fail # Issue 11575 78 interface_test/none: fail # Issue 11575
75 syntax_test/none: fail # Issue 11575 79 syntax_test/none: fail # Issue 11575
76 80
77 # test issue 11576 81 # test issue 11576
78 bad_constructor_test/none: fail # Issue 11576 82 bad_constructor_test/none: fail # Issue 11576
79 83
80 # test issue 11577, has return type for []= 84 # test issue 11577, has return type for []=
81 cascade_test/none: fail # Issue 11577 85 cascade_test/none: fail # Issue 11577
82 86
83 # test issue 11578, redirecting factory with not subtype 87 # test issue 11578, redirecting factory with not subtype
84 factory5_test/none: fail # Issue 11578 88 factory5_test/none: fail # Issue 11578
85 factory_redirection_test/none: fail # Issue 11578
86 type_variable_bounds_test/none: fail # Issue 11578 89 type_variable_bounds_test/none: fail # Issue 11578
87 type_variable_scope_test/none: fail # Issue 11578 90 type_variable_scope_test/none: fail # Issue 11578
88 factory_implementation_test/none: fail # Issue 11578 91 factory_implementation_test/none: fail # Issue 11578
89 92
90 redirecting_factory_malbounded_test/none: Fail # Issue 12827
91
92 # test issue 11579, assignment, no setter 93 # test issue 11579, assignment, no setter
93 getter_no_setter_test/none: fail 94 getter_no_setter_test/none: fail
94 95
95 # test issue 11581, it is not warning to call dynamic 96 # test issue 11581, it is not warning to call dynamic
96 call_through_getter_test: fail 97 call_through_getter_test: fail
97 98
98 # test issue 11584, positional arguments cannot be used for named parameters 99 # test issue 11584, positional arguments cannot be used for named parameters
99 compile_time_constant_e_test: fail 100 compile_time_constant_e_test: fail
100 101
101 # test issue 11585, static warning, not negative test 102 # test issue 11585, static warning, not negative test
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 180
180 # test issue 12541; there shouldn't be a static warning 181 # test issue 12541; there shouldn't be a static warning
181 static_field_test/01: fail # Issue 12541 182 static_field_test/01: fail # Issue 12541
182 static_field_test/02: fail # Issue 12541 183 static_field_test/02: fail # Issue 12541
183 static_field_test/03: fail # Issue 12541 184 static_field_test/03: fail # Issue 12541
184 static_field_test/04: fail # Issue 12541 185 static_field_test/04: fail # Issue 12541
185 186
186 # test issue 13787; duplicate exports of the same declaration is not handled 187 # test issue 13787; duplicate exports of the same declaration is not handled
187 duplicate_export_test: fail # Issue 13787 188 duplicate_export_test: fail # Issue 13787
188 189
190 # test issue 13916, Looks as no warning should be in this redirecting factory
191 redirecting_factory_infinite_steps_test/01: fail
192
189 [ $compiler == dartanalyzer && $checked ] 193 [ $compiler == dartanalyzer && $checked ]
190 factory1_test/00: fail 194 factory1_test/00: fail
191 factory1_test/01: fail 195 factory1_test/01: fail
192 field_type_check2_test/01: fail 196 field_type_check2_test/01: fail
193 factory_implementation_test/00: fail 197 factory_implementation_test/00: fail
194 factory_redirection_test/08: fail 198 factory_redirection_test/08: fail
195 factory_redirection_test/09: fail 199 factory_redirection_test/09: fail
196 factory_redirection_test/10: fail 200 factory_redirection_test/10: fail
197 factory_redirection_test/11: fail 201 factory_redirection_test/11: fail
198 factory_redirection_test/12: fail 202 factory_redirection_test/12: fail
199 factory_redirection_test/13: fail 203 factory_redirection_test/13: fail
200 factory_redirection_test/14: fail 204 factory_redirection_test/14: fail
201 getters_setters2_test/03: fail 205 getters_setters2_test/03: fail
202 type_variable_bounds3_test/00: fail 206 type_variable_bounds3_test/00: fail
203 type_variable_bounds2_test/05: fail 207 type_variable_bounds2_test/05: fail
204 208
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698