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

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

Issue 22935003: Report CTEC.CONST_CONSTRUCTOR_WITH_NON_CONST_SUPER (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 == 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
12 12
13 # TBF: (o as C) is not rolled back 13 # TBF: (o as C) is not rolled back
14 cast_test/04: fail 14 cast_test/04: fail
15 cast_test/05: fail 15 cast_test/05: fail
16 16
17 # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C.
18 const_constructor_super_test/01: fail
19 compile_time_constant10_test/none: fail
20 compile_time_constant_c_test/01: fail
21
22 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound. 17 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
23 cyclic_type_variable_test/01: fail 18 cyclic_type_variable_test/01: fail
24 cyclic_type_variable_test/02: fail 19 cyclic_type_variable_test/02: fail
25 cyclic_type_variable_test/03: fail 20 cyclic_type_variable_test/03: fail
26 cyclic_type_variable_test/04: fail 21 cyclic_type_variable_test/04: fail
27 22
28 # 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. 23 # 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.
29 default_factory2_test/01: fail 24 default_factory2_test/01: fail
30 25
31 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 26 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
32 default_implementation2_test: fail 27 default_implementation2_test: fail
33 28
34 # TBD: F-bounded quantification 29 # TBD: F-bounded quantification
35 f_bounded_quantification_test/01: fail 30 f_bounded_quantification_test/01: fail
36 f_bounded_quantification_test/02: fail 31 f_bounded_quantification_test/02: fail
37 32
38 function_type_alias9_test/00: crash # Issue 11987 33 function_type_alias9_test/00: crash # Issue 11987
39 34
40 list_literal_syntax_test/01: fail # Issue 12103 35 list_literal_syntax_test/01: fail # Issue 12103
41 list_literal_syntax_test/02: fail # Issue 12103 36 list_literal_syntax_test/02: fail # Issue 12103
42 list_literal_syntax_test/03: fail # Issue 12103 37 list_literal_syntax_test/03: fail # Issue 12103
43 malformed_test/none: fail 38 malformed_test/none: fail
44 39
45 # 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.
46 non_const_super_negative_test: fail
47
48 # TBF: 1is int; invalid character in number 40 # TBF: 1is int; invalid character in number
49 number_identifier_negative_test: fail 41 number_identifier_negative_test: fail
50 42
51 # TBF: we should check conflicts not only for methods, but for accessors too 43 # TBF: we should check conflicts not only for methods, but for accessors too
52 override_field_test/01: fail 44 override_field_test/01: fail
53 override_field_test/02: fail 45 override_field_test/02: fail
54 override_field_test/03: fail 46 override_field_test/03: fail
55 47
56 # TBF: prefix T hidden by type variable T in 'new T.Class()' 48 # TBF: prefix T hidden by type variable T in 'new T.Class()'
57 prefix10_negative_test: fail 49 prefix10_negative_test: fail
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 factory_redirection_test/09: fail 276 factory_redirection_test/09: fail
285 factory_redirection_test/10: fail 277 factory_redirection_test/10: fail
286 factory_redirection_test/11: fail 278 factory_redirection_test/11: fail
287 factory_redirection_test/12: fail 279 factory_redirection_test/12: fail
288 factory_redirection_test/13: fail 280 factory_redirection_test/13: fail
289 factory_redirection_test/14: fail 281 factory_redirection_test/14: fail
290 getters_setters2_test/03: fail 282 getters_setters2_test/03: fail
291 type_variable_bounds3_test/00: fail 283 type_variable_bounds3_test/00: fail
292 type_variable_bounds2_test/05: fail 284 type_variable_bounds2_test/05: fail
293 285
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698