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

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

Issue 68233003: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 # invalid argument for constant constructor 7 # invalid argument for constant constructor
8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
9 9
10 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 10 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
11 Language/12_Expressions/01_Constants_A16_t03: fail 11 Language/12_Expressions/01_Constants_A16_t03: fail
12 12
13 # TBF: infinite look: class A {const A();final m = const A();} 13 # TBF: infinite look: class A {const A();final m = const A();}
14 Language/12_Expressions/01_Constants_A17_t03: fail 14 Language/12_Expressions/01_Constants_A17_t03: fail
15 15
16 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no t an error anymore to call unknown function from top-level 16 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no t an error anymore to call unknown function from top-level
17 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure 17 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure
18 18
19 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value 19 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
20 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning 20 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning
21 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning 21 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning
22 22
23 # TBF: It is a static warning if a class C declares an instance method named n a nd has a setter named n=.
24 Language/07_Classes/1_Instance_Methods_A07_t01: MissingStaticWarning
25 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning
26
27 # TBF: Static members should not be accessible via subclasses. 23 # TBF: Static members should not be accessible via subclasses.
28 Language/07_Classes/7_Static_Methods_A01_t03: MissingStaticWarning
29 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 24 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning
30 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: M issingStaticWarning
31
32
33 25
34 # co19 issue #442, undefined name "Expect" 26 # co19 issue #442, undefined name "Expect"
35 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 27 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
36 28
37 # co19 issue #455, undeclared identifier is static warning 29 # co19 issue #455, undeclared identifier is static warning
38 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 30 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
39 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 31 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
40 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 32 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
41 33
42 # co19 issue #438, Static variables are initialized lazily, need not be constant s 34 # co19 issue #438, Static variables are initialized lazily, need not be constant s
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 LibTest/isolate/isolate_api/spawnFunction_A04_t01: Fail 122 LibTest/isolate/isolate_api/spawnFunction_A04_t01: Fail
131 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail 123 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail
132 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail 124 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail
133 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail 125 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail
134 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail 126 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail
135 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail 127 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail
136 128
137 #co19 issue 631 129 #co19 issue 631
138 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail 130 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail
139 131
140
141 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 132 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
142 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK 133 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
143 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK 134 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
144 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK 135 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
145 136
146 # co19 issue 646, I don't see where Spec requires any warning for boolean conver sion 137 # co19 issue 646, I don't see where Spec requires any warning for boolean conver sion
147 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning 138 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning
148 139
140 # co19 issue #652, test is invalid, class "C" is not inherited from "A"
141 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning, OK
142
143 # co19 issue #653, instance method setter with the same name
144 Language/07_Classes/3_Setters_A04_t02: StaticWarning, OK
145 Language/07_Classes/3_Setters_A04_t03: StaticWarning, OK
146 Language/07_Classes/3_Setters_A04_t04: StaticWarning, OK
147
149 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 148 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning
150 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: Missin gStaticWarning
151 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Missin gStaticWarning
152 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning 149 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning
153 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar ning 150 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar ning
154 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar ning 151 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar ning
155 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar ning 152 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar ning
156 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar ning 153 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar ning
157 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar ning 154 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar ning
158 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar ning 155 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar ning
159 Language/12_Expressions/20_Logical_Boolean_Expressions_A02_t02: MissingStaticWar ning 156 Language/12_Expressions/20_Logical_Boolean_Expressions_A02_t02: MissingStaticWar ning
160 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: MissingStaticWar ning 157 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: MissingStaticWar ning
161 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t02: MissingStaticWar ning 158 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t02: MissingStaticWar ning
(...skipping 11 matching lines...) Expand all
173 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning 170 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning
174 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng 171 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng
175 172
176 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure 173 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure
177 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure 174 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure
178 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure 175 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure
179 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 176 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
180 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 177 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
181 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure 178 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
182 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure 179 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
183 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure
184 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure
185 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure 180 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure
186 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure 181 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure
187 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure 182 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
188 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure 183 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
184
185 # co19 issue 656
186 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656
187 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss ue 656
188 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss ue 656
189 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
190 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
191 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
192 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
193 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
194 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698