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

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

Issue 2556433004: Disallow deprecated typedef syntax for mixin apps in the VM (fixes #14410). (Closed)
Patch Set: dedup test 13 Created 4 years 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 | « runtime/vm/parser.cc ('k') | tests/language/language_dart2js.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 # Runtime negative test. No static errors or warnings. 10 # Runtime negative test. No static errors or warnings.
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 149
150 # test issue 14079 150 # test issue 14079
151 malformed_test/none: fail # test issue 14079, legit warnings for malformed type 151 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
152 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 152 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
153 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 153 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
154 regress_22438_test: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 154 regress_22438_test: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
155 155
156 # test issue 14228 156 # test issue 14228
157 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected 157 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
158 158
159 # test issue 14410, "typedef C = " is now really illegal syntax
160 mixin_illegal_syntax_test/none: fail
161
162 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=. 159 # test issue 14736, It is a static warning if a class C declares an instance met hod named n and has a setter named n=.
163 setter4_test: StaticWarning 160 setter4_test: StaticWarning
164 161
165 # test issue 15467 162 # test issue 15467
166 proxy_test/05: StaticWarning # Issue 15467 163 proxy_test/05: StaticWarning # Issue 15467
167 proxy_test/06: StaticWarning # Issue 15467 164 proxy_test/06: StaticWarning # Issue 15467
168 proxy3_test/03: StaticWarning # Issue 15467 165 proxy3_test/03: StaticWarning # Issue 15467
169 proxy3_test/04: StaticWarning # Issue 15467 166 proxy3_test/04: StaticWarning # Issue 15467
170 167
171 # test issue 18230 168 # test issue 18230
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 map_literal3_test: StaticWarning 282 map_literal3_test: StaticWarning
286 map_literal4_test: StaticWarning 283 map_literal4_test: StaticWarning
287 map_literal6_test: StaticWarning 284 map_literal6_test: StaticWarning
288 map_literal8_test: StaticWarning 285 map_literal8_test: StaticWarning
289 map_literal_negative_test: CompileTimeError 286 map_literal_negative_test: CompileTimeError
290 method_override4_test: StaticWarning 287 method_override4_test: StaticWarning
291 method_override5_test: StaticWarning 288 method_override5_test: StaticWarning
292 method_override6_test: StaticWarning 289 method_override6_test: StaticWarning
293 method_override_test: StaticWarning 290 method_override_test: StaticWarning
294 mixin_illegal_static_access_test: StaticWarning 291 mixin_illegal_static_access_test: StaticWarning
295 mixin_illegal_syntax_test/13: CompileTimeError
296 mixin_type_parameters_mixin_extends_test: StaticWarning 292 mixin_type_parameters_mixin_extends_test: StaticWarning
297 mixin_type_parameters_mixin_test: StaticWarning 293 mixin_type_parameters_mixin_test: StaticWarning
298 mixin_type_parameters_super_extends_test: StaticWarning 294 mixin_type_parameters_super_extends_test: StaticWarning
299 mixin_type_parameters_super_test: StaticWarning 295 mixin_type_parameters_super_test: StaticWarning
300 mixin_with_two_implicit_constructors_test: StaticWarning 296 mixin_with_two_implicit_constructors_test: StaticWarning
301 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 297 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
302 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated 298 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot be annotated
303 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated 299 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno tated
304 named_constructor_test/01: StaticWarning 300 named_constructor_test/01: StaticWarning
305 named_constructor_test/03: StaticWarning 301 named_constructor_test/03: StaticWarning
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in. 493 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in.
498 494
499 # Experimental feature: Syntactic support for generic methods. 495 # Experimental feature: Syntactic support for generic methods.
500 generic_methods_type_expression_test: StaticWarning # Issue 25868 496 generic_methods_type_expression_test: StaticWarning # Issue 25868
501 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 497 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868
502 498
503 # Experimental feature: Use initializing formals in initializers and constructor body. 499 # Experimental feature: Use initializing formals in initializers and constructor body.
504 initializing_formal_type_test: StaticWarning # Issue 26658 500 initializing_formal_type_test: StaticWarning # Issue 26658
505 501
506 regress_27572_test: StaticWarning # Warning about undefined method expected. 502 regress_27572_test: StaticWarning # Warning about undefined method expected.
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698