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

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

Issue 12542003: Remove deprecated Date class. (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 | « 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ] 193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
197 197
198 [ $compiler == dart2js ] 198 [ $compiler == dart2js ]
199 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 199 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
200 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 200 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
201 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 201 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
202 202
203 [ $compiler == dart2js && $unchecked ]
204 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
205
206
207 [ $compiler == dart2js && $runtime == jsshell ] 203 [ $compiler == dart2js && $runtime == jsshell ]
208 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 204 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
209 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. 205 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
210 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure. 206 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure.
211 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 207 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
212 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 208 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
213 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure. 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
214 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure. 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
215 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 211 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
216 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 212 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 622 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
627 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 623 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
628 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 624 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
629 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 625 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
630 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 626 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
631 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 627 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
632 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 628 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
633 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 629 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
634 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 630 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
635 631
632 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
633 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
634 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
635 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass
636 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
637 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
638 LibTest/core/Date/Date.fromString_A03_t01: pass
639 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
640 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
641 LibTest/core/Date/Date.now_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
642 LibTest/core/Date/Date.utc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
643 LibTest/core/Date/Date_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
644 LibTest/core/Date/Date_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
645 LibTest/core/Date/Date_A01_t04: Fail # Renamed Date to DateTime (issue 373, 374)
646 LibTest/core/Date/add_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
647 LibTest/core/Date/add_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
648 LibTest/core/Date/add_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
649 LibTest/core/Date/compareTo_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
650 LibTest/core/Date/compareTo_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
651 LibTest/core/Date/day_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
652 LibTest/core/Date/difference_A01_t01: Fail # Renamed Date to DateTime (issue 373 , 374)
653 LibTest/core/Date/difference_A01_t02: Fail # Renamed Date to DateTime (issue 373 , 374)
654 LibTest/core/Date/hour_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
655 LibTest/core/Date/isUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
656 LibTest/core/Date/millisecond_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
657 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTim e (issue 373, 374)
658 LibTest/core/Date/minute_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
659 LibTest/core/Date/month_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
660 LibTest/core/Date/operator_GE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
661 LibTest/core/Date/operator_GT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
662 LibTest/core/Date/operator_LE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
663 LibTest/core/Date/operator_LT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
664 LibTest/core/Date/second_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
665 LibTest/core/Date/subtract_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
666 LibTest/core/Date/subtract_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
667 LibTest/core/Date/subtract_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
668 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3 73, 374)
669 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
670 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
671 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
672 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
673 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
674
636 675
637 [ $compiler == dart2js && $system == macos ] 676 [ $compiler == dart2js && $system == macos ]
638 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 677 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
639 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 678 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
640 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 679 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
641 680
642 681
643 [ $compiler == dart2js && $host_checked ] 682 [ $compiler == dart2js && $host_checked ]
644 Language/14_Types/4_Interface_Types_A11_t01: Crash # Issue 8557 683 Language/14_Types/4_Interface_Types_A11_t01: Crash # Issue 8557
645 Language/14_Types/4_Interface_Types_A11_t02: Crash # Issue 8557 684 Language/14_Types/4_Interface_Types_A11_t02: Crash # Issue 8557
646 685
647 686
648 # 687 #
649 # The following tests are failing. Please add the error message 688 # The following tests are failing. Please add the error message
650 # (either a compiler error or exception message). The error messages 689 # (either a compiler error or exception message). The error messages
651 # may sometime be out of date. 690 # may sometime be out of date.
652 # 691 #
653 [ $compiler == dart2js ] 692 [ $compiler == dart2js ]
654 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 693 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
655 694
656 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 695 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
657 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 696 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
658 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 697 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
659 698
660 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 699 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
661 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 700 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
662 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 701 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
663 702
664 [ $compiler == dart2js && $jscl ] 703 [ $compiler == dart2js && $jscl ]
665 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 704 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374)
666 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 705 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
667 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 706 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
668 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 707 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
669 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 708 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
670 709
671 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 710 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
672 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 711 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
673 712
674 # 713 #
675 # The following tests may be broken, but require further review. 714 # The following tests may be broken, but require further review.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 843 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
805 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 844 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
806 845
807 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 846 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
808 847
809 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 848 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
810 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 849 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
811 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 850 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
812 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 851 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
813 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 852 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