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

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

Issue 32693003: Fix issue 13575 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: second attempt 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
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 # test issue 12191, ambiguous import is always warning now 151 # test issue 12191, ambiguous import is always warning now
152 prefix3_negative_test: fail # Issue 12191 152 prefix3_negative_test: fail # Issue 12191
153 153
154 # test issue 12289, assignment in assert statement 154 # test issue 12289, assignment in assert statement
155 type_error_test: fail # Issue 12289 155 type_error_test: fail # Issue 12289
156 156
157 # test issue 12381, It is compile-time error to invoke not existing function 157 # test issue 12381, It is compile-time error to invoke not existing function
158 issue11724_test: fail # Issue 12381 158 issue11724_test: fail # Issue 12381
159 call_nonexistent_static_test/08: fail # Issue 12381 159 call_nonexistent_static_test/08: fail # Issue 12381
160 160
161 scope_variable_test/01: fail # Issue 12397
162
163 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 161 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
164 const_syntax_test/09: fail # Issue 12539 162 const_syntax_test/09: fail # Issue 12539
165 163
166 # test issue 12541; there shouldn't be a static warning 164 # test issue 12541; there shouldn't be a static warning
167 static_field_test/01: fail # Issue 12541 165 static_field_test/01: fail # Issue 12541
168 static_field_test/02: fail # Issue 12541 166 static_field_test/02: fail # Issue 12541
169 static_field_test/03: fail # Issue 12541 167 static_field_test/03: fail # Issue 12541
170 static_field_test/04: fail # Issue 12541 168 static_field_test/04: fail # Issue 12541
171 169
172 # test issue 13787; duplicate exports of the same declaration is not handled 170 # test issue 13787; duplicate exports of the same declaration is not handled
(...skipping 11 matching lines...) Expand all
184 private_member3_negative_test: fail 182 private_member3_negative_test: fail
185 183
186 # test issue 14079 184 # test issue 14079
187 malformed_test/none: fail # test issue 14079, legit warnings for malformed type 185 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
188 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 186 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
189 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 187 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
190 188
191 # test issue 14228 189 # test issue 14228
192 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 190 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
193 191
192 # test issue 14289
193 bailout3_test: fail # test issue 14289
194 prefix9_test: fail # test issue 14289
195
194 # 196 #
195 # Please don't add new items here. 197 # Please don't add new items here.
196 # This is section for invalid tests. 198 # This is section for invalid tests.
197 # 199 #
198 200
199 [ $compiler == dartanalyzer && $checked ] 201 [ $compiler == dartanalyzer && $checked ]
200 factory1_test/00: fail 202 factory1_test/00: fail
201 factory1_test/01: fail 203 factory1_test/01: fail
202 field_type_check2_test/01: fail 204 field_type_check2_test/01: fail
203 factory_implementation_test/00: fail 205 factory_implementation_test/00: fail
204 factory_redirection_test/08: fail 206 factory_redirection_test/08: fail
205 factory_redirection_test/09: fail 207 factory_redirection_test/09: fail
206 factory_redirection_test/10: fail 208 factory_redirection_test/10: fail
207 factory_redirection_test/11: fail 209 factory_redirection_test/11: fail
208 factory_redirection_test/12: fail 210 factory_redirection_test/12: fail
209 factory_redirection_test/13: fail 211 factory_redirection_test/13: fail
210 factory_redirection_test/14: fail 212 factory_redirection_test/14: fail
211 getters_setters2_test/03: fail 213 getters_setters2_test/03: fail
212 type_variable_bounds3_test/00: fail 214 type_variable_bounds3_test/00: fail
213 type_variable_bounds2_test/05: fail 215 type_variable_bounds2_test/05: fail
214 216
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698