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

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

Issue 12258008: Revert "New implementation of {,Linked}Hash{Set,Map}." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/corelib/hash_map2_test.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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 495 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
496 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 496 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
497 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371. 497 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
498 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 498 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
499 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 499 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
500 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 500 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
501 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 501 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
502 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 502 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
503 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 503 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
504 504
505 # Doesn't expect null to be allowed in Set or Map keys (issue 377).
506 LibTest/core/Map/containsKey_A01_t02: Fail
507 LibTest/core/Map/operator_subscript_A01_t02: Fail
508 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail
509 LibTest/core/Map/remove_A01_t02: Fail
510 LibTest/core/Set/add_A01_t02: Fail
511 LibTest/core/Set/addAll_A01_t02: Fail
512 LibTest/core/Set/contains_A01_t02: Fail
513 LibTest/core/Set/containsAll_A01_t02: Fail
514 LibTest/core/Set/intersection_A03_t01: Fail
515 LibTest/core/Set/isSubsetOf_A01_t02: Fail
516 LibTest/core/Set/remove_A01_t02: Fail
517 LibTest/core/Set/removeAll_A01_t02: Fail
518
519 # Doesn't expect concurrent modification error (issue 376).
520 LibTest/core/Map/forEach_A01_t07: Fail
521 LibTest/core/Map/putIfAbsent_A01_t02: Fail
522
523 [ $compiler == none && $runtime == vm && $unchecked ] 505 [ $compiler == none && $runtime == vm && $unchecked ]
524 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 506 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
525 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 507 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
526 508
527 [ $compiler == none && $runtime == vm && $checked ] 509 [ $compiler == none && $runtime == vm && $checked ]
528 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 510 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
529 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 511 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
530 512
531 [ $compiler == none && $arch == simarm ] 513 [ $compiler == none && $arch == simarm ]
532 *: Skip 514 *: Skip
533 515
534 [ $compiler == none && $arch == arm ] 516 [ $compiler == none && $arch == arm ]
535 *: Skip 517 *: Skip
536 518
537 [ $compiler == none && $arch == simmips ] 519 [ $compiler == none && $arch == simmips ]
538 *: Skip 520 *: Skip
539 521
540 [ $compiler == none && $arch == mips ] 522 [ $compiler == none && $arch == mips ]
541 *: Skip 523 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/hash_map2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698