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

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

Issue 2639883005: Add parser support for covariant parameters (Closed)
Patch Set: 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 | « pkg/front_end/lib/src/scanner/token.dart ('k') | no next file » | 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.
11 covariant_test/06: MissingCompileTimeError # Issue 28167 11 covariant_test/none: CompileTimeError # Issue 28167
12 covariant_test/06b: MissingCompileTimeError # Issue 28167 12 covariant_test/00c: CompileTimeError # Issue 28167
13 covariant_test/07: MissingCompileTimeError # Issue 28167 13 covariant_test/20c: CompileTimeError # Issue 28167
14 covariant_test/08: MissingCompileTimeError # Issue 28167
15 covariant_test/11: MissingCompileTimeError # Issue 28167
16 covariant_test/15: MissingCompileTimeError # Issue 28167
17 covariant_test/26: MissingCompileTimeError # Issue 28167
18 covariant_test/26b: MissingCompileTimeError # Issue 28167
19 covariant_test/27: MissingCompileTimeError # Issue 28167
20 covariant_test/28: MissingCompileTimeError # Issue 28167
21 covariant_test/31: MissingCompileTimeError # Issue 28167
22 covariant_test/35: MissingCompileTimeError # Issue 28167
23 covariant_test/40: CompileTimeError # Issue 28167 14 covariant_test/40: CompileTimeError # Issue 28167
24 covariant_test/40b: CompileTimeError # Issue 28167 15 covariant_test/40b: CompileTimeError # Issue 28167
16 covariant_test/40c: CompileTimeError # Issue 28167
25 covariant_test/42: CompileTimeError # Issue 28167 17 covariant_test/42: CompileTimeError # Issue 28167
26 covariant_test/46: MissingCompileTimeError # Issue 28167 18 covariant_test/48: CompileTimeError # Issue 28167
27 covariant_test/46b: MissingCompileTimeError # Issue 28167
28 covariant_test/47: MissingCompileTimeError # Issue 28167
29 covariant_test/48: StaticWarning
30 covariant_test/51: MissingCompileTimeError # Issue 28167
31 covariant_test/52: CompileTimeError # Issue 28167 19 covariant_test/52: CompileTimeError # Issue 28167
32 covariant_test/54: CompileTimeError # Issue 28167 20 covariant_test/54: CompileTimeError # Issue 28167
33 covariant_test/55: MissingCompileTimeError # Issue 28167
34 covariant_test/56: CompileTimeError # Issue 28167 21 covariant_test/56: CompileTimeError # Issue 28167
35 covariant_override_test: CompileTimeError # Issue 28167
36 22
37 # Runtime negative test. No static errors or warnings. 23 # Runtime negative test. No static errors or warnings.
38 closure_call_wrong_argument_count_negative_test: skip 24 closure_call_wrong_argument_count_negative_test: skip
39 25
40 # No longer support the old use of typedef to define a mixin 26 # No longer support the old use of typedef to define a mixin
41 mixin_illegal_syntax_test/00: Crash 27 mixin_illegal_syntax_test/00: Crash
42 28
43 deep_nesting1_negative_test: Crash # Issue 25558 29 deep_nesting1_negative_test: Crash # Issue 25558
44 deep_nesting2_negative_test: Crash # Issue 25558 30 deep_nesting2_negative_test: Crash # Issue 25558
45 31
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in. 510 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in.
525 511
526 # Experimental feature: Syntactic support for generic methods. 512 # Experimental feature: Syntactic support for generic methods.
527 generic_methods_type_expression_test: StaticWarning # Issue 25868 513 generic_methods_type_expression_test: StaticWarning # Issue 25868
528 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 514 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868
529 515
530 # Experimental feature: Use initializing formals in initializers and constructor body. 516 # Experimental feature: Use initializing formals in initializers and constructor body.
531 initializing_formal_type_test: StaticWarning # Issue 26658 517 initializing_formal_type_test: StaticWarning # Issue 26658
532 518
533 regress_27572_test: StaticWarning # Warning about undefined method expected. 519 regress_27572_test: StaticWarning # Warning about undefined method expected.
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/scanner/token.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698