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

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

Issue 10905235: Check boolean conversion in checked mode. (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
« no previous file with comments | « lib/compiler/implementation/ssa/optimize.dart ('k') | no next file » | 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 [ $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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 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.
97 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.
98 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.
99 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.
100 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.
101 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.
102 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.
103 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.
104 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.
105 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure. 105 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure.
106 Language/10_Expressions/04_Booleans/1_Boolean_Conversion_A01_t01: Fail # TODO(ah e): Please triage this failure.
107 Language/10_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure. 106 Language/10_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure.
108 Language/10_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure. 107 Language/10_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure.
109 Language/10_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure. 108 Language/10_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure.
110 Language/10_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure. 109 Language/10_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure.
111 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure. 110 Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
112 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure. 111 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail # TODO(ahe): Pleas e triage this failure.
113 Language/10_Expressions/08_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure. 112 Language/10_Expressions/08_Function_Expressions_A03_t03: Fail # TODO(ahe): Pleas e triage this failure.
114 Language/10_Expressions/08_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure. 113 Language/10_Expressions/08_Function_Expressions_A05_t02: Fail # TODO(ahe): Pleas e triage this failure.
115 Language/10_Expressions/08_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure. 114 Language/10_Expressions/08_Function_Expressions_A05_t04: Fail # TODO(ahe): Pleas e triage this failure.
116 Language/10_Expressions/10_Instance_Creation/1_New_A06_t01: Fail # TODO(ahe): Pl ease triage this failure. 115 Language/10_Expressions/10_Instance_Creation/1_New_A06_t01: Fail # TODO(ahe): Pl ease triage this failure.
117 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure. 116 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
118 Language/10_Expressions/10_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure. 117 Language/10_Expressions/10_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
119 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure. 118 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(ahe): Pl ease triage this failure.
120 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure. 119 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # TODO(ahe): Please triage this failure.
121 Language/10_Expressions/17_Conditional_A02_t03: Fail # TODO(ahe): Please triage this failure.
122 Language/10_Expressions/18_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure. 120 Language/10_Expressions/18_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
123 Language/10_Expressions/25_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure. 121 Language/10_Expressions/25_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
124 Language/14_Types/4_Interface_Types_A08_t03: Fail # TODO(ahe): Please triage thi s failure. 122 Language/14_Types/4_Interface_Types_A08_t03: Fail # TODO(ahe): Please triage thi s failure.
125 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # TODO(ahe): Please triage this failure. 123 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # TODO(ahe): Please triage this failure.
126 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re. 124 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re.
127 125
128 Language/11_Statements/04_If_A02_t01: Fail # http://dartbug.com/5030 126 Language/11_Statements/04_If_A02_t02: Fail, OK # Issue co19 208
129 Language/11_Statements/04_If_A02_t02: Fail # http://dartbug.com/5030 127 Language/11_Statements/05_For/1_For_Loop_A01_t08: Fail, OK # Issue co19 208
130 Language/11_Statements/05_For/1_For_Loop_A01_t07: Fail # http://dartbug.com/5030 128 Language/11_Statements/06_While_A02_t02: Fail, OK # Issue co19 208
131 Language/11_Statements/05_For/1_For_Loop_A01_t08: Fail # http://dartbug.com/5030 129 Language/11_Statements/06_While_A03_t03: Fail, OK # Issue co19 208
132 Language/11_Statements/06_While_A02_t02: Fail # http://dartbug.com/5030
133 Language/11_Statements/07_Do_A02_t03: Fail # http://dartbug.com/5030
134 Language/11_Statements/15_Assert_A03_t01: Fail # http://dartbug.com/5030
135 Language/11_Statements/15_Assert_A03_t02: Fail # http://dartbug.com/5030
136 Language/11_Statements/15_Assert_A03_t03: Fail # http://dartbug.com/5030
137 Language/11_Statements/15_Assert_A03_t04: Fail # http://dartbug.com/5030
138 Language/11_Statements/15_Assert_A03_t05: Fail # http://dartbug.com/5030
139 Language/11_Statements/15_Assert_A03_t06: Fail # http://dartbug.com/5030
140 Language/11_Statements/15_Assert_A04_t01: Fail # http://dartbug.com/5030
141 Language/11_Statements/15_Assert_A04_t02: Fail # http://dartbug.com/5030
142 Language/11_Statements/15_Assert_A04_t03: Fail # http://dartbug.com/5030
143 Language/11_Statements/15_Assert_A04_t04: Fail # http://dartbug.com/5030
144 Language/11_Statements/15_Assert_A04_t05: Fail # http://dartbug.com/5030
145 Language/11_Statements/15_Assert_A04_t06: Fail # http://dartbug.com/5030
146 130
131 Language/11_Statements/15_Assert_A04_t04: Fail # dart2js doesn't throw ClosureAr gumentMismatchException
147 Language/11_Statements/15_Assert_A05_t03: Fail # dart2js doesn't throw ClosureAr gumentMismatchException 132 Language/11_Statements/15_Assert_A05_t03: Fail # dart2js doesn't throw ClosureAr gumentMismatchException
148 133
149 134
150 [ $compiler == dart2js ] 135 [ $compiler == dart2js ]
151 Language/05_Variables/05_Variables_A03_t09: Fail, OK # co19 issue 200 136 Language/05_Variables/05_Variables_A03_t09: Fail, OK # co19 issue 200
152 Language/05_Variables/05_Variables_A04_t09: Fail, OK # co19 issue 200 137 Language/05_Variables/05_Variables_A04_t09: Fail, OK # co19 issue 200
153 Language/05_Variables/05_Variables_A05_t03: Fail, OK # co19 issue 200 138 Language/05_Variables/05_Variables_A05_t03: Fail, OK # co19 issue 200
154 Language/13_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK # co19 issue 200 139 Language/13_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK # co19 issue 200
155 Language/13_Libraries_and_Scripts/source2: Fail, OK # co19 issue 200 140 Language/13_Libraries_and_Scripts/source2: Fail, OK # co19 issue 200
156 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK # co19 issue 200 141 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK # co19 issue 200
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1137 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1153 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1138 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1154 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1139 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1155 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1140 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1156 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1141 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1157 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1142 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1158 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1143 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1159 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1144 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1160 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1145 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1161 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1146 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/optimize.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698