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

Side by Side Diff: tests/co19/co19-co19.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 | « tests/co19/co19-analyzer.status ('k') | tests/co19/co19-dart2js.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 LibTest/async/EventTransformStream/toList_A01_t01: Fail # co19 issue 626 210 LibTest/async/EventTransformStream/toList_A01_t01: Fail # co19 issue 626
211 LibTest/async/EventTransformStream/toSet_A01_t01: Fail # co19 issue 626 211 LibTest/async/EventTransformStream/toSet_A01_t01: Fail # co19 issue 626
212 LibTest/async/EventTransformStream/transform_A01_t01: Fail # co19 issue 626 212 LibTest/async/EventTransformStream/transform_A01_t01: Fail # co19 issue 626
213 LibTest/async/EventTransformStream/where_A01_t01: Fail # co19 issue 626 213 LibTest/async/EventTransformStream/where_A01_t01: Fail # co19 issue 626
214 LibTest/async/EventTransformStream/where_A01_t02: Fail # co19 issue 626 214 LibTest/async/EventTransformStream/where_A01_t02: Fail # co19 issue 626
215 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail # co19 issue 626 215 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail # co19 issue 626
216 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail # co19 issue 626 216 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail # co19 issue 626
217 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail # co19 issue 626 217 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail # co19 issue 626
218 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail # co19 issue 626 218 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail # co19 issue 626
219 219
220 Language/12_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # Co19 issue TODO(f loitsch)
221 LibTest/isolate/IsolateSink/add_A01_t01: Fail # Co19 issue TODO(floitsch)
222 LibTest/isolate/IsolateSink/add_A01_t02: Fail # Co19 issue TODO(floitsch)
223 LibTest/isolate/IsolateSink/add_A02_t01: Fail # Co19 issue TODO(floitsch)
224 LibTest/isolate/IsolateSink/close_A01_t01: Fail # Co19 issue TODO(floitsch)
225 LibTest/isolate/IsolateSink/close_A01_t02: Fail # Co19 issue TODO(floitsch)
226 LibTest/isolate/IsolateSink/close_A01_t03: Fail # Co19 issue TODO(floitsch)
227 LibTest/isolate/IsolateSink/close_A01_t04: Fail # Co19 issue TODO(floitsch)
228 LibTest/isolate/IsolateSink/operator_equality_A01_t01: Fail # Co19 issue TODO(fl oitsch)
229 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue TODO(floitsch)
230 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue TODO( floitsch)
231 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue TODO(floitsch)
232 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue TODO(floitsch)
233 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue TODO(floitsch)
234 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue TODO(floitsch)
235 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue TODO(floits ch)
236 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue TODO(floits ch)
237 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue TODO(floitsch)
238 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue TODO(floitsch)
239 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue TODO(floitsch)
240 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue TODO(floitsch)
241 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue TODO(floitsch)
242 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue TODO(floitsch)
243 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue TODO(floitsch)
244 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue TODO(floitsch)
245 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue TODO(floitsch)
246 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue TODO(floitsch)
247 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue TODO(floitsch)
248 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue TODO(floitsch)
249 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue TODO(floitsch)
250 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue TODO(floitsch)
251 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue TODO(floit sch)
252 LibTest/isolate/SendPort/send_A01_t01: Pass
253 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue TODO(floitsch)
254 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue TODO(floitsch)
255 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue TODO(floitsch)
256 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue TODO(floitsch)
257 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue TODO(floitsch)
258 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue TODO(floitsch)
259 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Co19 issue TODO(floits ch)
260 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Co19 issue TODO(floits ch)
261 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Co19 issue TODO(floits ch)
262 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Co19 issue TODO(floits ch)
263 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Co19 issue TODO(floits ch)
264 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Co19 issue TODO(floits ch)
265 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Co19 issue TODO(floits ch)
266 LibTest/isolate/isolate_api/spawnFunction_A04_t02: Fail # Co19 issue TODO(floits ch)
267 LibTest/isolate/isolate_api/spawnFunction_A04_t03: Fail # Co19 issue TODO(floits ch)
268 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Co19 issue TODO(floitsch)
269 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Co19 issue TODO(floitsch)
270 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Co19 issue TODO(floitsch)
271 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Co19 issue TODO(floitsch)
272 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Co19 issue TODO(floitsch)
273 LibTest/isolate/isolate_api/streamSpawnFunction_A01_t01: Fail # Co19 issue TODO( floitsch)
274 LibTest/isolate/isolate_api/stream_A01_t01: Fail # Co19 issue TODO(floitsch)
275 LibTest/isolate/isolate_api/port_A01_t01: Fail # Co19 issue TODO(floitsch)
276
277 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
220 278
221 ### CHECKED MODE FAILURES ### 279 ### CHECKED MODE FAILURES ###
222 280
223 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked] 281 [ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked]
224 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P lease triage this failure 282 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P lease triage this failure
225 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 283 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633
226 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure 284 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure
227 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 285 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
228 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 286 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
229 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure 287 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure
230 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 288 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
231 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 289 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
232 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure 290 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure
233 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19-roll r641: Please t riage this failure 291 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19-roll r641: Please t riage this failure
234 292
235 [ ($runtime == vm || $compiler == dart2js) && $checked] 293 [ ($runtime == vm || $compiler == dart2js) && $checked]
236 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 294 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560
237 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 295 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560
238 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 296 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498
239 297
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698