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

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

Issue 12886002: Expect test to fail in unchecked mode as well. (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') | 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 # 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 649 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
650 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 650 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
651 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 651 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
652 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 652 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
653 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 653 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
654 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 654 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
655 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 655 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
656 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 656 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
657 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 657 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
658 658
659 LibTest/core/List/getRange_A02_t01: Fail # issue 391
660
659 # Issues with co19 test suite in checked mode. 661 # Issues with co19 test suite in checked mode.
660 [ $compiler == dart2js && $checked ] 662 [ $compiler == dart2js && $checked ]
661 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 663 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
662 664
663 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 665 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
664 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 666 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
665 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 667 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
666 668
667 LibTest/core/List/getRange_A02_t01: Fail # issue 391
668
669 # Issues with co19 test suite in unchecked mode. 669 # Issues with co19 test suite in unchecked mode.
670 [ $compiler == dart2js && $unchecked ] 670 [ $compiler == dart2js && $unchecked ]
671 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390. 671 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390.
672 672
673 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 673 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
674 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 674 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
675 675
676 [ $compiler == dart2js && $jscl ] 676 [ $compiler == dart2js && $jscl ]
677 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 677 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
678 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 678 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 878 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
879 879
880 880
881 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 881 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
882 882
883 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 883 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
884 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 884 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
885 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 885 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
886 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 886 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
887 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 887 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698