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

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

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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 | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 [ $compiler == none && $runtime == vm && $mode == debug ] 395 [ $compiler == none && $runtime == vm && $mode == debug ]
396 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 396 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
397 397
398 [ $compiler == none && $arch == simarm ] 398 [ $compiler == none && $arch == simarm ]
399 *: Skip 399 *: Skip
400 400
401 [ $compiler == none && $arch == arm ] 401 [ $compiler == none && $arch == arm ]
402 *: Skip 402 *: Skip
403 403
404 404
405 # Dart bug 6719
406 # Fail due to Future being in dart:async now
407 [ $compiler == none && $runtime == vm ] 405 [ $compiler == none && $runtime == vm ]
408 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367 406 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367
409 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367 407 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367
410 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367 408 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367
411 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367 409 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367
412 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367 410 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367
413 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367 411 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367
414 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367 412 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367
415 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367 413 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367
416 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367 414 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue 367 459 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue 367
462 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue 367 460 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue 367
463 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue 367 461 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue 367
464 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue 367 462 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue 367
465 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue 367 463 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue 367
466 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367 464 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367
467 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367 465 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367
468 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367 466 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367
469 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367 467 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367
470 468
469 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
470 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
471 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
472 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
473 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
474 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
475 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c lasses from core to collection. co19 issue 371.
476 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe s from core to collection. co19 issue 371.
477 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
478 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
479 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
480 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
481 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
482 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
483 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
484 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t o collection. co19 issue 371.
485 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
486 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
487 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col lection. co19 issue 371.
488 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col lection. co19 issue 371.
489 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
490 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
491 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c ollection. co19 issue 371.
492 LibTest/core/Queue/every_A01_t03: Fail # Moved collection classes from core to c ollection. co19 issue 371.
493 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c ollection. co19 issue 371.
494 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c ollection. co19 issue 371.
495 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
496 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
497 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
498 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
499 LibTest/core/Queue/forEach_A01_t03: Fail # Moved collection classes from core to collection. co19 issue 371.
500 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. co19 issue 371.
501 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
502 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
503 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
504 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
505 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
506 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
507 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
508 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
509 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
510
471 [ $compiler == none && $runtime == vm && $unchecked ] 511 [ $compiler == none && $runtime == vm && $unchecked ]
472 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 512 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
473 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 513 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
514
474 [ $compiler == none && $runtime == vm && $checked ] 515 [ $compiler == none && $runtime == vm && $checked ]
475 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 516 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
517 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698