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 12544024: Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
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 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
10 10
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375. 518 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
519 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375. 519 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
520 520
521 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 521 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
522 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al lowed in Set or Map keys (issue 377). 522 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al lowed in Set or Map keys (issue 377).
523 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 523 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
524 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 524 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
525 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 525 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
526 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 526 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
527 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377). 527 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377).
528 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
529 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
530 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
531 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 528 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
532 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 529 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
530 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
533 531
534 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 532 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
535 533
536 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 534 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
537 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 535 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
538 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 536 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
539 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 537 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
540 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 538 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
541 539
542 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) 540 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. 599 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
602 600
603 [ $compiler == none && $runtime == vm && $unchecked ] 601 [ $compiler == none && $runtime == vm && $unchecked ]
604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 602 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
605 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 603 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
606 604
607 [ $compiler == none && $runtime == vm && $checked ] 605 [ $compiler == none && $runtime == vm && $checked ]
608 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 606 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
609 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 607 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
610 608
611 LibTest/core/Set/add_A01_t06: Fail # issue 390 609 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390
612 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390
613 LibTest/core/Set/containsAll_A01_t02: Pass # issue 390
614 LibTest/core/Set/every_A01_t01: Fail # issue 390
615 LibTest/core/Set/every_A01_t03: Fail # issue 390
616 LibTest/core/Set/forEach_A01_t05: Fail # issue 390
617 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 610 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
618 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 611 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
619 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 612 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
620 LibTest/core/Set/intersection_A03_t01: Pass # issue 390 613
621 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390 614 [ $compiler == none && $runtime == vm && $unchecked ]
622 LibTest/core/Set/isSubsetOf_A01_t02: Pass # issue 390 615 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
623 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 616 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
624 LibTest/core/Set/remove_A01_t01: Fail # issue 390 617
625 LibTest/core/Set/remove_A01_t03: Fail # issue 390 618
626 619
627 [ $compiler == none && $arch == simarm ] 620 [ $compiler == none && $arch == simarm ]
628 *: Skip 621 *: Skip
629 622
630 [ $compiler == none && $arch == arm ] 623 [ $compiler == none && $arch == arm ]
631 *: Skip 624 *: Skip
632 625
633 [ $compiler == none && $arch == simmips ] 626 [ $compiler == none && $arch == simmips ]
634 *: Skip 627 *: Skip
635 628
636 [ $compiler == none && $arch == mips ] 629 [ $compiler == none && $arch == mips ]
637 *: Skip 630 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698