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

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

Issue 23437044: co19-roll to r587 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 == 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 15 matching lines...) Expand all
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 32
33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591 33 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
34 34
35 # co19 issue #380, Strings class has been removed 35 # co19 issue #380, Strings class has been removed
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
38 37
39 # co19 issue #400, collection library reorg 38 # co19 issue #400, collection library reorg
40 LibTest/core/String/String_class_A01_t01: fail, OK
41 LibTest/core/String/concat_A01_t01: fail, OK 39 LibTest/core/String/concat_A01_t01: fail, OK
42 LibTest/core/String/concat_A02_t01: fail, OK 40 LibTest/core/String/concat_A02_t01: fail, OK
43 LibTest/core/String/hashCode_A01_t01: fail, OK
44 41
45 # co19 issue #424, Uninitialized finals are warnings not errors 42 # co19 issue #424, Uninitialized finals are warnings not errors
46 Language/05_Variables/05_Variables_A07_t05: fail, OK 43 Language/05_Variables/05_Variables_A07_t05: fail, OK
47 Language/05_Variables/05_Variables_A07_t06: fail, OK 44 Language/05_Variables/05_Variables_A07_t06: fail, OK
48 Language/05_Variables/05_Variables_A07_t07: fail, OK 45 Language/05_Variables/05_Variables_A07_t07: fail, OK
49 Language/05_Variables/05_Variables_A07_t08: fail, OK 46 Language/05_Variables/05_Variables_A07_t08: fail, OK
50 Language/05_Variables/05_Variables_A08_t01: fail, OK 47 Language/05_Variables/05_Variables_A08_t01: fail, OK
51 48
52 # co19 issue #425, Only static fields can be declared as 'const' 49 # co19 issue #425, Only static fields can be declared as 'const'
53 Language/05_Variables/05_Variables_A12_t01: fail, OK 50 Language/05_Variables/05_Variables_A12_t01: fail, OK
54 Language/05_Variables/05_Variables_A12_t06: fail, OK 51 Language/05_Variables/05_Variables_A12_t06: fail, OK
55 Language/05_Variables/05_Variables_A13_t01: fail, OK 52 Language/05_Variables/05_Variables_A13_t01: fail, OK
56 Language/07_Classes/07_Classes_A02_t11: fail, OK 53 Language/07_Classes/07_Classes_A02_t11: fail, OK
57 54
58 # co19 issue #464, not initialized final instance variable is warning, not error
59 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail
60
61 # co19 issue #442, undefined name "Expect" 55 # co19 issue #442, undefined name "Expect"
62 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 56 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
63 57
64 # co19 issue #448, Collection was removed
65 LibTest/collection/Queue/Queue.from_A01_t01: fail, OK
66 LibTest/collection/Queue/Queue.from_A01_t02: fail, OK
67
68 # co19 issue 452, more method in Iterable
69 LibTest/core/Set/Set.from_A01_t02: fail, OK
70
71 # co19 issue #455, undeclared identifier is static warning 58 # co19 issue #455, undeclared identifier is static warning
72 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 59 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
73 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 60 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
74 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 61 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
75 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 62 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
76 63
77 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix ed 64 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix ed
78 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK 65 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
79 66
80 # co19 issue #438, Static variables are initialized lazily, need not be constant s 67 # co19 issue #438, Static variables are initialized lazily, need not be constant s
(...skipping 12 matching lines...) Expand all
93 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK 80 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
94 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 81 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
95 82
96 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 83 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
97 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 84 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
98 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 85 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
99 86
100 # co19 issue #543: invocation of a non-function 87 # co19 issue #543: invocation of a non-function
101 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 88 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
102 89
90 Language/07_Classes/1_Instance_Methods_A03_t06: fail # co19-roll r587: Please tr iage this failure
91 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail # co19-roll r587: Please triage this failure
92 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure
93 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
103 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure 94 Language/13_Statements/11_Return_A07_t01: fail # co19-roll r546: Please triage t his failure
104 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 95 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure
105 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 96 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure
106 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 97 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure
107 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure 98 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # co19-roll r546: Plea se triage this failure
108 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure 99 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure
109 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure 100 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure
110 Language/15_Types/6_Type_dynamic_A03_t01: fail # co19-roll r546: Please triage t his failure 101 Language/15_Types/6_Type_dynamic_A03_t01: fail # co19-roll r546: Please triage t his failure
111 Language/15_Types/6_Type_dynamic_A04_t01: fail # co19-roll r546: Please triage t his failure 102 Language/15_Types/6_Type_dynamic_A04_t01: fail # co19-roll r546: Please triage t his failure
112 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: fail # co19-roll r 546: Please triage this failure
113 LibTest/async/EventTransformStream/distinct_A01_t02: fail # co19-roll r546: Plea se triage this failure
114 LibTest/async/EventTransformStream/drain_A02_t01: fail # co19-roll r546: Please triage this failure
115 LibTest/async/EventTransformStream/drain_A02_t02: fail # co19-roll r546: Please triage this failure
116 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: fail # co19-rol l r546: Please triage this failure
117 LibTest/async/EventTransformStream/expand_A01_t01: fail # co19-roll r546: Please triage this failure
118 LibTest/async/EventTransformStream/first_A02_t01: fail # co19-roll r546: Please triage this failure
119 LibTest/async/EventTransformStream/handleError_A03_t01: fail # co19-roll r546: P lease triage this failure
120 LibTest/async/EventTransformStream/listen_A03_t01: fail # co19-roll r546: Please triage this failure
121 LibTest/async/Future/asStream_A01_t02: pass # co19-roll r546: Please triage this failure 103 LibTest/async/Future/asStream_A01_t02: pass # co19-roll r546: Please triage this failure
122 LibTest/async/Future/asStream_A02_t01: pass # co19-roll r546: Please triage this failure 104 LibTest/async/Future/asStream_A02_t01: pass # co19-roll r546: Please triage this failure
123 LibTest/async/Future/whenComplete_A03_t01: pass # co19-roll r546: Please triage this failure 105 LibTest/async/Future/whenComplete_A03_t01: pass # co19-roll r546: Please triage this failure
124 LibTest/async/Stream/asBroadcastStream_A01_t02: fail # co19-roll r546: Please tr iage this failure
125 LibTest/async/Stream/asBroadcastStream_A02_t01: fail # co19-roll r546: Please tr iage this failure
126 LibTest/async/Stream/contains_A03_t01: fail # co19-roll r546: Please triage this failure
127 LibTest/async/StreamController/hasListener_A01_t01: fail # co19-roll r546: Pleas e triage this failure
128 LibTest/async/StreamController/hasListener_A01_t02: fail # co19-roll r546: Pleas e triage this failure
129 LibTest/async/StreamController/isPaused_A01_t01: fail # co19-roll r546: Please t riage this failure
130 LibTest/async/StreamController/isPaused_A01_t03: fail # co19-roll r546: Please t riage this failure
131 LibTest/async/StreamController/sink_A01_t01: fail # co19-roll r546: Please triag e this failure
132 LibTest/async/StreamController/StreamController.broadcast_A04_t01: fail # co19-r oll r546: Please triage this failure
133 LibTest/async/Stream/distinct_A01_t01: fail # co19-roll r546: Please triage this failure
134 LibTest/async/Stream/distinct_A01_t02: fail # co19-roll r546: Please triage this failure
135 LibTest/async/Stream/drain_A02_t01: fail # co19-roll r546: Please triage this fa ilure
136 LibTest/async/Stream/drain_A02_t02: fail # co19-roll r546: Please triage this fa ilure
137 LibTest/async/StreamEventTransformer/handleData_A01_t01: fail # co19-roll r546: Please triage this failure
138 LibTest/async/StreamEventTransformer/handleDone_A01_t01: fail # co19-roll r546: Please triage this failure
139 LibTest/async/StreamEventTransformer/handleError_A01_t01: fail # co19-roll r546: Please triage this failure
140 LibTest/async/Stream/expand_A01_t01: fail # co19-roll r546: Please triage this f ailure
141 LibTest/async/Stream/handleError_A03_t01: fail # co19-roll r546: Please triage t his failure
142 LibTest/async/Stream/isBroadcast_A01_t01: fail # co19-roll r546: Please triage t his failure
143 LibTest/async/Stream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage t his failure
144 LibTest/async/StreamIterator/cancel_A01_t01: fail # co19-roll r546: Please triag e this failure
145 LibTest/async/Stream/listen_A03_t01: fail # co19-roll r546: Please triage this f ailure
146 LibTest/async/Stream/Stream_A01_t01: fail # co19-roll r546: Please triage this f ailure
147 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr iage this failure
148 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr iage this failure
149 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please triage this failure
150 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa ilure
151 LibTest/core/DateTime/subtract_A02_t01: fail # co19-roll r546: Please triage thi s failure
152 LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure
153 LibTest/core/Duration/operator_eq_A01_t01: fail # co19-roll r546: Please triage this failure
154 LibTest/core/Duration/operator_gt_A01_t01: fail # co19-roll r546: Please triage this failure
155 LibTest/core/Duration/operator_lt_A01_t01: fail # co19-roll r546: Please triage this failure
156 LibTest/core/Duration/operator_lte_A01_t01: fail # co19-roll r546: Please triage this failure
157 LibTest/core/Duration/operator_minus_A01_t01: fail # co19-roll r546: Please tria ge this failure
158 LibTest/core/Duration/operator_mult_A01_t01: fail # co19-roll r546: Please triag e this failure
159 LibTest/core/Duration/operator_plus_A01_t01: fail # co19-roll r546: Please triag e this failure
160 LibTest/core/List/every_A03_t01: fail # co19-roll r546: Please triage this failu re
161 LibTest/core/List/forEach_A01_t02: fail # co19-roll r546: Please triage this fai lure
162 LibTest/core/List/lastWhere_A03_t01: fail # co19-roll r546: Please triage this f ailure
163 LibTest/core/List/List_A01_t03: fail # co19-roll r546: Please triage this failur e
164 LibTest/core/List/List.filled_A01_t01: fail # co19-roll r546: Please triage this failure
165 LibTest/core/List/List.from_A01_t03: fail # co19-roll r546: Please triage this f ailure
166 LibTest/core/List/List.generate_A01_t01: fail # co19-roll r546: Please triage th is failure
167 LibTest/core/List/List.generate_A01_t02: fail # co19-roll r546: Please triage th is failure
168 LibTest/core/List/List.generate_A01_t03: fail # co19-roll r546: Please triage th is failure
169 LibTest/core/List/map_A02_t01: fail # co19-roll r546: Please triage this failure
170 LibTest/core/List/replaceRange_A01_t01: fail # co19-roll r546: Please triage thi s failure
171 LibTest/core/List/replaceRange_A01_t02: fail # co19-roll r546: Please triage thi s failure
172 LibTest/core/List/skipWhile_A02_t01: fail # co19-roll r546: Please triage this f ailure
173 LibTest/core/List/takeWhile_A02_t01: fail # co19-roll r546: Please triage this f ailure
174 LibTest/core/List/toList_A01_t03: fail # co19-roll r546: Please triage this fail ure
175 LibTest/core/StringBuffer/writeAll_A03_t01: fail # co19-roll r546: Please triage this failure
176 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: fail # co19-roll r546: Please triage this failure
177 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r576: Please triage this failure
178 LibTest/isolate/IsolateSink/add_A01_t02: fail # co19-roll r546: Please triage th is failure
179 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
180 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
181 LibTest/isolate/IsolateSink/operator_equality_A01_t01: fail # co19-roll r546: Pl ease triage this failure
182 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
183 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: fail # co19-roll r546: Please triage this failure
184 LibTest/isolate/IsolateStream/contains_A01_t01: fail # co19-roll r546: Please tr iage this failure
185 LibTest/isolate/IsolateStream/contains_A02_t01: fail # co19-roll r546: Please tr iage this failure
186 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: fail # co19-roll r546: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698