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

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

Issue 24481002: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-co19.status ('k') | tests/lib/analyzer/analyze_library.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 # Missing compile-time errors for parameters marked static.
8 static_parameter_test/02: Fail
9 static_parameter_test/03: Fail
10 static_parameter_test/04: Fail
11 static_parameter_test/06: Fail
12 static_parameter_test/07: Fail
13 static_parameter_test/08: Fail
14 static_parameter_test/10: Fail
15 static_parameter_test/11: Fail
16 static_parameter_test/12: Fail
17
7 # Runtime negative test. No static errors or warnings. 18 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 19 closure_call_wrong_argument_count_negative_test: skip
9 20
10 # TBD: using built-in identifers 21 # TBD: using built-in identifers
11 built_in_identifier_prefix_test: fail # Issue 12694 22 built_in_identifier_prefix_test: fail # Issue 12694
12 23
13 # TBD: these look like bad tests, no issue number 24 # TBD: these look like bad tests, no issue number
14 class_literal_test: fail 25 class_literal_test: fail
15 constructor_call_as_function_test/01: fail 26 constructor_call_as_function_test/01: fail
16 27
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 private_member2_negative_test: fail 62 private_member2_negative_test: fail
52 private_member3_negative_test: fail 63 private_member3_negative_test: fail
53 64
54 built_in_identifier_test/none: Fail # Issue 13023 65 built_in_identifier_test/none: Fail # Issue 13023
55 66
56 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 67 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
57 block_scope_test: fail 68 block_scope_test: fail
58 lazy_static3_test: fail 69 lazy_static3_test: fail
59 70
60 field3a_negative_test: Fail # Issue 11124 71 field3a_negative_test: Fail # Issue 11124
61 const_syntax_test/01: Fail # Issue 11124
62 const_syntax_test/04: Fail # Issue 11124
63 const_syntax_test/02: Fail # Issue 11124
64 const_syntax_test/03: Fail # Issue 11124
65 final_syntax_test/01: Fail # Issue 11124 72 final_syntax_test/01: Fail # Issue 11124
66 final_syntax_test/04: Fail # Issue 11124 73 final_syntax_test/04: Fail # Issue 11124
67 final_syntax_test/02: Fail # Issue 11124 74 final_syntax_test/02: Fail # Issue 11124
68 final_syntax_test/03: Fail # Issue 11124 75 final_syntax_test/03: Fail # Issue 11124
69 76
70 # Test issue 11123, Only static fields can be declared as 'const' 77 # Test issue 11123, Only static fields can be declared as 'const'
71 const_escape_frog_test: fail 78 const_escape_frog_test: fail
72 compile_time_constant_test/none: fail 79 compile_time_constant_test/none: fail
73 80
74 # Test issue 11545, using not existing constructor name in annotation 81 # Test issue 11545, using not existing constructor name in annotation
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 128
122 # test issue 11592, Function type alias (typedef) is not a constant 129 # test issue 11592, Function type alias (typedef) is not a constant
123 first_class_types_constants_test: fail 130 first_class_types_constants_test: fail
124 131
125 # test issue 11594, Reference to a not resolve identifier is static warning 132 # test issue 11594, Reference to a not resolve identifier is static warning
126 import_combinators_negative_test: fail 133 import_combinators_negative_test: fail
127 interface_static_non_final_fields_negative_test: fail 134 interface_static_non_final_fields_negative_test: fail
128 135
129 instantiate_type_variable_test/01: fail # Issue 11595 136 instantiate_type_variable_test/01: fail # Issue 11595
130 137
131 mixin_type_parameters_errors_test/01: fail # Issue 11598
132 mixin_type_parameters_errors_test/02: fail # Issue 11598
133 mixin_type_parameters_errors_test/05: fail # Issue 11598
134
135 # test issue 11698, no setter, so warning, not error 138 # test issue 11698, no setter, so warning, not error
136 assign_instance_method_negative_test: fail 139 assign_instance_method_negative_test: fail
137 140
138 # test issue 11918: mixin and const constructor 141 # test issue 11918: mixin and const constructor
139 const_constructor_mixin_test/01: fail 142 const_constructor_mixin_test/01: fail
140 const_constructor_mixin3_test/01: fail 143 const_constructor_mixin3_test/01: fail
141 144
142 # test issue 11958, fails only at runtime 145 # test issue 11958, fails only at runtime
143 no_such_method_negative_test: fail 146 no_such_method_negative_test: fail
144 147
145 # test issue 11962, it is warning, not error to reference undeclared identifier 148 # test issue 11962, it is warning, not error to reference undeclared identifier
146 prefix1_negative_test: fail 149 prefix1_negative_test: fail
147 prefix2_negative_test: fail 150 prefix2_negative_test: fail
148 prefix4_negative_test: fail 151 prefix4_negative_test: fail
149 prefix5_negative_test: fail 152 prefix5_negative_test: fail
150 prefix12_negative_test: fail 153 prefix12_negative_test: fail
151 154
152 # test issue 11963, it is fine to access any property of the dynamic variable 155 # test issue 11963, it is fine to access any property of the dynamic variable
153 prefix6_negative_test: fail 156 prefix6_negative_test: fail
154 157
155 # test issue 11964, Any use of a malformed type gives rise to a static warning. 158 # test issue 11964, Any use of a malformed type gives rise to a static warning.
156 prefix8_negative_test: fail 159 prefix8_negative_test: fail
157 prefix11_negative_test: fail 160 prefix11_negative_test: fail
158 161
159 # test issue 12156, fails only at runtime 162 # test issue 12156, fails only at runtime
160 static_call_wrong_argument_count_negative_test: fail 163 static_call_wrong_argument_count_negative_test: fail
161 164
162 # test issue 12157, uninitializer instance variable is warning, so not negative test
163 static_final_field2_test/02: Fail # Issue 13018
164 constructor9_test/01: Fail # Issue 12157 165 constructor9_test/01: Fail # Issue 12157
165 166
166 throw7_test/01: Fail # Issue 12159 167 throw7_test/01: Fail # Issue 12159
167 168
168 # test issue 12160, not annotated warnings for type variables from static member 169 # test issue 12160, not annotated warnings for type variables from static member
169 type_parameter_test/none: fail 170 type_parameter_test/none: fail
170 # test issue 12161, type variable in static, malformed type, static warning 171 # test issue 12161, type variable in static, malformed type, static warning
171 type_variable_static_context_negative_test: fail 172 type_variable_static_context_negative_test: fail
172 173
173 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything 174 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 factory_redirection_test/09: fail 214 factory_redirection_test/09: fail
214 factory_redirection_test/10: fail 215 factory_redirection_test/10: fail
215 factory_redirection_test/11: fail 216 factory_redirection_test/11: fail
216 factory_redirection_test/12: fail 217 factory_redirection_test/12: fail
217 factory_redirection_test/13: fail 218 factory_redirection_test/13: fail
218 factory_redirection_test/14: fail 219 factory_redirection_test/14: fail
219 getters_setters2_test/03: fail 220 getters_setters2_test/03: fail
220 type_variable_bounds3_test/00: fail 221 type_variable_bounds3_test/00: fail
221 type_variable_bounds2_test/05: fail 222 type_variable_bounds2_test/05: fail
222 223
OLDNEW
« no previous file with comments | « tests/co19/co19-co19.status ('k') | tests/lib/analyzer/analyze_library.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698