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

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

Issue 12534008: Fix co19 expectations for Set methods. (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
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | tests/co19/co19-runtime.status » ('J')
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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 642 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
643 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 643 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
644 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 644 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
645 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 645 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
646 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 646 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
647 647
648 # Issues with co19 test suite in checked mode. 648 # Issues with co19 test suite in checked mode.
649 [ $compiler == dart2js && $checked ] 649 [ $compiler == dart2js && $checked ]
650 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 650 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
651 651
652 LibTest/core/Set/add_A01_t06: Fail # issue 390
653 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390
654 LibTest/core/Set/containsAll_A01_t02: Pass # issue 390
655 LibTest/core/Set/every_A01_t01: Fail # issue 390
656 LibTest/core/Set/every_A01_t03: Fail # issue 390
657 LibTest/core/Set/forEach_A01_t05: Fail # issue 390
658 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
659 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
660 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
661 LibTest/core/Set/intersection_A03_t01: Pass # issue 390
floitsch 2013/03/13 13:59:00 Don't keep "pass" lines. It makes it harder for Pe
662 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390
663 LibTest/core/Set/isSubsetOf_A01_t02: Pass # issue 390
664 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390
665 LibTest/core/Set/remove_A01_t01: Fail # issue 390
666 LibTest/core/Set/remove_A01_t03: Fail # issue 390
667
652 # Issues with co19 test suite in unchecked mode. 668 # Issues with co19 test suite in unchecked mode.
653 [ $compiler == dart2js && $unchecked ] 669 [ $compiler == dart2js && $unchecked ]
654 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 670 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
655 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 671 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
656 672
657 [ $compiler == dart2js && $jscl ] 673 [ $compiler == dart2js && $jscl ]
658 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 674 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
659 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 675 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
660 676
661 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 677 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 875 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
860 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 876 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
861 877
862 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 878 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
863 879
864 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 880 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
865 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 881 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
866 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 882 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
867 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 883 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
868 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 884 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | tests/co19/co19-runtime.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698