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

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: 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
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
43 f_bounded_quantification_test/02: fail 43 f_bounded_quantification_test/02: fail
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698