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

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

Issue 22759003: Report INVALID_ASSIGNMENT if default value type cannot be assigned to the parameter type. (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 illegal_invocation_test/01: fail # Issue: 11892 10 illegal_invocation_test/01: fail # Issue: 11892
11 11
12 # TBF: m([int p = 'String'])
13 assign_static_type_test/06: fail
14
15 # TBD: using built-in identifers 12 # TBD: using built-in identifers
16 built_in_identifier_prefix_test: fail 13 built_in_identifier_prefix_test: fail
17 14
18 # TBF: (o as C) is not rolled back 15 # TBF: (o as C) is not rolled back
19 cast_test/04: fail 16 cast_test/04: fail
20 cast_test/05: fail 17 cast_test/05: fail
21 18
22 # TBF: It is a compile-time error if the superclass of a class C appears in the implements clause of C. 19 # 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 20 const_constructor_super_test/01: fail
24 compile_time_constant10_test/none: fail 21 compile_time_constant10_test/none: fail
25 compile_time_constant_c_test/01: fail 22 compile_time_constant_c_test/01: fail
26 23
27 # TBF: m([int p = 'String']) and call 'const' instance creation
28 compile_time_constant_checked2_test/03: fail
29 compile_time_constant_checked3_test/03: fail
30
31 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound. 24 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
32 cyclic_type_variable_test/01: fail 25 cyclic_type_variable_test/01: fail
33 cyclic_type_variable_test/02: fail 26 cyclic_type_variable_test/02: fail
34 cyclic_type_variable_test/03: fail 27 cyclic_type_variable_test/03: fail
35 cyclic_type_variable_test/04: fail 28 cyclic_type_variable_test/04: fail
36 29
37 # 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. 30 # 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.
38 default_factory2_test/01: fail 31 default_factory2_test/01: fail
39 32
40 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 33 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 factory_redirection_test/09: fail 302 factory_redirection_test/09: fail
310 factory_redirection_test/10: fail 303 factory_redirection_test/10: fail
311 factory_redirection_test/11: fail 304 factory_redirection_test/11: fail
312 factory_redirection_test/12: fail 305 factory_redirection_test/12: fail
313 factory_redirection_test/13: fail 306 factory_redirection_test/13: fail
314 factory_redirection_test/14: fail 307 factory_redirection_test/14: fail
315 getters_setters2_test/03: fail 308 getters_setters2_test/03: fail
316 type_variable_bounds3_test/00: fail 309 type_variable_bounds3_test/00: fail
317 type_variable_bounds2_test/05: fail 310 type_variable_bounds2_test/05: fail
318 311
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698