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

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

Issue 700943003: Fix issue 19424 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean up Created 6 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
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 # 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 factory_redirection_test/12: StaticWarning # Issue 18230 156 factory_redirection_test/12: StaticWarning # Issue 18230
157 factory_redirection_test/13: StaticWarning # Issue 18230 157 factory_redirection_test/13: StaticWarning # Issue 18230
158 factory_redirection_test/14: StaticWarning # Issue 18230 158 factory_redirection_test/14: StaticWarning # Issue 18230
159 factory_redirection_test/none: StaticWarning # Issue 18230 159 factory_redirection_test/none: StaticWarning # Issue 18230
160 160
161 # analyzer does not handle @proxy and noSuchMethod correctly 161 # analyzer does not handle @proxy and noSuchMethod correctly
162 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 162 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132
163 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 163 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132
164 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 164 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132
165 165
166 regress_19413_test/01: MissingStaticWarning # Issue 19424
167
168 # test issue 20074 166 # test issue 20074
169 regress_20074_test: CompileTimeError # Issue 20074 167 regress_20074_test: CompileTimeError # Issue 20074
170 168
171 # The following tests are currently assumed to be failing because the test is wr ong. 169 # The following tests are currently assumed to be failing because the test is wr ong.
172 # 170 #
173 application_negative_test: CompileTimeError # Test Issue 14528 171 application_negative_test: CompileTimeError # Test Issue 14528
174 bad_constructor_test/05: CompileTimeError # Test Issue 5337 172 bad_constructor_test/05: CompileTimeError # Test Issue 5337
175 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 173 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
176 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 174 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
177 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95 175 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 483 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
486 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 484 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
487 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 485 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
488 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 486 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
489 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 487 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
490 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 488 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
491 const_init2_test/02: MissingCompileTimeError # Issue 16391 489 const_init2_test/02: MissingCompileTimeError # Issue 16391
492 malformed2_test/01: MissingCompileTimeError # Issue 16391 490 malformed2_test/01: MissingCompileTimeError # Issue 16391
493 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 491 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
494 type_parameter_test/05: MissingCompileTimeError # Issue 16391 492 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698