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

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

Issue 12317107: ceil/floor/truncate/round return integers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload due to error3 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 | « tests/co19/co19-dart2dart.status ('k') | 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388. 644 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
645 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 645 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
646 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388. 646 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
647 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388. 647 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
648 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 648 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
649 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 649 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
650 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388. 650 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
651 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388. 651 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
652 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. 652 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
653 653
654 LibTest/core/double/operator_truncating_division_A01_t01: Fail # truncate/ceil/f loor/round returns ints, issue 361
655 LibTest/core/double/operator_truncating_division_A01_t03: Fail # truncate/ceil/f loor/round returns ints, issue 361
656 LibTest/core/double/operator_truncating_division_A01_t04: Fail # truncate/ceil/f loor/round returns ints, issue 361
657 LibTest/core/double/operator_truncating_division_A01_t05: Fail # truncate/ceil/f loor/round returns ints, issue 361
658 LibTest/core/double/operator_truncating_division_A01_t06: Fail # truncate/ceil/f loor/round returns ints, issue 361
659
660 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
661 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
662 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
663 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
664 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
665 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
666 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
667 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
668 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
654 669
655 # Issues with co19 test suite in checked mode. 670 # Issues with co19 test suite in checked mode.
656 [ $compiler == dart2js && $checked ] 671 [ $compiler == dart2js && $checked ]
657 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 672 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
658 673
659 # Issues with co19 test suite in unchecked mode. 674 # Issues with co19 test suite in unchecked mode.
660 [ $compiler == dart2js && $unchecked ] 675 [ $compiler == dart2js && $unchecked ]
661 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 676 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
662 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 677 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
663 678
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 882 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
868 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 883 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
869 884
870 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 885 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
871 886
872 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 887 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
873 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 888 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
874 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 889 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
875 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 890 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
876 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 891 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698