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

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

Issue 12838002: Deprecate Set.isSubsetOf, make Set.containsAll accept iterable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated test expectations. 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).
533 530 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
534 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
535 531
536 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 532 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). 533 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). 534 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). 535 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). 536 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
541 537
542 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) 538 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
543 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374) 539 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
544 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374) 540 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 [ $compiler == none && $runtime == vm && $unchecked ] 599 [ $compiler == none && $runtime == vm && $unchecked ]
604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 600 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 601 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
606 602
607 [ $compiler == none && $runtime == vm && $checked ] 603 [ $compiler == none && $runtime == vm && $checked ]
608 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 604 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. 605 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
610 606
611 LibTest/core/Set/add_A01_t06: Fail # issue 390 607 LibTest/core/Set/add_A01_t06: Fail # issue 390
612 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 608 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 609 LibTest/core/Set/every_A01_t01: Fail # issue 390
615 LibTest/core/Set/every_A01_t03: Fail # issue 390 610 LibTest/core/Set/every_A01_t03: Fail # issue 390
616 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 611 LibTest/core/Set/forEach_A01_t05: Fail # issue 390
617 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 612 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
618 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 613 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
619 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 614 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
620 LibTest/core/Set/intersection_A03_t01: Pass # issue 390
621 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390
622 LibTest/core/Set/isSubsetOf_A01_t02: Pass # issue 390
623 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 615 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390
624 LibTest/core/Set/remove_A01_t01: Fail # issue 390 616 LibTest/core/Set/remove_A01_t01: Fail # issue 390
625 LibTest/core/Set/remove_A01_t03: Fail # issue 390 617 LibTest/core/Set/remove_A01_t03: Fail # issue 390
626 618
619 [ $compiler == none && $runtime == vm && $unchecked ]
620 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.
621 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.
622
627 [ $compiler == none && $arch == simarm ] 623 [ $compiler == none && $arch == simarm ]
628 *: Skip 624 *: Skip
629 625
630 [ $compiler == none && $arch == arm ] 626 [ $compiler == none && $arch == arm ]
631 *: Skip 627 *: Skip
632 628
633 [ $compiler == none && $arch == simmips ] 629 [ $compiler == none && $arch == simmips ]
634 *: Skip 630 *: Skip
635 631
636 [ $compiler == none && $arch == mips ] 632 [ $compiler == none && $arch == mips ]
637 *: Skip 633 *: Skip
OLDNEW
« sdk/lib/html/dartium/html_dartium.dart ('K') | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698