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

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

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « sdk/lib/isolate/isolate_stream.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 == 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
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 LibTest/async/EventTransformStream/toList_A01_t01: Fail 139 LibTest/async/EventTransformStream/toList_A01_t01: Fail
140 LibTest/async/EventTransformStream/toSet_A01_t01: Fail 140 LibTest/async/EventTransformStream/toSet_A01_t01: Fail
141 LibTest/async/EventTransformStream/transform_A01_t01: Fail 141 LibTest/async/EventTransformStream/transform_A01_t01: Fail
142 LibTest/async/EventTransformStream/where_A01_t01: Fail 142 LibTest/async/EventTransformStream/where_A01_t01: Fail
143 LibTest/async/EventTransformStream/where_A01_t02: Fail 143 LibTest/async/EventTransformStream/where_A01_t02: Fail
144 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail 144 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail
145 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail 145 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail
146 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail 146 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail
147 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail 147 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail
148 148
149 # co19 issue TODO(floitsch).
150 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Co19 issue TODO(f loitsch)
151 LibTest/isolate/IsolateSink/add_A01_t01: Fail # Co19 issue TODO(floitsch)
152 LibTest/isolate/IsolateSink/add_A01_t02: Fail # Co19 issue TODO(floitsch)
153 LibTest/isolate/IsolateSink/add_A02_t01: Fail # Co19 issue TODO(floitsch)
154 LibTest/isolate/IsolateSink/close_A01_t01: Fail # Co19 issue TODO(floitsch)
155 LibTest/isolate/IsolateSink/close_A01_t02: Fail # Co19 issue TODO(floitsch)
156 LibTest/isolate/IsolateSink/close_A01_t03: Fail # Co19 issue TODO(floitsch)
157 LibTest/isolate/IsolateSink/close_A01_t04: Fail # Co19 issue TODO(floitsch)
158 LibTest/isolate/IsolateSink/operator_equality_A01_t01: Fail # Co19 issue TODO(fl oitsch)
159 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue TODO(floitsch)
160 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue TODO( floitsch)
161 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue TODO(floitsch)
162 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue TODO(floitsch)
163 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue TODO(floitsch)
164 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue TODO(floitsch)
165 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue TODO(floits ch)
166 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue TODO(floits ch)
167 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue TODO(floitsch)
168 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue TODO(floitsch)
169 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue TODO(floitsch)
170 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue TODO(floitsch)
171 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue TODO(floitsch)
172 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue TODO(floitsch)
173 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue TODO(floitsch)
174 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue TODO(floitsch)
175 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue TODO(floitsch)
176 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue TODO(floitsch)
177 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue TODO(floitsch)
178 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue TODO(floitsch)
179 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue TODO(floitsch)
180 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue TODO(floitsch)
181 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue TODO(floit sch)
182 LibTest/isolate/SendPort/send_A01_t01: Pass
183 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue TODO(floitsch)
184 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue TODO(floitsch)
185 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue TODO(floitsch)
186 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue TODO(floitsch)
187 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue TODO(floitsch)
188 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue TODO(floitsch)
189 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Co19 issue TODO(floits ch)
190 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Co19 issue TODO(floits ch)
191 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Co19 issue TODO(floits ch)
192 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Co19 issue TODO(floits ch)
193 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Co19 issue TODO(floits ch)
194 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Co19 issue TODO(floits ch)
195 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Co19 issue TODO(floits ch)
196 LibTest/isolate/isolate_api/spawnFunction_A04_t02: Fail # Co19 issue TODO(floits ch)
197 LibTest/isolate/isolate_api/spawnFunction_A04_t03: Fail # Co19 issue TODO(floits ch)
198 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Co19 issue TODO(floitsch)
199 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Co19 issue TODO(floitsch)
200 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Co19 issue TODO(floitsch)
201 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Co19 issue TODO(floitsch)
202 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue TODO(floitsch)
203 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue TODO( floitsch)
204 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue TODO(floitsch)
205 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue TODO(floitsch)
206 LibTest/isolate/IsolateSink/addError_A01_t01: Fail # Co19 issue TODO(floitsch)
207 LibTest/isolate/IsolateSink/addError_A01_t02: Fail # Co19 issue TODO(floitsch)
208 LibTest/isolate/IsolateStream/any_A02_t01: Fail # Co19 issue TODO(floitsch)
209 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # Co19 issue TODO(floitsch)
210 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Co19 issue TODO(floitsch)
211 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Co19 issue TODO(floitsch)
212 LibTest/isolate/SendPort/send_A01_t01: Fail # Co19 issue TODO(floitsch)
213 LibTest/isolate/SendPort/send_A02_t02: Fail # Co19 issue TODO(floitsch)
214 LibTest/isolate/SendPort/send_A02_t03: Fail # Co19 issue TODO(floitsch)
215 LibTest/isolate/isolate_api/spawnFunction_A02_t02: Fail # Co19 issue TODO(floits ch)
216 LibTest/isolate/isolate_api/spawnFunction_A04_t01: Fail # Co19 issue TODO(floits ch)
217 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Co19 issue TODO(floitsch)
218 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # Co19 issue TODO(floitsch)
219 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # Co19 issue TODO(floitsch)
220 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail # Co19 issue TODO( floitsch)
221 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail # Co19 issue TODO( floitsch)
222
149 #co19 issue 631 223 #co19 issue 631
150 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail 224 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail
151 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail 225 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail
152 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail 226 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail
153 227
154 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 228 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
155 229
156 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure 230 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure
157 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure 231 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure
158 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure 232 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure
159 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure 233 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure
160 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure 234 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure
161 235
162 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure 236 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r 641: Please triage this failure
163 LibTest/collection/HashMap/allTests_A01_t01: Fail # co19-roll r641: Please triag e this failure 237 LibTest/collection/HashMap/allTests_A01_t01: Fail # co19-roll r641: Please triag e this failure
164 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # co19-roll r 641: Please triage this failure 238 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # co19-roll r 641: Please triage this failure
165 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure 239 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure
166 LibTest/collection/SplayTreeMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure 240 LibTest/collection/SplayTreeMap/allTests_A01_t01: Fail # co19-roll r641: Please triage this failure
167 LibTest/core/Map/allTests_A01_t01: Fail # co19-roll r641: Please triage this fai lure 241 LibTest/core/Map/allTests_A01_t01: Fail # co19-roll r641: Please triage this fai lure
OLDNEW
« no previous file with comments | « sdk/lib/isolate/isolate_stream.dart ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698