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

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

Issue 10989013: Change IllegalArgumentException to ArgumentError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated co19 test expectations. Created 8 years, 2 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 == dart2js ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/ 5429
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/ 5429
10 10
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure. 86 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure.
87 Language/13_Libraries_and_Scripts/2_Imports_A03_t11: Fail # TODO(ahe): Please tr iage this failure. 87 Language/13_Libraries_and_Scripts/2_Imports_A03_t11: Fail # TODO(ahe): Please tr iage this failure.
88 Language/13_Libraries_and_Scripts/2_Imports_A03_t12: Fail # TODO(ahe): Please tr iage this failure. 88 Language/13_Libraries_and_Scripts/2_Imports_A03_t12: Fail # TODO(ahe): Please tr iage this failure.
89 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # TODO(ahe): Please tr iage this failure. 89 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # TODO(ahe): Please tr iage this failure.
90 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure. 90 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure.
91 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re. 91 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re.
92 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 92 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
93 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure. 93 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure.
94 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 94 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
95 95
96 LibTest/core/Completer/completeException_A02_t01: Fail # issue 224
Søren Gjesse 2012/09/25 12:22:24 Please add co19 to the comment to avoid confusion
Lasse Reichstein Nielsen 2012/09/25 12:28:07 Done.
97 LibTest/core/int/operator_left_shift_A01_t03: Fail # issue 224
98 LibTest/core/int/operator_right_shift_A01_t03: Fail # issue 224
99 LibTest/core/List/insertRange_A05_t01: Fail # issue 224
100 LibTest/core/List/List_A03_t01: Fail # issue 224
101 LibTest/core/List/List_A04_t01: Fail # issue 224
102 LibTest/core/List/operator_subscript_A03_t01: Fail # issue 224
103 LibTest/core/List/operator_subscript_A04_t01: Fail # issue 224
104 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # issue 224
105 LibTest/core/List/removeRange_A04_t01: Fail # issue 224
106 LibTest/core/List/setRange_A04_t01: Fail # issue 224
107 LibTest/core/List/sort_A01_t05: Fail # issue 224
108 LibTest/core/String/charCodeAt_A03_t01: Fail # issue 224
109 LibTest/core/String/concat_A02_t01: Fail # issue 224
110 LibTest/core/Strings/concatAll_A04_t01: Fail # issue 224
111 LibTest/core/Strings/join_A04_t01: Fail # issue 224
112 LibTest/core/String/String.fromCharCodes_A02_t01: Fail # issue 224
96 113
97 [ $compiler == dart2js && $unchecked ] 114 [ $compiler == dart2js && $unchecked ]
98 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 115 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
99 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 116 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
100 117
101 118
102 [ $compiler == dart2js && $checked ] 119 [ $compiler == dart2js && $checked ]
103 # Tests rely on a VM exception being thrown in checked mode. 120 # Tests rely on a VM exception being thrown in checked mode.
104 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK 121 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK
105 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK 122 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 862 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
846 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 863 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
847 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 864 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
848 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 865 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
849 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
850 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
851 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
852 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
853 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 870 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
854 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 871 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698