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

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

Issue 24481002: New analyzer_experimental snapshot. (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
« no previous file with comments | « pkg/analyzer_experimental/test/services/test_utils.dart ('k') | tests/co19/co19-co19.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 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 6 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 7 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
8 8
9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 9 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail 10 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: fail
(...skipping 11 matching lines...) Expand all
22 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail 22 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail
23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail 23 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail
24 24
25 # TBF: infinite look: class A {const A();final m = const A();} 25 # TBF: infinite look: class A {const A();final m = const A();}
26 Language/12_Expressions/01_Constants_A17_t03: fail 26 Language/12_Expressions/01_Constants_A17_t03: fail
27 27
28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 28 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
29 Language/15_Types/4_Interface_Types_A11_t01: Skip 29 Language/15_Types/4_Interface_Types_A11_t01: Skip
30 Language/15_Types/4_Interface_Types_A11_t02: Skip 30 Language/15_Types/4_Interface_Types_A11_t02: Skip
31 31
32 # 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.
33 Language/13_Statements/11_Return_A07_t01: fail
34
35 # TBF: typedef int func2(int); - "int is not a type"
36 Language/15_Types/6_Type_dynamic_A03_t01: fail
37 Language/15_Types/6_Type_dynamic_A04_t01: fail
38
32 39
33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 40 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
34 41
35 # co19 issue #380, Strings class has been removed 42 # co19 issue #380, Strings class has been removed
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
37 44
38 # co19 issue #424, Uninitialized finals are warnings not errors 45 # co19 issue #400, collection library reorg
39 Language/05_Variables/05_Variables_A07_t05: fail, OK 46 LibTest/core/String/concat_A01_t01: fail, OK
40 Language/05_Variables/05_Variables_A07_t06: fail, OK 47 LibTest/core/String/concat_A02_t01: fail, OK
41 Language/05_Variables/05_Variables_A07_t07: fail, OK 48 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
42 Language/05_Variables/05_Variables_A07_t08: fail, OK 49 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
43 Language/05_Variables/05_Variables_A08_t01: fail, OK
44 50
45 # co19 issue #425, Only static fields can be declared as 'const' 51 # co19 issue #425, Only static fields can be declared as 'const'
46 Language/05_Variables/05_Variables_A12_t01: fail, OK 52 Language/05_Variables/05_Variables_A12_t01: fail, OK
47 Language/05_Variables/05_Variables_A12_t06: fail, OK 53 Language/05_Variables/05_Variables_A12_t06: fail, OK
48 Language/05_Variables/05_Variables_A13_t01: fail, OK 54 Language/05_Variables/05_Variables_A13_t01: fail, OK
49 Language/07_Classes/07_Classes_A02_t11: fail, OK 55 Language/07_Classes/07_Classes_A02_t11: fail, OK
50 56
51 # co19 issue #442, undefined name "Expect" 57 # co19 issue #442, undefined name "Expect"
52 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 58 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
53 59
54 # co19 issue #455, undeclared identifier is static warning 60 # co19 issue #455, undeclared identifier is static warning
55 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 61 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
56 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 62 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
57 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 63 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
58 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 64 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
59 65
66 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix ed
67 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
68
69 # co19 issue #515, it is a compile-time error if there is more than one entity w ith the same name declared in the same scope
70 Language/07_Classes/3_Setters_A08_t03: fail, OK
71
72 # co19 issue #593: Conditional expressions are now allowed as constant expressio ns
73 Language/12_Expressions/01_Constants_A15_t16: fail, OK
74
60 # co19 issue #438, Static variables are initialized lazily, need not be constant s 75 # co19 issue #438, Static variables are initialized lazily, need not be constant s
61 Language/12_Expressions/01_Constants_A16_t01: fail, OK 76 Language/12_Expressions/01_Constants_A16_t01: fail, OK
62 Language/12_Expressions/01_Constants_A16_t02: fail, OK 77 Language/12_Expressions/01_Constants_A16_t02: fail, OK
63 78
79 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead
80 Language/12_Expressions/08_Throw_A05_t01: fail, OK
81 Language/12_Expressions/08_Throw_A05_t02: fail, OK
82 Language/12_Expressions/08_Throw_A05_t03: fail, OK
83
64 # co19 issue #454 (wrongly closed) 84 # co19 issue #454 (wrongly closed)
65 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK 85 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
66 86
67 # co19 issue #528, Const: wrong number of type arguments 87 # co19 issue #528, Const: wrong number of type arguments
68 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK 88 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK
69 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK 89 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK
70 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK 90 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK
71 91
72 # co19 issue #433 (wrongly closed), missing @static-warning annotation 92 # co19 issue #433 (wrongly closed), missing @static-warning annotation
73 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK 93 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
74 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 94 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
75 95
76 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 96 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
77 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 97 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
78 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 98 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
79 99
80 # co19 issue #543: invocation of a non-function 100 # co19 issue #543: invocation of a non-function
81 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 101 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
82 102
83 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure 103 # co19 issue #562: malformed superclass
84 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail # co19-roll r587: Please triage this failure 104 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK
85 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 105
86 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 106 # co19 issue #563: implicitly named libraries are allowed
87 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure 107 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK
88 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 108
89 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 109 # co19 issue #564: URI can be any number adjacent string literals
90 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 110 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
91 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure 111 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
92 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure 112
93 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure 113 # co19 issue #596: initializing final variable at declaration and in constructor
94 Language/15_Types/6_Type_dynamic_A03_t01: fail # co19-roll r546: Please triage t his failure 114 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK
95 Language/15_Types/6_Type_dynamic_A04_t01: fail # co19-roll r546: Please triage t his failure 115 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK
96 LibTest/async/Future/asStream_A01_t02: pass # co19-roll r546: Please triage this failure 116
97 LibTest/async/Future/asStream_A02_t01: pass # co19-roll r546: Please triage this failure 117 # co19 issue #597: concrete class with abstract method
98 LibTest/async/Future/whenComplete_A03_t01: pass # co19-roll r546: Please triage this failure 118 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK
119
OLDNEW
« no previous file with comments | « pkg/analyzer_experimental/test/services/test_utils.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698