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

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

Issue 56973009: Triage issue 14471. (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
« no previous file with comments | « no previous file | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 static_field_test/02: fail # Issue 12541 130 static_field_test/02: fail # Issue 12541
131 static_field_test/03: fail # Issue 12541 131 static_field_test/03: fail # Issue 12541
132 static_field_test/04: fail # Issue 12541 132 static_field_test/04: fail # Issue 12541
133 133
134 # test issue 13787; duplicate exports of the same declaration is not handled 134 # test issue 13787; duplicate exports of the same declaration is not handled
135 duplicate_export_test: fail # Issue 13787 135 duplicate_export_test: fail # Issue 13787
136 136
137 # test issue 13916, Looks as no warning should be in this redirecting factory 137 # test issue 13916, Looks as no warning should be in this redirecting factory
138 redirecting_factory_infinite_steps_test/01: fail 138 redirecting_factory_infinite_steps_test/01: fail
139 139
140 # test issue , disallow default values in redirecting factories 140 # test issue 14471, has (legitimate) static warning; but not annotated
141 redirecting_factory_default_values_test/none: fail # Issue 14471 141 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated
142 142
143 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type. 143 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
144 default_factory2_test/none: fail 144 default_factory2_test/none: fail
145 145
146 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 146 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
147 private_member1_negative_test: fail 147 private_member1_negative_test: fail
148 private_member2_negative_test: fail 148 private_member2_negative_test: fail
149 private_member3_negative_test: fail 149 private_member3_negative_test: fail
150 150
151 # test issue 14079 151 # test issue 14079
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 prefix14_test: StaticWarning 390 prefix14_test: StaticWarning
391 prefix15_negative_test: CompileTimeError 391 prefix15_negative_test: CompileTimeError
392 prefix15_test: StaticWarning 392 prefix15_test: StaticWarning
393 prefix16_test: StaticWarning 393 prefix16_test: StaticWarning
394 prefix17_test: StaticWarning 394 prefix17_test: StaticWarning
395 prefix18_negative_test: CompileTimeError 395 prefix18_negative_test: CompileTimeError
396 prefix22_test: StaticWarning 396 prefix22_test: StaticWarning
397 prefix23_test: StaticWarning 397 prefix23_test: StaticWarning
398 prefix7_negative_test: CompileTimeError 398 prefix7_negative_test: CompileTimeError
399 property_field_override_test: StaticWarning 399 property_field_override_test: StaticWarning
400 redirecting_factory_default_values_test/none: StaticWarning
401 redirecting_factory_incompatible_signature_test: StaticWarning 400 redirecting_factory_incompatible_signature_test: StaticWarning
402 regress_13494_test: StaticWarning 401 regress_13494_test: StaticWarning
403 return_type_test: StaticWarning 402 return_type_test: StaticWarning
404 script1_negative_test: CompileTimeError 403 script1_negative_test: CompileTimeError
405 script2_negative_test: CompileTimeError 404 script2_negative_test: CompileTimeError
406 setter_declaration2_negative_test: CompileTimeError 405 setter_declaration2_negative_test: CompileTimeError
407 setter_declaration_negative_test: CompileTimeError 406 setter_declaration_negative_test: CompileTimeError
408 setter_no_getter_call_test/01: CompileTimeError 407 setter_no_getter_call_test/01: CompileTimeError
409 source_self_negative_test: CompileTimeError 408 source_self_negative_test: CompileTimeError
410 static_initializer_type_error_test: StaticWarning 409 static_initializer_type_error_test: StaticWarning
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 type_variable_identifier_expression_test: StaticWarning 447 type_variable_identifier_expression_test: StaticWarning
449 type_variable_scope2_test: StaticWarning 448 type_variable_scope2_test: StaticWarning
450 unary_plus_negative_test: CompileTimeError 449 unary_plus_negative_test: CompileTimeError
451 unbound_getter_test: StaticWarning 450 unbound_getter_test: StaticWarning
452 unhandled_exception_negative_test: CompileTimeError 451 unhandled_exception_negative_test: CompileTimeError
453 unresolved_top_level_method_negative_test: CompileTimeError 452 unresolved_top_level_method_negative_test: CompileTimeError
454 vm/type_cast_vm_test: StaticWarning 453 vm/type_cast_vm_test: StaticWarning
455 vm/type_vm_test: StaticWarning 454 vm/type_vm_test: StaticWarning
456 void_type_test: StaticWarning 455 void_type_test: StaticWarning
457 456
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698