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

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

Issue 25939002: Symbol literal is constant. (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 # TBF: infinite look: class A {const A();final m = const A();} 12 # TBF: infinite look: class A {const A();final m = const A();}
13 Language/12_Expressions/01_Constants_A17_t03: fail 13 Language/12_Expressions/01_Constants_A17_t03: fail
14 14
15 # 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
16 Language/15_Types/4_Interface_Types_A11_t01: Skip 16 Language/15_Types/4_Interface_Types_A11_t01: Skip
17 Language/15_Types/4_Interface_Types_A11_t02: Skip 17 Language/15_Types/4_Interface_Types_A11_t02: Skip
18 18
19 # TBF: "class B1 = A with M1;", typedef cannot be used for mixins 19 # TBF: "class B1 = A with M1;", typedef cannot be used for mixins
20 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail 20 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail
21 21
22 # TBF: #name symbol is constant
23 Language/12_Expressions/01_Constants_A22_t01: Fail
24
25 # TBF: It is a compile-time error if the key of an entry in a constant map liter al is an instance of a class that implements the operator == unless the key is a string or integer. 22 # TBF: It is a compile-time error if the key of an entry in a constant map liter al is an instance of a class that implements the operator == unless the key is a string or integer.
26 Language/12_Expressions/07_Maps_A13_t01: Fail 23 Language/12_Expressions/07_Maps_A13_t01: Fail
27 24
28 # TBF: malformed or malbounded type in "conts" is static warning 25 # TBF: malformed or malbounded type in "conts" is static warning
29 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail 26 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail
30 27
31 # TBF: main() { {}; } is map as expression statement, so NON_CONST_MAP_AS_EXPRES SION_STATEMENT 28 # TBF: main() { {}; } is map as expression statement, so NON_CONST_MAP_AS_EXPRES SION_STATEMENT
32 Language/13_Statements/02_Expression_Statements_A01_t13: Fail 29 Language/13_Statements/02_Expression_Statements_A01_t13: Fail
33 30
34 # TBF: typedef self reference 31 # TBF: typedef self reference
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail, OK 136 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail, OK
140 LibTest/core/RuneIterator/current_A01_t02: Fail, OK 137 LibTest/core/RuneIterator/current_A01_t02: Fail, OK
141 LibTest/core/Runes/length_A01_t02: Fail, OK 138 LibTest/core/Runes/length_A01_t02: Fail, OK
142 139
143 # co19 issue #621: Undefined name 'runes' 140 # co19 issue #621: Undefined name 'runes'
144 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK 141 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK
145 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK 142 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK
146 143
147 # co19 issue #622: Undefined class 'Int16List.fromList' 144 # co19 issue #622: Undefined class 'Int16List.fromList'
148 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK 145 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698