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

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

Issue 56933002: Version 0.8.10.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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 | « dart/tests/co19/co19-analyzer2.status ('k') | dart/tests/lib/analyzer/analyze_library.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 == 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 # 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 11 matching lines...) Expand all
22 method_override8_test/03: Fail # Issue 11496 22 method_override8_test/03: Fail # Issue 11496
23 23
24 built_in_identifier_test/none: Fail # Issue 13023 24 built_in_identifier_test/none: Fail # Issue 13023
25 25
26 # Please add new failing tests before this line. 26 # Please add new failing tests before this line.
27 # Section below is for invalid tests. 27 # Section below is for invalid tests.
28 # 28 #
29 # 29 #
30 30
31 31
32 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
33 block_scope_test: fail
34 lazy_static3_test: fail
35
36 # test issue 11124, It is warning, not error to don't initialize final field 32 # test issue 11124, It is warning, not error to don't initialize final field
37 field3a_negative_test: Fail # Issue 11124 33 field3a_negative_test: Fail # Issue 11124
38 final_syntax_test/01: Fail # Issue 11124 34 final_syntax_test/01: Fail # Issue 11124
39 final_syntax_test/04: Fail # Issue 11124 35 final_syntax_test/04: Fail # Issue 11124
40 final_syntax_test/02: Fail # Issue 11124 36 final_syntax_test/02: Fail # Issue 11124
41 final_syntax_test/03: Fail # Issue 11124 37 final_syntax_test/03: Fail # Issue 11124
42 38
43 # Test issue 11545, using not existing constructor name in annotation 39 # Test issue 11545, using not existing constructor name in annotation
44 metadata_test: fail 40 metadata_test: fail
45 41
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 150 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
155 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 151 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
156 152
157 # test issue 14228 153 # test issue 14228
158 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 154 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
159 155
160 # test issue 14289 156 # test issue 14289
161 bailout3_test: fail # test issue 14289 157 bailout3_test: fail # test issue 14289
162 prefix9_test: fail # test issue 14289 158 prefix9_test: fail # test issue 14289
163 159
164 # test issue 14358, E does not implement inherited A.+
165 type_promotion_closure_test/01: Fail
166 type_promotion_closure_test/02: Fail
167
168 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 160 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
169 type_promotion_parameter_test/53: Fail 161 type_promotion_parameter_test/53: Fail
170 162
171 # test issue 14364, "E<A> << D"
172 type_promotion_more_specific_test/09: Fail
173 type_promotion_more_specific_test/10: Fail
174 type_promotion_more_specific_test/11: Fail
175
176 # test issue 14410, "typedef C = " is now really illegal syntax 163 # test issue 14410, "typedef C = " is now really illegal syntax
177 mixin_illegal_syntax_test/none: fail 164 mixin_illegal_syntax_test/none: fail
178 165
179 166
180 abstract_exact_selector_test: StaticWarning 167 abstract_exact_selector_test: StaticWarning
181 abstract_getter_test: StaticWarning 168 abstract_getter_test: StaticWarning
182 abstract_object_method_test: StaticWarning 169 abstract_object_method_test: StaticWarning
183 abstract_runtime_error_test: StaticWarning 170 abstract_runtime_error_test: StaticWarning
184 application_negative_test: CompileTimeError 171 application_negative_test: CompileTimeError
185 bad_constructor_test/05: CompileTimeError 172 bad_constructor_test/05: CompileTimeError
186 bad_initializer1_negative_test: CompileTimeError 173 bad_initializer1_negative_test: CompileTimeError
187 bad_initializer2_negative_test: CompileTimeError
188 bad_named_constructor_negative_test: CompileTimeError 174 bad_named_constructor_negative_test: CompileTimeError
189 bad_named_parameters2_test: StaticWarning 175 bad_named_parameters2_test: StaticWarning
190 bad_named_parameters_test: StaticWarning 176 bad_named_parameters_test: StaticWarning
191 bit_operations_test: StaticWarning 177 bit_operations_test: StaticWarning
192 body_less_constructor_wrong_arg_negative_test: CompileTimeError 178 body_less_constructor_wrong_arg_negative_test: CompileTimeError
193 built_in_identifier_test/01: CompileTimeError 179 built_in_identifier_test/01: CompileTimeError
194 call_constructor_on_unresolvable_class_test/04: StaticWarning 180 call_constructor_on_unresolvable_class_test/04: StaticWarning
195 call_constructor_on_unresolvable_class_test/05: StaticWarning 181 call_constructor_on_unresolvable_class_test/05: StaticWarning
196 call_constructor_on_unresolvable_class_test/06: StaticWarning 182 call_constructor_on_unresolvable_class_test/06: StaticWarning
197 call_nonexistent_constructor_test: StaticWarning 183 call_nonexistent_constructor_test: StaticWarning
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 switch5_negative_test: CompileTimeError 433 switch5_negative_test: CompileTimeError
448 switch6_test: StaticWarning 434 switch6_test: StaticWarning
449 switch7_negative_test: CompileTimeError 435 switch7_negative_test: CompileTimeError
450 switch_fallthru_test: StaticWarning 436 switch_fallthru_test: StaticWarning
451 test_negative_test: CompileTimeError 437 test_negative_test: CompileTimeError
452 top_level_non_prefixed_library_test: StaticWarning 438 top_level_non_prefixed_library_test: StaticWarning
453 try_catch4_test: StaticWarning 439 try_catch4_test: StaticWarning
454 try_catch5_test: StaticWarning 440 try_catch5_test: StaticWarning
455 type_argument_in_super_type_test: StaticWarning 441 type_argument_in_super_type_test: StaticWarning
456 typed_selector2_test: StaticWarning 442 typed_selector2_test: StaticWarning
457 type_variable_bounds2_test/05: StaticWarning
458 type_variable_bounds3_test/00: StaticWarning
459 type_variable_identifier_expression_test: StaticWarning 443 type_variable_identifier_expression_test: StaticWarning
460 type_variable_scope2_test: StaticWarning 444 type_variable_scope2_test: StaticWarning
461 unary_plus_negative_test: CompileTimeError 445 unary_plus_negative_test: CompileTimeError
462 unbound_getter_test: StaticWarning 446 unbound_getter_test: StaticWarning
463 unhandled_exception_negative_test: CompileTimeError 447 unhandled_exception_negative_test: CompileTimeError
464 unresolved_top_level_method_negative_test: CompileTimeError 448 unresolved_top_level_method_negative_test: CompileTimeError
465 vm/type_cast_vm_test: StaticWarning 449 vm/type_cast_vm_test: StaticWarning
466 vm/type_vm_test: StaticWarning 450 vm/type_vm_test: StaticWarning
467 void_type_test: StaticWarning 451 void_type_test: StaticWarning
468 452
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-analyzer2.status ('k') | dart/tests/lib/analyzer/analyze_library.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698