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

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

Issue 16293005: Don't use 'fail, OK' except of co19 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/language/language_analyzer2.status » ('j') | 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 abstract_factory_constructor_test/00: fail 6 abstract_factory_constructor_test/00: fail
7 assign_instance_method_negative_test: fail 7 assign_instance_method_negative_test: fail
8 assign_static_type_test/06: fail 8 assign_static_type_test/06: fail
9 bad_named_parameters2_test: fail 9 bad_named_parameters2_test: fail
10 bad_named_parameters_test: fail 10 bad_named_parameters_test: fail
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 type_variable_bounds_test/09: fail 198 type_variable_bounds_test/09: fail
199 type_variable_identifier_expression_negative_test: fail 199 type_variable_identifier_expression_negative_test: fail
200 type_variable_static_context_negative_test: fail 200 type_variable_static_context_negative_test: fail
201 unary2_test: fail 201 unary2_test: fail
202 unary_test: fail 202 unary_test: fail
203 unresolved_in_factory_negative_test: fail 203 unresolved_in_factory_negative_test: fail
204 unresolved_top_level_method_negative_test: fail 204 unresolved_top_level_method_negative_test: fail
205 unresolved_top_level_var_negative_test: fail 205 unresolved_top_level_var_negative_test: fail
206 206
207 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 207 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
208 block_scope_test: fail, OK 208 block_scope_test: fail
209 lazy_static3_test: fail, OK 209 lazy_static3_test: fail
210 210
211 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' 211 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
212 implicit_scope_test: fail, OK 212 implicit_scope_test: fail
213 213
214 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d 214 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d
215 execute_finally10_test: fail, OK 215 execute_finally10_test: fail
216 execute_finally11_test: fail, OK 216 execute_finally11_test: fail
217 final_used_in_try_test: fail, OK 217 final_used_in_try_test: fail
218 full_stacktrace2_test: fail, OK 218 full_stacktrace2_test: fail
219 stack_trace_test: fail, OK 219 stack_trace_test: fail
220 throw3_test: fail, OK 220 throw3_test: fail
221 try_catch3_test: fail, OK 221 try_catch3_test: fail
222 222
223 # test issue 10890; on-catch UnknownType is a static warning, not error 223 # test issue 10890; on-catch UnknownType is a static warning, not error
224 try_catch_on_syntax_test/01: fail, OK 224 try_catch_on_syntax_test/01: fail
225 try_catch_on_syntax_test/07: fail, OK 225 try_catch_on_syntax_test/07: fail
226 try_catch_syntax_test/08: fail, OK 226 try_catch_syntax_test/08: fail
227 227
228 # test issue 10899; it is static warning, not error, to call methods of class li teral 228 # test issue 10899; it is static warning, not error, to call methods of class li teral
229 class_literal_test/02: fail, OK 229 class_literal_test/02: fail
230 class_literal_test/05: fail, OK 230 class_literal_test/05: fail
231 class_literal_test/07: fail, OK 231 class_literal_test/07: fail
232 class_literal_test/10: fail, OK 232 class_literal_test/10: fail
233 class_literal_test/11: fail, OK 233 class_literal_test/11: fail
234 class_literal_test/12: fail, OK 234 class_literal_test/12: fail
235 class_literal_test/14: fail, OK 235 class_literal_test/14: fail
236 class_literal_test/17: fail, OK 236 class_literal_test/17: fail
237 class_literal_test/18: fail, OK 237 class_literal_test/18: fail
238 class_literal_test/19: fail, OK 238 class_literal_test/19: fail
239 class_literal_test/22: fail, OK 239 class_literal_test/22: fail
240 class_literal_test/23: fail, OK 240 class_literal_test/23: fail
241 class_literal_test/24: fail, OK 241 class_literal_test/24: fail
242 class_literal_test/27: fail, OK 242 class_literal_test/27: fail
243 class_literal_test/28: fail, OK 243 class_literal_test/28: fail
244 class_literal_test/29: fail, OK 244 class_literal_test/29: fail
245 class_literal_test/none: fail, OK 245 class_literal_test/none: fail
246 246
247 # Test issue 11124, Uninitialized finals are warnings not errors 247 # Test issue 11124, Uninitialized finals are warnings not errors
248 field3a_negative_test: fail, OK 248 field3a_negative_test: fail
249 const_syntax_test/01: fail, OK 249 const_syntax_test/01: fail
250 const_syntax_test/04: fail, OK 250 const_syntax_test/04: fail
251 const_syntax_test/02: fail, OK 251 const_syntax_test/02: fail
252 const_syntax_test/03: fail, OK 252 const_syntax_test/03: fail
253 final_syntax_test/01: fail, OK 253 final_syntax_test/01: fail
254 final_syntax_test/04: fail, OK 254 final_syntax_test/04: fail
255 final_syntax_test/02: fail, OK 255 final_syntax_test/02: fail
256 final_syntax_test/03: fail, OK 256 final_syntax_test/03: fail
257 257
258 # Test issue 11123, Only static fields can be declared as 'const' 258 # Test issue 11123, Only static fields can be declared as 'const'
259 const_escape_frog_test: fail, OK 259 const_escape_frog_test: fail
260 compile_time_constant_test/none: fail, OK 260 compile_time_constant_test/none: fail
261 261
262 [ $compiler == dartanalyzer && $checked ] 262 [ $compiler == dartanalyzer && $checked ]
263 factory1_test/00: fail 263 factory1_test/00: fail
264 factory1_test/01: fail 264 factory1_test/01: fail
265 field_type_check2_test/01: fail 265 field_type_check2_test/01: fail
266 factory_implementation_test/00: fail 266 factory_implementation_test/00: fail
267 factory_redirection_test/08: fail 267 factory_redirection_test/08: fail
268 factory_redirection_test/09: fail 268 factory_redirection_test/09: fail
269 factory_redirection_test/10: fail 269 factory_redirection_test/10: fail
270 factory_redirection_test/11: fail 270 factory_redirection_test/11: fail
271 factory_redirection_test/12: fail 271 factory_redirection_test/12: fail
272 factory_redirection_test/13: fail 272 factory_redirection_test/13: fail
273 factory_redirection_test/14: fail 273 factory_redirection_test/14: fail
274 getters_setters2_test/03: fail 274 getters_setters2_test/03: fail
275 type_variable_bounds3_test/00: fail 275 type_variable_bounds3_test/00: fail
276 type_variable_bounds2_test/05: fail 276 type_variable_bounds2_test/05: fail
277 type_variable_scope_test/00: fail 277 type_variable_scope_test/00: fail
278 type_variable_scope_test/01: fail 278 type_variable_scope_test/01: fail
279 type_variable_scope_test/02: fail 279 type_variable_scope_test/02: fail
280 type_variable_scope_test/03: fail 280 type_variable_scope_test/03: fail
281 type_variable_scope_test/04: fail 281 type_variable_scope_test/04: fail
282 type_variable_scope_test/05: fail 282 type_variable_scope_test/05: fail
283 283
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698