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

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

Issue 47513007: Fix the more specific relation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase + fix test/status 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/compiler/dart2js/type_checker_test.dart ('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 # 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 156 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
157 157
158 # test issue 14228 158 # test issue 14228
159 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 159 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
160 160
161 # test issue 14289 161 # test issue 14289
162 bailout3_test: fail # test issue 14289 162 bailout3_test: fail # test issue 14289
163 prefix9_test: fail # test issue 14289 163 prefix9_test: fail # test issue 14289
164 164
165 # test issue 14358, E does not implement inherited A.+ 165 # test issue 14358, E does not implement inherited A.+
166 type_promotion_closure_test/none: Fail 166 type_promotion_closure_test/01: Fail
167 167 type_promotion_closure_test/02: Fail
168 # test issue 14362, wrong assumption that dynamic << A
169 type_promotion_functions_test/none: Fail
170 168
171 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 169 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
172 type_promotion_parameter_test/53: Fail 170 type_promotion_parameter_test/53: Fail
173 171
174 # test issue 14364, "E<A> << D" 172 # test issue 14364, "E<A> << D"
175 type_promotion_more_specific_test/08: fail 173 type_promotion_more_specific_test/09: Fail
174 type_promotion_more_specific_test/10: Fail
175 type_promotion_more_specific_test/11: Fail
176 176
177 # test issue 14406, setter for final field was removed from spec 177 # test issue 14406, setter for final field was removed from spec
178 implicit_setter_test/01: fail 178 implicit_setter_test/01: fail
179 implicit_setter_test/02: fail 179 implicit_setter_test/02: fail
180 180
181 # test issue 14410, "typedef C = " is now really illegal syntax 181 # test issue 14410, "typedef C = " is now really illegal syntax
182 mixin_illegal_syntax_test/none: fail 182 mixin_illegal_syntax_test/none: fail
183 183
184 184
185 abstract_exact_selector_test: StaticWarning 185 abstract_exact_selector_test: StaticWarning
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 switch5_negative_test: CompileTimeError 452 switch5_negative_test: CompileTimeError
453 switch6_test: StaticWarning 453 switch6_test: StaticWarning
454 switch7_negative_test: CompileTimeError 454 switch7_negative_test: CompileTimeError
455 switch_fallthru_test: StaticWarning 455 switch_fallthru_test: StaticWarning
456 test_negative_test: CompileTimeError 456 test_negative_test: CompileTimeError
457 top_level_non_prefixed_library_test: StaticWarning 457 top_level_non_prefixed_library_test: StaticWarning
458 try_catch4_test: StaticWarning 458 try_catch4_test: StaticWarning
459 try_catch5_test: StaticWarning 459 try_catch5_test: StaticWarning
460 type_argument_in_super_type_test: StaticWarning 460 type_argument_in_super_type_test: StaticWarning
461 typed_selector2_test: StaticWarning 461 typed_selector2_test: StaticWarning
462 type_promotion_closure_test/05: StaticWarning
463 type_promotion_closure_test/08: StaticWarning
464 type_promotion_more_specific_test/06: StaticWarning
465 type_promotion_more_specific_test/07: StaticWarning
466 type_variable_bounds2_test/05: StaticWarning 462 type_variable_bounds2_test/05: StaticWarning
467 type_variable_bounds3_test/00: StaticWarning 463 type_variable_bounds3_test/00: StaticWarning
468 type_variable_identifier_expression_test: StaticWarning 464 type_variable_identifier_expression_test: StaticWarning
469 type_variable_scope2_test: StaticWarning 465 type_variable_scope2_test: StaticWarning
470 unary_plus_negative_test: CompileTimeError 466 unary_plus_negative_test: CompileTimeError
471 unbound_getter_test: StaticWarning 467 unbound_getter_test: StaticWarning
472 unhandled_exception_negative_test: CompileTimeError 468 unhandled_exception_negative_test: CompileTimeError
473 unresolved_top_level_method_negative_test: CompileTimeError 469 unresolved_top_level_method_negative_test: CompileTimeError
474 vm/type_cast_vm_test: StaticWarning 470 vm/type_cast_vm_test: StaticWarning
475 vm/type_vm_test: StaticWarning 471 vm/type_vm_test: StaticWarning
476 void_type_test: StaticWarning 472 void_type_test: StaticWarning
477 473
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/type_checker_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698