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

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

Issue 212543002: Update analyzer status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/language/language_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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 # missing warning for assignment to type variable 214 # missing warning for assignment to type variable
215 checked_setter3_test/01: MissingStaticWarning # Issue 16673 215 checked_setter3_test/01: MissingStaticWarning # Issue 16673
216 checked_setter3_test/02: MissingStaticWarning # Issue 16673 216 checked_setter3_test/02: MissingStaticWarning # Issue 16673
217 217
218 abstract_object_method_test: StaticWarning 218 abstract_object_method_test: StaticWarning
219 application_negative_test: CompileTimeError 219 application_negative_test: CompileTimeError
220 bad_constructor_test/05: CompileTimeError 220 bad_constructor_test/05: CompileTimeError
221 bad_initializer1_negative_test: CompileTimeError 221 bad_initializer1_negative_test: CompileTimeError
222 bad_named_constructor_negative_test: CompileTimeError 222 bad_named_constructor_negative_test: CompileTimeError
223 body_less_constructor_wrong_arg_negative_test: CompileTimeError 223 body_less_constructor_wrong_arg_negative_test: CompileTimeError
224 compile_time_constant_checked2_test/02: MissingCompileTimeError
225 compile_time_constant_checked2_test/03: MissingCompileTimeError
226 compile_time_constant_checked2_test/04: MissingCompileTimeError
227 compile_time_constant_checked2_test/06: MissingCompileTimeError
228 compile_time_constant_checked3_test/02: MissingCompileTimeError
229 compile_time_constant_checked3_test/03: MissingCompileTimeError
230 compile_time_constant_checked3_test/04: MissingCompileTimeError
231 compile_time_constant_checked3_test/06: MissingCompileTimeError
232 compile_time_constant_checked_test/02: MissingCompileTimeError
233 const_counter_negative_test: CompileTimeError 224 const_counter_negative_test: CompileTimeError
234 const_optional_args_negative_test: CompileTimeError 225 const_optional_args_negative_test: CompileTimeError
235 constructor_redirect1_negative_test: CompileTimeError 226 constructor_redirect1_negative_test: CompileTimeError
236 constructor_redirect2_negative_test: CompileTimeError 227 constructor_redirect2_negative_test: CompileTimeError
237 constructor_setter_negative_test: CompileTimeError 228 constructor_setter_negative_test: CompileTimeError
238 duplicate_export_negative_test: CompileTimeError 229 duplicate_export_negative_test: CompileTimeError
239 duplicate_interface_negative_test: CompileTimeError 230 duplicate_interface_negative_test: CompileTimeError
240 empty_block_case_test: StaticWarning 231 empty_block_case_test: StaticWarning
241 error_stacktrace_test: StaticWarning 232 error_stacktrace_test: StaticWarning
242 export_ambiguous_main_negative_test: CompileTimeError 233 export_ambiguous_main_negative_test: CompileTimeError
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 library_ambiguous_test/02: CompileTimeError 308 library_ambiguous_test/02: CompileTimeError
318 library_ambiguous_test/03: CompileTimeError 309 library_ambiguous_test/03: CompileTimeError
319 library_negative_test: CompileTimeError 310 library_negative_test: CompileTimeError
320 list_literal2_negative_test: CompileTimeError 311 list_literal2_negative_test: CompileTimeError
321 list_literal4_test: StaticWarning 312 list_literal4_test: StaticWarning
322 list_literal_negative_test: CompileTimeError 313 list_literal_negative_test: CompileTimeError
323 list_test: StaticWarning 314 list_test: StaticWarning
324 malbounded_type_cast_test: StaticWarning 315 malbounded_type_cast_test: StaticWarning
325 malbounded_type_literal_test: StaticWarning 316 malbounded_type_literal_test: StaticWarning
326 malformed_type_test: StaticWarning 317 malformed_type_test: StaticWarning
327 malformed2_test/01: MissingCompileTimeError
328 map_literal2_negative_test: CompileTimeError 318 map_literal2_negative_test: CompileTimeError
329 map_literal3_test: StaticWarning 319 map_literal3_test: StaticWarning
330 map_literal4_test: StaticWarning 320 map_literal4_test: StaticWarning
331 map_literal6_test: StaticWarning 321 map_literal6_test: StaticWarning
332 map_literal8_test: StaticWarning 322 map_literal8_test: StaticWarning
333 map_literal_negative_test: CompileTimeError 323 map_literal_negative_test: CompileTimeError
334 method_override4_test: StaticWarning 324 method_override4_test: StaticWarning
335 method_override5_test: StaticWarning 325 method_override5_test: StaticWarning
336 method_override6_test: StaticWarning 326 method_override6_test: StaticWarning
337 method_override_test: StaticWarning 327 method_override_test: StaticWarning
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 482
493 # Issue 17522 483 # Issue 17522
494 deferred_constraints_type_annotation_test/*: Pass, Fail 484 deferred_constraints_type_annotation_test/*: Pass, Fail
495 deferred_constraints_constants_test/*: Pass, Fail 485 deferred_constraints_constants_test/*: Pass, Fail
496 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 486 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
497 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 487 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
498 deferred_shadow_load_library_test: Fail 488 deferred_shadow_load_library_test: Fail
499 deferred_closurize_load_library_test: Fail 489 deferred_closurize_load_library_test: Fail
500 deferred_load_library_wrong_args_test/01: Fail 490 deferred_load_library_wrong_args_test/01: Fail
501 deferred_load_library_wrong_args_test/none: Fail 491 deferred_load_library_wrong_args_test/none: Fail
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698