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

Side by Side Diff: tests/co19/co19-analyzer.status

Issue 25605002: 'const' instance creation with incompatible argument types is statis warning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # invalid argument for constant constructor 6 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 8
9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
10 Language/12_Expressions/01_Constants_A16_t03: fail 10 Language/12_Expressions/01_Constants_A16_t03: fail
11 11
12 # TBD: should we report _error_ when constant creation uses arguments with types incompatible with parameters?
13 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail
14 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail
15
16 # TBF: infinite look: class A {const A();final m = const A();} 12 # TBF: infinite look: class A {const A();final m = const A();}
17 Language/12_Expressions/01_Constants_A17_t03: fail 13 Language/12_Expressions/01_Constants_A17_t03: fail
18 14
19 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
20 Language/15_Types/4_Interface_Types_A11_t01: Skip 16 Language/15_Types/4_Interface_Types_A11_t01: Skip
21 Language/15_Types/4_Interface_Types_A11_t02: Skip 17 Language/15_Types/4_Interface_Types_A11_t02: Skip
22 18
23 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void. 19 # TBF: Hence, a static warning will not be issued if f has no declared return ty pe, since the return type would be dynamic and dynamic may be assigned to void.
24 Language/13_Statements/11_Return_A07_t01: fail 20 Language/13_Statements/11_Return_A07_t01: fail
25 21
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 93 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
98 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 94 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
99 95
100 # co19 issue #596: initializing final variable at declaration and in constructor 96 # co19 issue #596: initializing final variable at declaration and in constructor
101 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK 97 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK
102 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK 98 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK
103 99
104 # co19 issue #597: concrete class with abstract method 100 # co19 issue #597: concrete class with abstract method
105 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK 101 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK
106 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698