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

Side by Side Diff: tests/language/language_analyzer2.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, 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/language/language_analyzer.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 # 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 illegal_invocation_test/01: fail # Issue: 11892 10 illegal_invocation_test/01: fail # Issue: 11892
11 11
12 # TBF: m([int p = 'String']) 12 # TBF: m([int p = 'String'])
13 assign_static_type_test/06: fail 13 assign_static_type_test/06: fail
14 14
15 # TBD: using built-in identifers 15 # TBD: using built-in identifers
16 built_in_identifier_prefix_test: fail 16 built_in_identifier_prefix_test: fail # Issue 12694
17 17
18 # TBF: (o as C) is not rolled back 18 # TBF: (o as C) is not rolled back
19 cast_test/04: fail 19 cast_test/04: fail
20 cast_test/05: fail 20 cast_test/05: fail
21 21
22 # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C. 22 # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C.
23 const_constructor_super_test/01: fail 23 const_constructor_super_test/01: fail
24 24
25 # TBF: m([int p = 'String']) and call 'const' instance creation 25 # TBF: m([int p = 'String']) and call 'const' instance creation
26 compile_time_constant_checked2_test/03: fail 26 compile_time_constant_checked2_test/03: fail
27 compile_time_constant_checked3_test/03: fail 27 compile_time_constant_checked3_test/03: fail
28 28
29 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound. 29 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
30 cyclic_type_variable_test/01: fail 30 cyclic_type_variable_test/01: fail
31 cyclic_type_variable_test/02: fail 31 cyclic_type_variable_test/02: fail
32 cyclic_type_variable_test/03: fail 32 cyclic_type_variable_test/03: fail
33 cyclic_type_variable_test/04: fail 33 cyclic_type_variable_test/04: fail
34 34
35 # 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. 35 # 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.
36 default_factory2_test/01: fail 36 default_factory2_test/01: fail # Issue 12701
37 37
38 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 38 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
39 default_implementation2_test: fail 39 default_implementation2_test: fail
40 40
41 # TBD: F-bounded quantification 41 # TBD: F-bounded quantification
42 f_bounded_quantification_test/01: fail 42 f_bounded_quantification_test/01: fail # Issue 12704
43 f_bounded_quantification_test/02: fail 43 f_bounded_quantification_test/02: fail # Issue 12704
44 44
45 function_type_alias9_test/00: crash # Issue 11987 45 function_type_alias9_test/00: crash # Issue 11987
46 46
47 list_literal_syntax_test/01: fail # Issue 12103 47 list_literal_syntax_test/01: fail # Issue 12103
48 list_literal_syntax_test/02: fail # Issue 12103 48 list_literal_syntax_test/02: fail # Issue 12103
49 list_literal_syntax_test/03: fail # Issue 12103 49 list_literal_syntax_test/03: fail # Issue 12103
50 malformed_test/none: fail 50 malformed_test/none: fail # Issue 12696
51 51
52 # TBF: disallowed in the most recent spec 52 # TBF: disallowed in the most recent spec
53 named_parameters_aggregated_test/03: fail 53 named_parameters_aggregated_test/03: fail
54 positional_parameters_type_test: fail 54 positional_parameters_type_test: fail
55 55
56 # TBF: non-const superinitializer; 7.6.3 Constant Constructors: The superinitial izer that appears, explicitly or implicitly, in the initializer list of a consta nt constructor must specify a constant constructor of the superclass of the imme diately enclosing class. 56 # TBF: non-const superinitializer; 7.6.3 Constant Constructors: The superinitial izer that appears, explicitly or implicitly, in the initializer list of a consta nt constructor must specify a constant constructor of the superclass of the imme diately enclosing class.
57 non_const_super_negative_test: fail 57 non_const_super_negative_test: fail
58 58
59 # TBF: 1is int; invalid character in number 59 # TBF: 1is int; invalid character in number
60 number_identifier_negative_test: fail 60 number_identifier_negative_test: fail
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 223
224 # test issue 12159, print(exception.message_); causes static warning, not an err or 224 # test issue 12159, print(exception.message_); causes static warning, not an err or
225 throw7_negative_test: fail 225 throw7_negative_test: fail
226 226
227 # test issue 12160, not annotated warnings for type variables from static member 227 # test issue 12160, not annotated warnings for type variables from static member
228 type_parameter_test/none: fail 228 type_parameter_test/none: fail
229 # test issue 12161, type variable in static, malformed type, static warning 229 # test issue 12161, type variable in static, malformed type, static warning
230 type_variable_static_context_negative_test: fail 230 type_variable_static_context_negative_test: fail
231 231
232 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything 232 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
233 type_variable_bounds2_test/00: fail 233 type_variable_bounds2_test/00: fail # Issue 12162
234 type_variable_bounds2_test/01: fail 234 type_variable_bounds2_test/01: fail # Issue 12162
235 type_variable_bounds2_test/02: fail 235 type_variable_bounds2_test/02: fail # Issue 12162
236 type_variable_bounds2_test/03: fail 236 type_variable_bounds2_test/03: fail # Issue 12162
237 type_variable_bounds2_test/04: fail 237 type_variable_bounds2_test/04: fail # Issue 12162
238 type_variable_bounds2_test/06: fail 238 type_variable_bounds2_test/06: fail # Issue 12162
239 239
240 # test issue 12163, unresolved identifier is static warning in static context 240 # test issue 12163, unresolved identifier is static warning in static context
241 unresolved_in_factory_negative_test: fail 241 unresolved_in_factory_negative_test: fail # Issue 12163
242 unresolved_top_level_method_negative_test: fail 242 unresolved_top_level_method_negative_test: fail # Issue 12163
243 unresolved_top_level_var_negative_test: fail 243 unresolved_top_level_var_negative_test: fail # Issue 12163
244 244
245 # test issue 12181, uses argument definition test 245 # test issue 12181, uses argument definition test
246 constructor_initializer_test: fail 246 constructor_initializer_test: fail # Issue 12181
247 247
248 # test issue 12191, ambuguous import is always warning now 248 # test issue 12191, ambuguous import is always warning now
249 prefix3_negative_test: fail 249 prefix3_negative_test: fail # Issue 12191
250 library_ambiguous_test/00: fail 250 library_ambiguous_test/00: fail # Issue 12191
251 library_ambiguous_test/01: fail 251 library_ambiguous_test/01: fail # Issue 12191
252 library_ambiguous_test/02: fail 252 library_ambiguous_test/02: fail # Issue 12191
253 library_ambiguous_test/03: fail 253 library_ambiguous_test/03: fail # Issue 12191
254 254
255 # test issue 12289, assignment in assert statement 255 # test issue 12289, assignment in assert statement
256 type_error_test: fail 256 type_error_test: fail # Issue 12289
257 257
258 [ $compiler == dart2analyzer && $checked ] 258 [ $compiler == dart2analyzer && $checked ]
259 factory1_test/00: fail 259 factory1_test/00: fail
260 factory1_test/01: fail 260 factory1_test/01: fail
261 field_type_check2_test/01: fail 261 field_type_check2_test/01: fail
262 factory_implementation_test/00: fail 262 factory_implementation_test/00: fail
263 factory_redirection_test/08: fail 263 factory_redirection_test/08: fail
264 factory_redirection_test/09: fail 264 factory_redirection_test/09: fail
265 factory_redirection_test/10: fail 265 factory_redirection_test/10: fail
266 factory_redirection_test/11: fail 266 factory_redirection_test/11: fail
267 factory_redirection_test/12: fail 267 factory_redirection_test/12: fail
268 factory_redirection_test/13: fail 268 factory_redirection_test/13: fail
269 factory_redirection_test/14: fail 269 factory_redirection_test/14: fail
270 getters_setters2_test/03: fail 270 getters_setters2_test/03: fail
271 type_variable_bounds3_test/00: fail 271 type_variable_bounds3_test/00: fail
272 type_variable_bounds2_test/05: fail 272 type_variable_bounds2_test/05: fail
273 273
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698