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

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

Issue 136753002: Version 1.1.0-dev.5.9 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 169 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060
170 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 170 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060
171 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 171 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060
172 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 172 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060
173 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 173 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060
174 174
175 # test issue 15467 175 # test issue 15467
176 proxy_test/05: StaticWarning # Issue 15467 176 proxy_test/05: StaticWarning # Issue 15467
177 proxy_test/06: StaticWarning # Issue 15467 177 proxy_test/06: StaticWarning # Issue 15467
178 178
179 # test issue 15714
180 typevariable_substitution2_test/01: StaticWarning # Issue 15714
181
179 abstract_exact_selector_test: StaticWarning 182 abstract_exact_selector_test: StaticWarning
180 abstract_getter_test: StaticWarning 183 abstract_getter_test: StaticWarning
181 abstract_object_method_test: StaticWarning 184 abstract_object_method_test: StaticWarning
182 abstract_runtime_error_test: StaticWarning 185 abstract_runtime_error_test: StaticWarning
183 application_negative_test: CompileTimeError 186 application_negative_test: CompileTimeError
184 bad_constructor_test/05: CompileTimeError 187 bad_constructor_test/05: CompileTimeError
185 bad_initializer1_negative_test: CompileTimeError 188 bad_initializer1_negative_test: CompileTimeError
186 bad_named_constructor_negative_test: CompileTimeError 189 bad_named_constructor_negative_test: CompileTimeError
187 bad_named_parameters2_test: StaticWarning 190 bad_named_parameters2_test: StaticWarning
188 bad_named_parameters_test: StaticWarning 191 bad_named_parameters_test: StaticWarning
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 typed_selector2_test: StaticWarning 457 typed_selector2_test: StaticWarning
455 type_variable_identifier_expression_test: StaticWarning 458 type_variable_identifier_expression_test: StaticWarning
456 type_variable_scope2_test: StaticWarning 459 type_variable_scope2_test: StaticWarning
457 unary_plus_negative_test: CompileTimeError 460 unary_plus_negative_test: CompileTimeError
458 unbound_getter_test: StaticWarning 461 unbound_getter_test: StaticWarning
459 unhandled_exception_negative_test: CompileTimeError 462 unhandled_exception_negative_test: CompileTimeError
460 unresolved_top_level_method_negative_test: CompileTimeError 463 unresolved_top_level_method_negative_test: CompileTimeError
461 vm/type_cast_vm_test: StaticWarning 464 vm/type_cast_vm_test: StaticWarning
462 vm/type_vm_test: StaticWarning 465 vm/type_vm_test: StaticWarning
463 void_type_test: StaticWarning 466 void_type_test: StaticWarning
OLDNEW
« no previous file with comments | « dart/tests/language/language_analyzer.status ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698