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

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

Issue 56933002: Version 0.8.10.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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
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 # invalid argument for constant constructor 7 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 9
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 # 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 11 Language/12_Expressions/01_Constants_A16_t03: fail
11 12
12 # TBF: infinite look: class A {const A();final m = const A();} 13 # TBF: infinite look: class A {const A();final m = const A();}
13 Language/12_Expressions/01_Constants_A17_t03: fail 14 Language/12_Expressions/01_Constants_A17_t03: fail
14 15
15 # TBF: malformed or malbounded type in "conts" is static warning 16 # TBF: malformed or malbounded type in "conts" is static warning
16 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail 17 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail
17 18
19 # 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
20 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure
21
22 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
23 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning
24 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning
25
26 # TBF: It is a static warning if a class C declares an instance method named n a nd has a setter named n=.
27 Language/07_Classes/1_Instance_Methods_A07_t01: MissingStaticWarning
28 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning
29
30 # TBF: Static members should not be accessible via subclasses.
31 Language/07_Classes/7_Static_Methods_A01_t03: MissingStaticWarning
32 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning
33 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: M issingStaticWarning
34
18 35
19 36
20 # co19 issue #442, undefined name "Expect" 37 # co19 issue #442, undefined name "Expect"
21 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 38 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
22 39
23 # co19 issue #455, undeclared identifier is static warning 40 # co19 issue #455, undeclared identifier is static warning
24 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 41 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
25 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 42 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
26 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 43 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
27 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 44 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 81
65 # co19 issue #615: Expect import missing 82 # co19 issue #615: Expect import missing
66 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 83 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
67 84
68 # co19 issue #617: "hasNext" is not a function; "Expec" 85 # co19 issue #617: "hasNext" is not a function; "Expec"
69 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK 86 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK
70 87
71 # co19 issue #623: main() { {}; } is block and empty statement, not a map 88 # co19 issue #623: main() { {}; } is block and empty statement, not a map
72 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK 89 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK
73 90
74 # co19 issue #650: two argument shuffles have been refactored.
75 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650
76 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650
77 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650
78 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650
79 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650
80
81 # co19 issue #626: StreamTransformers have been refactored. 91 # co19 issue #626: StreamTransformers have been refactored.
82 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail 92 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail
83 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail 93 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail
84 LibTest/async/EventTransformStream/any_A01_t01: Fail 94 LibTest/async/EventTransformStream/any_A01_t01: Fail
85 LibTest/async/EventTransformStream/any_A02_t01: Fail 95 LibTest/async/EventTransformStream/any_A02_t01: Fail
86 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail 96 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail
87 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail 97 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail
88 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail 98 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail
89 LibTest/async/EventTransformStream/contains_A01_t01: Fail 99 LibTest/async/EventTransformStream/contains_A01_t01: Fail
90 LibTest/async/EventTransformStream/contains_A02_t01: Fail 100 LibTest/async/EventTransformStream/contains_A02_t01: Fail
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail 237 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail
228 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail 238 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail
229 239
230 #co19 issue 631 240 #co19 issue 631
231 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail 241 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail
232 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail 242 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail
233 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail 243 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail
234 244
235 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 245 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
236 246
237 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure
238 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure
239 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure
240 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure
241 247
242 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure
243 248
244 Language/06_Functions/06_Functions_A04_t01: MissingStaticWarning 249
245 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning 250 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
246 Language/07_Classes/1_Instance_Methods_A07_t01: MissingStaticWarning 251 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
247 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning 252 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
248 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning 253 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
249 Language/07_Classes/7_Static_Methods_A01_t03: MissingStaticWarning 254
250 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 255 # co19 issue 644, The argument type 'int' cannot be assigned to the parameter ty pe '(String, Object) -> void'
251 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: M issingStaticWarning 256 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail, OK
257
258 # co19 issue 645, "15.7 Type Void". Likewise, passing the result of a void metho d as a parameter or assigning it to a variable will cause a warning unless the v ariable/formal parameter has type dynamic.
259 Language/06_Functions/06_Functions_A04_t01: Fail, OK
260
261 # co19 issue 646, I don't see where Spec requires any warning for boolean conver sion
252 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning 262 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning
253 Language/12_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A05_ t02: MissingStaticWarning 263
254 Language/12_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t02: MissingStaticWarning
255 Language/12_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t06: MissingStaticWarning
256 Language/12_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t02: MissingStaticWarning
257 Language/12_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: MissingStaticWarning
258 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A04_t02: MissingStaticWarning
259 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 264 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning
260 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: Missin gStaticWarning 265 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: Missin gStaticWarning
261 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Missin gStaticWarning 266 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Missin gStaticWarning
262 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning 267 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning
263 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar ning 268 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar ning
264 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar ning 269 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar ning
265 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar ning 270 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar ning
266 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar ning 271 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar ning
267 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar ning 272 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar ning
268 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar ning 273 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar ning
(...skipping 20 matching lines...) Expand all
289 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 294 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
290 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 295 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
291 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure 296 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
292 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure 297 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
293 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure 298 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure
294 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure 299 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure
295 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure 300 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure
296 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure 301 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure
297 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure 302 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
298 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure 303 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
OLDNEW
« no previous file with comments | « dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | dart/tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698