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

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

Issue 54493002: Remove implicit_setter_test. (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 | « tests/language/language.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 # 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 # test issue 14228 154 # test issue 14228
155 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 155 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
156 156
157 # test issue 14289 157 # test issue 14289
158 bailout3_test: fail # test issue 14289 158 bailout3_test: fail # test issue 14289
159 prefix9_test: fail # test issue 14289 159 prefix9_test: fail # test issue 14289
160 160
161 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected 161 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
162 type_promotion_parameter_test/53: Fail 162 type_promotion_parameter_test/53: Fail
163 163
164 # test issue 14406, setter for final field was removed from spec
165 implicit_setter_test/01: fail
166 implicit_setter_test/02: fail
167
168 # test issue 14410, "typedef C = " is now really illegal syntax 164 # test issue 14410, "typedef C = " is now really illegal syntax
169 mixin_illegal_syntax_test/none: fail 165 mixin_illegal_syntax_test/none: fail
170 166
171 167
172 abstract_exact_selector_test: StaticWarning 168 abstract_exact_selector_test: StaticWarning
173 abstract_getter_test: StaticWarning 169 abstract_getter_test: StaticWarning
174 abstract_object_method_test: StaticWarning 170 abstract_object_method_test: StaticWarning
175 abstract_runtime_error_test: StaticWarning 171 abstract_runtime_error_test: StaticWarning
176 application_negative_test: CompileTimeError 172 application_negative_test: CompileTimeError
177 bad_constructor_test/05: CompileTimeError 173 bad_constructor_test/05: CompileTimeError
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 type_variable_identifier_expression_test: StaticWarning 444 type_variable_identifier_expression_test: StaticWarning
449 type_variable_scope2_test: StaticWarning 445 type_variable_scope2_test: StaticWarning
450 unary_plus_negative_test: CompileTimeError 446 unary_plus_negative_test: CompileTimeError
451 unbound_getter_test: StaticWarning 447 unbound_getter_test: StaticWarning
452 unhandled_exception_negative_test: CompileTimeError 448 unhandled_exception_negative_test: CompileTimeError
453 unresolved_top_level_method_negative_test: CompileTimeError 449 unresolved_top_level_method_negative_test: CompileTimeError
454 vm/type_cast_vm_test: StaticWarning 450 vm/type_cast_vm_test: StaticWarning
455 vm/type_vm_test: StaticWarning 451 vm/type_vm_test: StaticWarning
456 void_type_test: StaticWarning 452 void_type_test: StaticWarning
457 453
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698