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

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

Issue 10916232: Implement checked mode for const constructors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 Language/10_Expressions/16_Assignment_A08_t03: Fail, OK # co19 issue 195 80 Language/10_Expressions/16_Assignment_A08_t03: Fail, OK # co19 issue 195
81 Language/10_Expressions/27_Assignable_Expressions_A07_t01: Fail, OK # co19 issue 195 81 Language/10_Expressions/27_Assignable_Expressions_A07_t01: Fail, OK # co19 issue 195
82 Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail, OK # co19 issue 1 95 82 Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail, OK # co19 issue 1 95
83 Language/10_Expressions/28_Identifier_Reference_A05_t06: Fail, OK # co19 issue 1 95 83 Language/10_Expressions/28_Identifier_Reference_A05_t06: Fail, OK # co19 issue 1 95
84 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail, OK # co19 issue 1 95 84 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail, OK # co19 issue 1 95
85 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 195 85 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 195
86 LibTest/core/NoSuchMethodException/NoSuchMethodException_A01_t01: Fail, OK # co1 9 issue 195 86 LibTest/core/NoSuchMethodException/NoSuchMethodException_A01_t01: Fail, OK # co1 9 issue 195
87 LibTest/core/NoSuchMethodException/toString_A01_t01: Fail, OK # co19 issue 195 87 LibTest/core/NoSuchMethodException/toString_A01_t01: Fail, OK # co19 issue 195
88 88
89 [ $compiler == dart2js && $checked ] 89 [ $compiler == dart2js && $checked ]
90 # Tests rely on a VM exception being thrown in checked mode.
91 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK
92 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK
93
94
90 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 95 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
91 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 96 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
92 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 97 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
93 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 98 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
94 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 99 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
95 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 100 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
96 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 101 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
97 Language/07_Classes/7_Static_Methods_A01_t03: Fail # TODO(ahe): Please triage th is failure. 102 Language/07_Classes/7_Static_Methods_A01_t03: Fail # TODO(ahe): Please triage th is failure.
98 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 103 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
99 Language/09_Generics/09_Generics_A04_t05: Fail # TODO(ahe): Please triage this f ailure. 104 Language/09_Generics/09_Generics_A04_t05: Fail # TODO(ahe): Please triage this f ailure.
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1221 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1217 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1222 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1218 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1219 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1220 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1225 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1221 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1226 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1222 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1227 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1223 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1228 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1229 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1230 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698