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

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

Issue 2643693002: Fix language/bad_constructor_test in dartk and analyzer. (Closed)
Patch Set: Remove extra blank line Created 3 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
« no previous file with comments | « tests/language/bad_constructor_test.dart ('k') | tests/language/language_kernel.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 6
7 regress_26668_test: Fail # Issue 26678 7 regress_26668_test: Fail # Issue 26678
8 regress_27617_test/1: MissingCompileTimeError 8 regress_27617_test/1: MissingCompileTimeError
9 9
10 # Doesn't yet implement `covariant` keyword. 10 # Doesn't yet implement `covariant` keyword.
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 # Test issue 11545, using not existing constructor name in annotation 103 # Test issue 11545, using not existing constructor name in annotation
104 metadata_test: fail 104 metadata_test: fail
105 105
106 # test issue 11575, classes with abstract members are not marked as abstract 106 # test issue 11575, classes with abstract members are not marked as abstract
107 get_set_syntax_test/none: fail # Issue 11575 107 get_set_syntax_test/none: fail # Issue 11575
108 implicit_this_test/none: fail # Issue 11575 108 implicit_this_test/none: fail # Issue 11575
109 interface_test/none: fail # Issue 11575 109 interface_test/none: fail # Issue 11575
110 syntax_test/none: fail # Issue 11575 110 syntax_test/none: fail # Issue 11575
111 111
112 # test issue 11576
113 bad_constructor_test/none: fail # Issue 11576
114
115 # test issue 11577, has return type for []= 112 # test issue 11577, has return type for []=
116 cascade_test/none: fail # Issue 11577 113 cascade_test/none: fail # Issue 11577
117 114
118 # test issue 11578, redirecting factory with not subtype 115 # test issue 11578, redirecting factory with not subtype
119 factory5_test/none: fail # Issue 11578 116 factory5_test/none: fail # Issue 11578
120 type_variable_bounds_test/none: fail # Issue 11578 117 type_variable_bounds_test/none: fail # Issue 11578
121 type_variable_scope_test/none: fail # Issue 11578 118 type_variable_scope_test/none: fail # Issue 11578
122 factory_implementation_test/none: fail # Issue 11578 119 factory_implementation_test/none: fail # Issue 11578
123 malbounded_redirecting_factory_test/none: fail # Issue 11578 120 malbounded_redirecting_factory_test/none: fail # Issue 11578
124 malbounded_redirecting_factory2_test/none: fail # Issue 11578 121 malbounded_redirecting_factory2_test/none: fail # Issue 11578
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 factory_redirection_test/10: StaticWarning # Issue 18230 209 factory_redirection_test/10: StaticWarning # Issue 18230
213 factory_redirection_test/11: StaticWarning # Issue 18230 210 factory_redirection_test/11: StaticWarning # Issue 18230
214 factory_redirection_test/12: StaticWarning # Issue 18230 211 factory_redirection_test/12: StaticWarning # Issue 18230
215 factory_redirection_test/13: StaticWarning # Issue 18230 212 factory_redirection_test/13: StaticWarning # Issue 18230
216 factory_redirection_test/14: StaticWarning # Issue 18230 213 factory_redirection_test/14: StaticWarning # Issue 18230
217 factory_redirection_test/none: StaticWarning # Issue 18230 214 factory_redirection_test/none: StaticWarning # Issue 18230
218 215
219 # The following tests are currently assumed to be failing because the test is wr ong. 216 # The following tests are currently assumed to be failing because the test is wr ong.
220 # 217 #
221 application_negative_test: CompileTimeError # Test Issue 14528 218 application_negative_test: CompileTimeError # Test Issue 14528
222 bad_constructor_test/05: CompileTimeError # Test Issue 5337
223 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 219 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529
224 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 220 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693
225 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95 221 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186 95
226 empty_block_case_test: StaticWarning # Test Issue 18701 222 empty_block_case_test: StaticWarning # Test Issue 18701
227 error_stacktrace_test: StaticWarning # Test Issue 18702 223 error_stacktrace_test: StaticWarning # Test Issue 18702
228 224
229 abstract_beats_arguments_test: StaticWarning 225 abstract_beats_arguments_test: StaticWarning
230 const_counter_negative_test: CompileTimeError 226 const_counter_negative_test: CompileTimeError
231 const_optional_args_negative_test: CompileTimeError 227 const_optional_args_negative_test: CompileTimeError
232 constructor_redirect1_negative_test: CompileTimeError 228 constructor_redirect1_negative_test: CompileTimeError
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in. 529 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in.
534 530
535 # Experimental feature: Syntactic support for generic methods. 531 # Experimental feature: Syntactic support for generic methods.
536 generic_methods_type_expression_test: StaticWarning # Issue 25868 532 generic_methods_type_expression_test: StaticWarning # Issue 25868
537 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 533 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868
538 534
539 # Experimental feature: Use initializing formals in initializers and constructor body. 535 # Experimental feature: Use initializing formals in initializers and constructor body.
540 initializing_formal_type_test: StaticWarning # Issue 26658 536 initializing_formal_type_test: StaticWarning # Issue 26658
541 537
542 regress_27572_test: StaticWarning # Warning about undefined method expected. 538 regress_27572_test: StaticWarning # Warning about undefined method expected.
OLDNEW
« no previous file with comments | « tests/language/bad_constructor_test.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698