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

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

Issue 2627343004: Revert "Add support for the new function-type syntax." (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 | « tests/language/language.status ('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 # Doesn't yet implement `covariant` keyword. 10 # Doesn't yet implement `covariant` keyword.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 null_is_bottom_type_test/01: StaticWarning # Issue 28027 75 null_is_bottom_type_test/01: StaticWarning # Issue 28027
76 null_is_bottom_type_test/03: StaticWarning # Issue 28027 76 null_is_bottom_type_test/03: StaticWarning # Issue 28027
77 null_is_bottom_type_test/06: StaticWarning # Issue 28027 77 null_is_bottom_type_test/06: StaticWarning # Issue 28027
78 null_is_bottom_type_test/08: StaticWarning # Issue 28027 78 null_is_bottom_type_test/08: StaticWarning # Issue 28027
79 null_is_bottom_type_test/10: StaticWarning # Issue 28027 79 null_is_bottom_type_test/10: StaticWarning # Issue 28027
80 null_is_bottom_type_test/11: StaticWarning # Issue 28027 80 null_is_bottom_type_test/11: StaticWarning # Issue 28027
81 null_is_bottom_type_test/14: StaticWarning # Issue 28027 81 null_is_bottom_type_test/14: StaticWarning # Issue 28027
82 null_is_bottom_type_test/15: StaticWarning # Issue 28027 82 null_is_bottom_type_test/15: StaticWarning # Issue 28027
83 83
84 generic_function_typedef_test: Fail # Issue 27969
85 generic_function_typedef2_test/none: Fail # Issue 27969
86 generic_function_typedef2_test/04: Fail # Issue 27969
87 generalized_function_type_test: Fail # Issue 27969
88
89 # Please add new failing tests before this line. 84 # Please add new failing tests before this line.
90 # Section below is for invalid tests. 85 # Section below is for invalid tests.
91 # 86 #
92 # 87 #
93 88
94 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined 89 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
95 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied 90 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim e error, but test runner is not satisfied
96 91
97 # test issue 11124, It is warning, not error to don't initialize final field 92 # test issue 11124, It is warning, not error to don't initialize final field
98 field3a_negative_test: Fail # Issue 11124 93 field3a_negative_test: Fail # Issue 11124
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 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.
535 530
536 # Experimental feature: Syntactic support for generic methods. 531 # Experimental feature: Syntactic support for generic methods.
537 generic_methods_type_expression_test: StaticWarning # Issue 25868 532 generic_methods_type_expression_test: StaticWarning # Issue 25868
538 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 533 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868
539 534
540 # Experimental feature: Use initializing formals in initializers and constructor body. 535 # Experimental feature: Use initializing formals in initializers and constructor body.
541 initializing_formal_type_test: StaticWarning # Issue 26658 536 initializing_formal_type_test: StaticWarning # Issue 26658
542 537
543 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/language.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698