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

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 9474040: Improve exception handling: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals . 139 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals .
140 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. 140 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals.
141 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. 141 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals.
142 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. 142 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals.
143 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. 143 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals.
144 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li terals. 144 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li terals.
145 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li terals. 145 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li terals.
146 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals. 146 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals.
147 147
148 148
149 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail # SsaBuilder: throw without expression not implemented
150 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail # SsaBuilder: throw without expression not implemented
151 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented 149 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented
152 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # SsaBuilder: throw without expression not implemented
153 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented 150 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented
154 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 151 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
155 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value 152 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value
156 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value 153 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value
157 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack 154 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack
158 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 155 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
159 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value 156 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value
160 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value 157 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value
161 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 158 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
162 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented
163 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 159 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
164 Language/13_Types/4_Interface_Types_A07_t03: Fail # SsaBuilder.visitContinueStat ement not implemented
165 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value 160 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value
166 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value 161 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
167 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value 162 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value
168 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 163 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
169 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') 164 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected')
170 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value 165 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
171 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value 166 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
172 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value 167 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
173 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 168 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
174 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 169 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
175 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatem ent not implemented
176 LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
177 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value 170 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value
178 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # CompileTimeConstantEvaluator n ot implemented
179 LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
180 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value 171 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
181 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value 172 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
182 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value 173 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
183 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitCo ntinueStatement
184 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinu eStatement not implemented
185 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC ontinueStatement 174 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC ontinueStatement
186 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 175 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
187 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value 176 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
188 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value 177 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value
189 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 178 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
190 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 179 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
191 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 180 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
192 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 181 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
193 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 182 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
194 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 183 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
195 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 184 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
196 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition. 185 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition.
197 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 186 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
198 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value. 187 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value.
199 LibTest/core/List/forEach_A02_t01: Fail # TypeError: Object 123 has no method '$ call$1'
200 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value. 188 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value.
201 LibTest/core/List/some_A01_t01: Fail # Duplicate definition. 189 LibTest/core/List/some_A01_t01: Fail # Duplicate definition.
202 LibTest/core/List/some_A01_t02: Fail # Cannot find value. 190 LibTest/core/List/some_A01_t02: Fail # Cannot find value.
203 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented 191 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
204 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 192 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
205 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 193 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
206 LibTest/core/Map/Map_class_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 194 LibTest/core/Map/Map_class_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
207 LibTest/core/Map/Map_class_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented 195 LibTest/core/Map/Map_class_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented
208 LibTest/core/Map/Map_class_A01_t03: Fail # SsaBuilder.visitContinueStatement not implemented
209 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented 196 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
210 LibTest/core/Map/clear_A01_t01: Fail # SsaBuilder.visitContinueStatement not imp lemented 197 LibTest/core/Map/clear_A01_t01: Fail # SsaBuilder.visitContinueStatement not imp lemented
211 LibTest/core/Map/containsKey_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented 198 LibTest/core/Map/containsKey_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
212 LibTest/core/Map/containsValue_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 199 LibTest/core/Map/containsValue_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
213 LibTest/core/Map/forEach_A01_t01: Fail # Cannot find value 200 LibTest/core/Map/forEach_A01_t01: Fail # Cannot find value
214 LibTest/core/Map/forEach_A01_t02: Fail # SsaBuilder.visitContinueStatement not i mplemented 201 LibTest/core/Map/forEach_A01_t02: Fail # SsaBuilder.visitContinueStatement not i mplemented
215 LibTest/core/Map/forEach_A01_t04: Fail # SsaBuilder.visitContinueStatement not i mplemented 202 LibTest/core/Map/forEach_A01_t04: Fail # SsaBuilder.visitContinueStatement not i mplemented
216 LibTest/core/Map/forEach_A01_t05: Fail # Cannot find value 203 LibTest/core/Map/forEach_A01_t05: Fail # Cannot find value
217 LibTest/core/Map/forEach_A01_t06: Fail # SsaBuilder.visitContinueStatement not i mplemented 204 LibTest/core/Map/forEach_A01_t06: Fail # SsaBuilder.visitContinueStatement not i mplemented
218 LibTest/core/Map/forEach_A01_t08: Fail # SsaBuilder.visitContinueStatement not i mplemented 205 LibTest/core/Map/forEach_A01_t08: Fail # SsaBuilder.visitContinueStatement not i mplemented
219 LibTest/core/Map/getKeys_A01_t01: Fail # SsaBuilder.visitContinueStatement 206 LibTest/core/Map/getKeys_A01_t01: Fail # SsaBuilder.visitContinueStatement
220 LibTest/core/Map/getKeys_A01_t02: Fail # SsaBuilder.visitContinueStatement 207 LibTest/core/Map/getKeys_A01_t02: Fail # SsaBuilder.visitContinueStatement
221 LibTest/core/Map/getValues_A01_t01: Fail # SsaBuilder.visitContinueStatement 208 LibTest/core/Map/getValues_A01_t01: Fail # SsaBuilder.visitContinueStatement
222 LibTest/core/Map/getValues_A01_t02: Fail # SsaBuilder.visitContinueStatement 209 LibTest/core/Map/getValues_A01_t02: Fail # SsaBuilder.visitContinueStatement
223 LibTest/core/Map/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented 210 LibTest/core/Map/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented
224 LibTest/core/Map/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented 211 LibTest/core/Map/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
225 LibTest/core/Map/operator_subscript_A01_t01: Fail # SsaBuilder.visitContinueStat ement not implemented 212 LibTest/core/Map/operator_subscript_A01_t01: Fail # SsaBuilder.visitContinueStat ement not implemented
226 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # SsaBuilder.visi tContinueStatement not implemented 213 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # SsaBuilder.visi tContinueStatement not implemented
227 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # SsaBuilder.visi tContinueStatement not implemented
228 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value 214 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value
229 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value 215 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value
230 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value 216 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value
231 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack 217 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack
232 LibTest/core/Map/putIfAbsent_A01_t07: Fail # SsaBuilder.visitContinueStatement n ot implemented 218 LibTest/core/Map/putIfAbsent_A01_t07: Fail # SsaBuilder.visitContinueStatement n ot implemented
233 LibTest/core/Map/putIfAbsent_A01_t08: Fail # SsaBuilder.visitContinueStatement n ot implemented 219 LibTest/core/Map/putIfAbsent_A01_t08: Fail # SsaBuilder.visitContinueStatement n ot implemented
234 LibTest/core/Map/putIfAbsent_A01_t09: Fail # SsaBuilder.visitContinueStatement n ot implemented 220 LibTest/core/Map/putIfAbsent_A01_t09: Fail # SsaBuilder.visitContinueStatement n ot implemented
235 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack 221 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack
236 LibTest/core/Map/remove_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented 222 LibTest/core/Map/remove_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
237 LibTest/core/Map/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
238 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' 223 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
239 LibTest/core/Queue/Queue.from_A01_t01: Fail # CompileTimeConstantEvaluator not i mplemented
240 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
241 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
242 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 226 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
243 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
244 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 228 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
245 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 229 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
246 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
247 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 231 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
248 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value 232 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value
249 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value 233 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value
250 LibTest/core/Set/Set.from_A02_t01: Fail # CompileTimeConstantEvaluator not imple mented
251 LibTest/core/Set/Set_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented
252 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value 234 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value
253 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value 235 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value
254 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value 236 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value
255 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value 237 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value
256 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented 238 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented
257 LibTest/core/Set/add_A01_t02: Fail # SsaBuilder.visitContinueStatement not imple mented
258 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented 239 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented
259 LibTest/core/Set/add_A01_t06: Fail # Cannot find value 240 LibTest/core/Set/add_A01_t06: Fail # Cannot find value
260 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value 241 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value
261 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value 242 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value
262 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value 243 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value
263 LibTest/core/Set/containsAll_A01_t03: Fail # Cannot find value 244 LibTest/core/Set/containsAll_A01_t03: Fail # Cannot find value
264 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 245 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
265 LibTest/core/Set/contains_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented
266 LibTest/core/Set/contains_A01_t03: Fail # SsaBuilder.visitContinueStatement not implemented
267 LibTest/core/Set/every_A01_t01: Fail # Cannot find value 246 LibTest/core/Set/every_A01_t01: Fail # Cannot find value
268 LibTest/core/Set/every_A01_t02: Fail # Cannot find value 247 LibTest/core/Set/every_A01_t02: Fail # Cannot find value
269 LibTest/core/Set/every_A01_t03: Fail # Cannot find value 248 LibTest/core/Set/every_A01_t03: Fail # Cannot find value
270 LibTest/core/Set/filter_A01_t02: Fail # Cannot find value 249 LibTest/core/Set/filter_A01_t02: Fail # Cannot find value
271 LibTest/core/Set/filter_A01_t03: Fail # Cannot find value 250 LibTest/core/Set/filter_A01_t03: Fail # Cannot find value
272 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value 251 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value
273 LibTest/core/Set/forEach_A01_t01: Fail # Cannot find value 252 LibTest/core/Set/forEach_A01_t01: Fail # Cannot find value
274 LibTest/core/Set/forEach_A01_t02: Fail # Cannot find value 253 LibTest/core/Set/forEach_A01_t02: Fail # Cannot find value
275 LibTest/core/Set/forEach_A01_t03: Fail # Cannot find value 254 LibTest/core/Set/forEach_A01_t03: Fail # Cannot find value
276 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value 255 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value
(...skipping 14 matching lines...) Expand all
291 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented 270 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
292 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value 271 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
293 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value 272 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
294 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented 273 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented
295 LibTest/core/Set/some_A01_t01: Fail # Cannot find value 274 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
296 LibTest/core/Set/some_A01_t02: Fail # Cannot find value 275 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
297 LibTest/core/Set/some_A01_t03: Fail # Cannot find value 276 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
298 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails 277 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails
299 278
300 279
301 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException.
302 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException.
303 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 280 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
304 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 281 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
305 282
306 283
307 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 284 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
308 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 285 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
309 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 286 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
310 287
311 288
312 # TODO(floitsch): Please review these. 289 # TODO(floitsch): Please review these.
313 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles. 290 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
314 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 291 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
315 292
316 293
317 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails. 294 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails.
318 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails. 295 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails.
319 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails. 296 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails.
320 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails. 297 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails.
321 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails. 298 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails.
322 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.')
323 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .')
324 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 299 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
325 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 300 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
326 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t01: Fail # Exp ect.equals(expected: <1>, actual: <null>, 'Instance variable should already be i nitialized!') fails. 301 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t01: Fail # Exp ect.equals(expected: <1>, actual: <null>, 'Instance variable should already be i nitialized!') fails.
327 Language/13_Types/4_Interface_Types_A05_t03: Fail # Expect.isTrue(false) fails.
328 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 302 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
329 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 303 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
330 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 304 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
331 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 305 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
332 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 306 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
333 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 307 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
334 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails. 308 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
335 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 309 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
336 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 310 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
337 LibTest/core/int/toDouble_A01_t01: Fail # Expect.equals(expected: <Infinity>, ac tual: <1>) fails 311 LibTest/core/int/toDouble_A01_t01: Fail # Expect.equals(expected: <Infinity>, ac tual: <1>) fails
338 312
339 313
340 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined 314 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
341 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier 315 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier
342 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string 316 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string
343 317
344 318
345 Language/05_Variables/05_Variables_A06_t01: Fail # TypeError: Cannot call method 'set$abyr' of undefined
346 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TypeError: Cannot cal l method 'someMethod$0' of undefined
347 Language/07_Classes/2_Getters_A02_t01: Fail # TypeError: Cannot call method 'set $abyr' of undefined
348 Language/07_Classes/7_Static_Variables_A02_t02: Fail # TypeError: Cannot call me thod 'nonexistent$0' of undefined
349 Language/07_Classes/9_Superinterfaces_A06_t01: Fail # TypeError: Cannot call met hod 'set$foo' of undefined
350 Language/08_Interfaces/1_Methods_A02_t01: Fail # TypeError: Cannot call method ' m1$0' of undefined
351 Language/08_Interfaces/1_Methods_A02_t02: Fail # TypeError: Cannot call method ' m1$1' of undefined
352 Language/08_Interfaces/1_Methods_A02_t03: Fail # TypeError: Cannot call method ' m1$1' of undefined
353 Language/08_Interfaces/2_Getters_and_Setters_A04_t01: Fail # TypeError: Cannot c all method 'm1$0' of undefined
354 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail # TypeError: Cannot c all method 'm1$0' of undefined
355 Language/08_Interfaces/2_Getters_and_Setters_A04_t03: Fail # TypeError: Cannot c all method 'm1$0' of undefined
356 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined
357 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined
358 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: F ail # TypeError: Cannot call method 'foo$1' of undefined
359 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: F ail # TypeError: Cannot call method 'foo$2' of undefined
360 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: F ail # TypeError: Cannot call method 'foo$3' of undefined
361 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F ail # TypeError: Cannot call method 'get$variable' of undefined
362 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t01: F ail # TypeError: Cannot call method 'm$2' of undefined
363 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t02: F ail # TypeError: Cannot call method 'get$gett0r' of undefined
364 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t03: F ail # TypeError: Cannot call method 'set$sett0r' of undefined
365 Language/13_Types/6_Type_Dynamic_A03_t01: Fail # TypeError: Cannot call method ' wakeUp$1' of undefined
366 Language/13_Types/6_Type_Dynamic_A04_t01: Fail # TypeError: Cannot call method ' get$thebullshour' of undefined
367 LibTest/core/Map/containsKey_A01_t02: Fail # TypeError: Cannot call method 'hash Code$0' of undefined
368 LibTest/core/Map/operator_subscript_A01_t02: Fail # TypeError: Cannot call metho d 'hashCode$0' of undefined
369 LibTest/core/Queue/every_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined
370 LibTest/core/Queue/filter_A01_t03: Fail # TypeError: Cannot call method '$call$1 ' of undefined
371 LibTest/core/Queue/forEach_A01_t03: Fail # TypeError: Cannot call method '$call$ 1' of undefined
372 LibTest/core/Queue/some_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined
373
374
375 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo 319 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo
376 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic 320 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic
377 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic 321 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic
378 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic 322 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic
379 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S 323 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S
380 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S 324 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S
381 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T 325 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T
382 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1 326 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1
383 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # cannot resolve t ype f1 327 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # cannot resolve t ype f1
384 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # cannot resolve t ype f1 328 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # cannot resolve t ype f1
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 # catching for now. 410 # catching for now.
467 # 411 #
468 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error 412 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error
469 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error 413 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error
470 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error 414 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error
471 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error 415 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error
472 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error 416 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error
473 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error 417 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error
474 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A03_t01: Fail, OK # @compile-error 418 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A03_t01: Fail, OK # @compile-error
475 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A04_t01: Fail, OK # @compile-error 419 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A04_t01: Fail, OK # @compile-error
476 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A06_t01: Fail, OK # @compile-error
477 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t01: Fail, OK # @compile-error 420 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t01: Fail, OK # @compile-error
478 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t02: Fail, OK # @compile-error 421 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t02: Fail, OK # @compile-error
479 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t03: Fail, OK # @compile-error 422 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t03: Fail, OK # @compile-error
480 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t04: Fail, OK # @compile-error 423 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t04: Fail, OK # @compile-error
481 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A03_t01: Fail, OK # @compile-error 424 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A03_t01: Fail, OK # @compile-error
482 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A15_t01: Fail, OK # @compile-error 425 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A15_t01: Fail, OK # @compile-error
483 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A21_t01: Fail, OK # @compile-error 426 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A21_t01: Fail, OK # @compile-error
484 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t01: Fail , OK # @compile-error 427 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t01: Fail , OK # @compile-error
485 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t03: Fail , OK # @compile-error 428 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t03: Fail , OK # @compile-error
486 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t01: Fail, OK # @compile-error 429 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t01: Fail, OK # @compile-error
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 622 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
680 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 623 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
681 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 624 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
682 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 625 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
683 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error 626 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error
684 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error 627 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error
685 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error 628 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error
686 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error 629 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error
687 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error 630 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error
688 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error 631 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error
632 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail, OK # @compile-error
689 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error 633 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error
690 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail, OK # @compile-error 634 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail, OK # @compile-error
691 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error 635 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error
692 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error 636 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error
693 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error 637 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error
694 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error 638 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error
695 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error 639 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error
696 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error 640 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error
697 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error 641 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error
698 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error 642 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error
(...skipping 19 matching lines...) Expand all
718 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error 662 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error
719 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error 663 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error
720 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 664 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
721 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 665 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
722 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 666 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
723 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 667 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
724 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 668 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
725 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 669 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
726 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 670 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
727 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 671 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
672 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
673 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
674 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
728 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 675 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
729 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 676 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
730 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 677 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
731 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 678 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
732 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 679 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
733 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 680 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
734 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 681 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698