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

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

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