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

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

Issue 23103010: Add issue numbers to language tests status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 7 years, 4 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/language/language.status ('k') | tests/language/language_analyzer2.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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 # TBD: using built-in identifers 10 # TBD: using built-in identifers
11 built_in_identifier_prefix_test: fail 11 built_in_identifier_prefix_test: fail # Issue 12694
12 12
13 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound. 13 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
14 cyclic_type_variable_test/01: fail 14 cyclic_type_variable_test/01: fail
15 cyclic_type_variable_test/02: fail 15 cyclic_type_variable_test/02: fail
16 cyclic_type_variable_test/03: fail 16 cyclic_type_variable_test/03: fail
17 cyclic_type_variable_test/04: fail 17 cyclic_type_variable_test/04: fail
18 18
19 # TBF: It is a static type warning if any of the type arguments to k' are not su btypes of the bounds of the corresponding formal type parameters of type. 19 # TBF: It is a static type warning if any of the type arguments to k' are not su btypes of the bounds of the corresponding formal type parameters of type.
20 default_factory2_test/01: fail 20 default_factory2_test/01: fail # Issue 12701
21 21
22 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 22 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
23 default_implementation2_test: fail 23 default_implementation2_test: fail
24 24
25 # TBD: F-bounded quantification 25 # TBD: F-bounded quantification
26 f_bounded_quantification_test/01: fail 26 f_bounded_quantification_test/01: fail # Issue 12704
27 f_bounded_quantification_test/02: fail 27 f_bounded_quantification_test/02: fail # Issue 12704
28 28
29 function_type_alias9_test/00: crash # Issue 11987 29 function_type_alias9_test/00: crash # Issue 11987
30 30
31 list_literal_syntax_test/01: fail # Issue 12103 31 list_literal_syntax_test/01: fail # Issue 12103
32 list_literal_syntax_test/02: fail # Issue 12103 32 list_literal_syntax_test/02: fail # Issue 12103
33 list_literal_syntax_test/03: fail # Issue 12103 33 list_literal_syntax_test/03: fail # Issue 12103
34 malformed_test/none: fail 34 malformed_test/none: fail # Issue 12696
35 35
36 # TBF: 1is int; invalid character in number 36 # TBF: 1is int; invalid character in number
37 number_identifier_negative_test: fail 37 number_identifier_negative_test: fail
38 38
39 # TBF: we should check conflicts not only for methods, but for accessors too 39 # TBF: we should check conflicts not only for methods, but for accessors too
40 override_field_test/02: fail 40 override_field_test/02: fail
41 override_field_test/03: fail 41 override_field_test/03: fail
42 method_override7_test/03: Fail # Issue 11496 42 method_override7_test/03: Fail # Issue 11496
43 method_override8_test/03: Fail # Issue 11496 43 method_override8_test/03: Fail # Issue 11496
44 44
(...skipping 27 matching lines...) Expand all
72 final_syntax_test/03: fail 72 final_syntax_test/03: fail
73 73
74 # Test issue 11123, Only static fields can be declared as 'const' 74 # Test issue 11123, Only static fields can be declared as 'const'
75 const_escape_frog_test: fail 75 const_escape_frog_test: fail
76 compile_time_constant_test/none: fail 76 compile_time_constant_test/none: fail
77 77
78 # Test issue 11545, using not existing constructor name in annotation 78 # Test issue 11545, using not existing constructor name in annotation
79 metadata_test: fail 79 metadata_test: fail
80 80
81 # Test issue 11564, named parameter starts with '_' 81 # Test issue 11564, named parameter starts with '_'
82 named_parameters_with_object_property_names_test: fail 82 named_parameters_with_object_property_names_test: fail # Issue 11564
83 83
84 # test issue 11575, classes with abstrac members are not marked as abstract 84 # test issue 11575, classes with abstrac members are not marked as abstract
85 abstract_factory_constructor_test/none: fail 85 abstract_factory_constructor_test/none: fail # Issue 11575
86 abstract_syntax_test/none: fail 86 abstract_syntax_test/none: fail # Issue 11575
87 get_set_syntax_test/none: fail 87 get_set_syntax_test/none: fail # Issue 11575
88 implicit_this_test/none: fail 88 implicit_this_test/none: fail # Issue 11575
89 interface_test/none: fail 89 interface_test/none: fail # Issue 11575
90 syntax_test/none: fail 90 syntax_test/none: fail # Issue 11575
91 91
92 # test issue 11576 92 # test issue 11576
93 bad_constructor_test/none: fail 93 bad_constructor_test/none: fail # Issue 11576
94 94
95 # test issue 11577, has return type for []= 95 # test issue 11577, has return type for []=
96 cascade_test/none: fail 96 cascade_test/none: fail # Issue 11577
97 97
98 # test issue 11578, redirecting factory with not subtype 98 # test issue 11578, redirecting factory with not subtype
99 factory5_test/none: fail 99 factory5_test/none: fail # Issue 11578
100 factory_redirection_test/none: fail 100 factory_redirection_test/none: fail # Issue 11578
101 type_variable_bounds_test/none: fail 101 type_variable_bounds_test/none: fail # Issue 11578
102 type_variable_scope_test/none: fail 102 type_variable_scope_test/none: fail # Issue 11578
103 factory_implementation_test/none: fail 103 factory_implementation_test/none: fail # Issue 11578
104 104
105 # test issue 11579, assignment, no setter 105 # test issue 11579, assignment, no setter
106 getter_no_setter_test/none: fail 106 getter_no_setter_test/none: fail
107 107
108 # test issue 11581, it is not warning to call dynamic 108 # test issue 11581, it is not warning to call dynamic
109 call_through_getter_test: fail 109 call_through_getter_test: fail
110 110
111 # test issue 11584, positional arguments cannot be used for named parameters 111 # test issue 11584, positional arguments cannot be used for named parameters
112 compile_time_constant_e_test: fail 112 compile_time_constant_e_test: fail
113 113
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 176
177 # test issue 12159, print(exception.message_); causes static warning, not an err or 177 # test issue 12159, print(exception.message_); causes static warning, not an err or
178 throw7_negative_test: fail 178 throw7_negative_test: fail
179 179
180 # test issue 12160, not annotated warnings for type variables from static member 180 # test issue 12160, not annotated warnings for type variables from static member
181 type_parameter_test/none: fail 181 type_parameter_test/none: fail
182 # test issue 12161, type variable in static, malformed type, static warning 182 # test issue 12161, type variable in static, malformed type, static warning
183 type_variable_static_context_negative_test: fail 183 type_variable_static_context_negative_test: fail
184 184
185 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything 185 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
186 type_variable_bounds2_test/00: fail 186 type_variable_bounds2_test/00: fail # Issue 12162
187 type_variable_bounds2_test/01: fail 187 type_variable_bounds2_test/01: fail # Issue 12162
188 type_variable_bounds2_test/02: fail 188 type_variable_bounds2_test/02: fail # Issue 12162
189 type_variable_bounds2_test/03: fail 189 type_variable_bounds2_test/03: fail # Issue 12162
190 type_variable_bounds2_test/04: fail 190 type_variable_bounds2_test/04: fail # Issue 12162
191 type_variable_bounds2_test/06: fail 191 type_variable_bounds2_test/06: fail # Issue 12162
192 192
193 # test issue 12163, unresolved identifier is static warning in static context 193 # test issue 12163, unresolved identifier is static warning in static context
194 unresolved_in_factory_negative_test: fail 194 unresolved_in_factory_negative_test: fail # Issue 12163
195 unresolved_top_level_var_negative_test: fail 195 unresolved_top_level_var_negative_test: fail # Issue 12163
196 196
197 # test issue 12181, uses argument definition test 197 # test issue 12181, uses argument definition test
198 constructor_initializer_test: fail 198 constructor_initializer_test: fail # Issue 12181
199 199
200 # test issue 12191, ambiguous import is always warning now 200 # test issue 12191, ambiguous import is always warning now
201 prefix3_negative_test: fail 201 prefix3_negative_test: fail # Issue 12191
202 library_ambiguous_test/00: fail 202 library_ambiguous_test/00: fail # Issue 12191
203 library_ambiguous_test/01: fail 203 library_ambiguous_test/01: fail # Issue 12191
204 library_ambiguous_test/02: fail 204 library_ambiguous_test/02: fail # Issue 12191
205 library_ambiguous_test/03: fail 205 library_ambiguous_test/03: fail # Issue 12191
206 206
207 # test issue 12289, assignment in assert statement 207 # test issue 12289, assignment in assert statement
208 type_error_test: fail 208 type_error_test: fail # Issue 12289
209 209
210 # test issue 12381, It is compile-time error to invoke not existing function 210 # test issue 12381, It is compile-time error to invoke not existing function
211 issue11724_test: fail 211 issue11724_test: fail # Issue 12381
212 call_nonexistent_static_test/08: fail 212 call_nonexistent_static_test/08: fail # Issue 12381
213 213
214 # test issue 12397; it is static warning, not error to use variable before decla ration (or hidden) 214 # test issue 12397; it is static warning, not error to use variable before decla ration (or hidden)
215 scope_negative_test: fail 215 scope_negative_test: fail # Issue 12397
216 216
217 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 217 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
218 const_syntax_test/09: fail 218 const_syntax_test/09: fail # Issue 12539
219 219
220 # test issue 12541; there shouldn't be a static warning 220 # test issue 12541; there shouldn't be a static warning
221 static_field_test/01: fail 221 static_field_test/01: fail # Issue 12541
222 static_field_test/02: fail 222 static_field_test/02: fail # Issue 12541
223 static_field_test/03: fail 223 static_field_test/03: fail # Issue 12541
224 static_field_test/04: fail 224 static_field_test/04: fail # Issue 12541
225 225
226 226
227 [ $compiler == dartanalyzer && $checked ] 227 [ $compiler == dartanalyzer && $checked ]
228 factory1_test/00: fail 228 factory1_test/00: fail
229 factory1_test/01: fail 229 factory1_test/01: fail
230 field_type_check2_test/01: fail 230 field_type_check2_test/01: fail
231 factory_implementation_test/00: fail 231 factory_implementation_test/00: fail
232 factory_redirection_test/08: fail 232 factory_redirection_test/08: fail
233 factory_redirection_test/09: fail 233 factory_redirection_test/09: fail
234 factory_redirection_test/10: fail 234 factory_redirection_test/10: fail
235 factory_redirection_test/11: fail 235 factory_redirection_test/11: fail
236 factory_redirection_test/12: fail 236 factory_redirection_test/12: fail
237 factory_redirection_test/13: fail 237 factory_redirection_test/13: fail
238 factory_redirection_test/14: fail 238 factory_redirection_test/14: fail
239 getters_setters2_test/03: fail 239 getters_setters2_test/03: fail
240 type_variable_bounds3_test/00: fail 240 type_variable_bounds3_test/00: fail
241 type_variable_bounds2_test/05: fail 241 type_variable_bounds2_test/05: fail
242 242
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698