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

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

Issue 9605009: Don't stringify unmatched groups and throw IllegalArgumentException for bad date strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Mention co19 issue number. 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
« no previous file with comments | « dart/frog/leg/lib/regexp_helper.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) 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 && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
11 11
12 12
13 [ $component == leg ] 13 [ $component == leg ]
14 # These classes have been removed, co19 issue 79. 14 # These classes have been removed, co19 issue 79.
15 LibTest/core/Dispatcher/*: Fail, OK 15 LibTest/core/Dispatcher/*: Fail, OK
16 LibTest/core/List/every_A03_t01: Fail, OK 16 LibTest/core/List/every_A03_t01: Fail, OK
17 LibTest/core/List/filter_A03_t01: Fail, OK 17 LibTest/core/List/filter_A03_t01: Fail, OK
18 LibTest/core/List/some_A03_t01: Fail, OK 18 LibTest/core/List/some_A03_t01: Fail, OK
19 LibTest/core/Promise/*: Fail, OK 19 LibTest/core/Promise/*: Fail, OK
20 LibTest/core/Proxy/*: Fail, OK 20 LibTest/core/Proxy/*: Fail, OK
21 21
22
22 # missing #import("dart:isolate"), co19 issue 80 23 # missing #import("dart:isolate"), co19 issue 80
23 LibTest/core/Isolate/*: Fail, OK 24 LibTest/core/Isolate/*: Fail, OK
24 LibTest/core/SendPort/*: Fail, OK 25 LibTest/core/SendPort/*: Fail, OK
25 LibTest/core/ReceivePort/*: Fail, OK 26 LibTest/core/ReceivePort/*: Fail, OK
26 27
27 28
28 [ $component == leg && $checked ] 29 [ $component == leg && $checked ]
29 # Leg does not support checked mode yet. 30 # Leg does not support checked mode yet.
30 *: Skip 31 *: Skip
31 32
32 33
33 [ $component == leg && $mode == release ]
34
35
36 [ $component == leg && $mode == debug ]
37
38
39 [ $component == leg ] 34 [ $component == leg ]
40 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. 35 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate.
41 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate. 36 Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate.
42 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate. 37 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate.
43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate. 38 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate.
44 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate. 39 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash # TODO(ahe): Investigate.
45 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate. 40 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash # TODO(ahe): Investigate.
46 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 41 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
47 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. 42 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate.
48 43
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 Language/11_Statements/14_Throw_A03_t03: Fail # TODO(ahe): New co19 failure, ple ase triage. 178 Language/11_Statements/14_Throw_A03_t03: Fail # TODO(ahe): New co19 failure, ple ase triage.
184 Language/11_Statements/15_Assert_A03_t05: Fail # TODO(ahe): New co19 failure, pl ease triage. 179 Language/11_Statements/15_Assert_A03_t05: Fail # TODO(ahe): New co19 failure, pl ease triage.
185 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(ahe): New co19 fail ure, please triage. 180 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(ahe): New co19 fail ure, please triage.
186 Language/13_Types/5_Function_Types_A03_t01: Fail # TODO(ahe): New co19 failure, please triage. 181 Language/13_Types/5_Function_Types_A03_t01: Fail # TODO(ahe): New co19 failure, please triage.
187 Language/13_Types/5_Function_Types_A03_t02: Fail # TODO(ahe): New co19 failure, please triage. 182 Language/13_Types/5_Function_Types_A03_t02: Fail # TODO(ahe): New co19 failure, please triage.
188 Language/13_Types/5_Function_Types_A03_t03: Fail # TODO(ahe): New co19 failure, please triage. 183 Language/13_Types/5_Function_Types_A03_t03: Fail # TODO(ahe): New co19 failure, please triage.
189 Language/13_Types/5_Function_Types_A03_t04: Fail # TODO(ahe): New co19 failure, please triage. 184 Language/13_Types/5_Function_Types_A03_t04: Fail # TODO(ahe): New co19 failure, please triage.
190 LibTest/core/double/toStringAsFixed_A01_t03: Fail # TODO(ahe): New co19 failure, please triage. 185 LibTest/core/double/toStringAsFixed_A01_t03: Fail # TODO(ahe): New co19 failure, please triage.
191 186
192 187
193 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate.
194 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail # TODO(ahe): investigate.
195
196 # Time outs on the bots. 188 # Time outs on the bots.
197 LibTest/core/List/sort_A01_t05: Skip # Times out. 189 LibTest/core/List/sort_A01_t05: Skip # Times out.
198 LibTest/core/List/sort_A01_t06: Skip # Times out. 190 LibTest/core/List/sort_A01_t06: Skip # Times out.
199 LibTest/core/List/sort_A01_t04: Skip # Times out. 191 LibTest/core/List/sort_A01_t04: Skip # Times out.
200 192
201 193
202 Language/10_Expressions/01_Constants_A17_t02: Skip # Times out. 194 Language/10_Expressions/01_Constants_A17_t02: Skip # Times out.
203 Language/10_Expressions/01_Constants_A17_t01: Skip # Times out. 195 Language/10_Expressions/01_Constants_A17_t01: Skip # Times out.
204 196
205 197
206 # Issues with co19 test suite. 198 # Issues with co19 test suite.
207 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. 199 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
208 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. 200 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
209 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. 201 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
210 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 202 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
211 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 203 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
212 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 204 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
213 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 205 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
206 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92.
207 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92.
208 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92.
214 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 209 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
210 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
215 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 211 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
216 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 212 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
217 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 213 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
218 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 214 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
219 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 215 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
220 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 216 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
217 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92.
218 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92.
219 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92.
220 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92.
221 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92.
221 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 222 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
223 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92.
224 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92.
225 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
222 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 226 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
223 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 227 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
224 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 228 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
225 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 229 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
226 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. 230 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
227 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. 231 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
228 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 232 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
229 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 233 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
230 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 234 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
231 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 235 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
(...skipping 10 matching lines...) Expand all
242 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 246 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
243 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 247 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
244 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 248 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
245 249
246 250
247 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 251 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
248 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 252 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
249 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 253 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
250 254
251 255
252 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented
253 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented
254 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
255 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 256 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
256 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 257 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
258 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup er initializers not implemented correctly.
257 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 259 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
258 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
259 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 260 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
260 LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 8 6. 261 LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 8 6.
261 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 262 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
262 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 263 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
263 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
264 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
265 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
266 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
267 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 264 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
268 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 265 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
269 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 266 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
270 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 267 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
271 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 268 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
272 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 269 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
273 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 270 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
274 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 271 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
275 272
276 273
277 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 274 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
278 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 275 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
279 276
280 277
281 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 278 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
282 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 279 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
283 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 280 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
284 281
285 282
286 # TODO(floitsch): Please review these. 283 # TODO(floitsch): Please review these.
287 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 284 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
288 285
289 286
290 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails.
291 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails.
292 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails.
293 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails.
294 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails.
295 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 287 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
296 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 288 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
297 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 289 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
298 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 290 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
299 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 291 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
300 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 292 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
301 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
302 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 293 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
303 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 294 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
304 295
305 296
306 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
307 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier 297 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier
308 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string 298 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string
309 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # Operator 'call' is not supported on closures. 299 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # Operator 'call' is not supported on closures.
310 300
311 301
312 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail # cannot resolve foo
313 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic 302 Language/13_Types/4_Interface_Types_A07_t01: Fail # cannot resolve type Dynamic
314 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic 303 Language/13_Types/4_Interface_Types_A07_t02: Fail # cannot resolve type Dynamic
315 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic 304 Language/13_Types/6_Type_Dynamic_A01_t01: Fail # cannot resolve type Dynamic
316 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S 305 Language/13_Types/4_Interface_Types_A08_t01: Fail # cannot resolve type S
317 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S 306 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # cannot resolve type S
318 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T 307 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # can not resolve type T
319 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1 308 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # cannot resolve t ype f1
320 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # cannot resolve t ype f1 309 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # cannot resolve t ype f1
321 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # cannot resolve t ype f1 310 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # cannot resolve t ype f1
322 Language/13_Types/5_Function_Types_A01_t07: Fail # cannot resolve type f1 311 Language/13_Types/5_Function_Types_A01_t07: Fail # cannot resolve type f1
(...skipping 13 matching lines...) Expand all
336 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t 325 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t
337 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc 326 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc
338 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc 327 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc
339 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc 328 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc
340 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic 329 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic
341 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1 330 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1
342 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1 331 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1
343 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8 332 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8
344 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){} 333 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){}
345 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){} 334 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){}
346 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){}
347 LibTest/core/Isolate/spawn_A01_t02: Fail # duplicate definition of void func(Sen dPort result){result.call(2).receive(callbackB);}
348 LibTest/core/SendPort/send_A03_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){message++; replyTo.send(message, sReply);}
349 LibTest/core/SendPort/call_A01_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){print(message); rPort.close();}
350 LibTest/core/ReceivePort/close_A01_t01: Fail # duplicate definition of void func (var message, SendPort replyTo){rPort2.close(); Expect.equals(1, x);}
351 LibTest/core/ReceivePort/receive_A01_t03: Fail # duplicate definition of void fu nc(var message, SendPort replyTo){replyTo.send(message);}
352 LibTest/core/Isolate/spawn_A01_t04: Fail # duplicate definition of void func(var message, SendPort unused){if(message=="Bob"){print("fromBob <- "+message); from Bob.close();}else{Expect.fail("fromBob <- "+message);}}
353 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type 335 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type
354 LibTest/core/ReceivePort/ReceivePort_A01_t01: Fail # factory ReceivePort is not implemented
355 LibTest/core/ReceivePort/close_A02_t01: Fail # factory ReceivePort is not implem ented
356 LibTest/core/ReceivePort/receive_A01_t01: Fail # factory ReceivePort is not impl emented
357 LibTest/core/ReceivePort/receive_A01_t02: Fail # factory ReceivePort is not impl emented
358 LibTest/core/ReceivePort/toSendPort_A01_t01: Fail # factory ReceivePort is not i mplemented
359 LibTest/core/SendPort/call/SendPort_call_A01_t01: Fail
360 LibTest/core/SendPort/hashCode_A01_t01: Fail # factory ReceivePort is not implem ented
361 LibTest/core/SendPort/operator_equality_A01_t01: Fail # factory ReceivePort is n ot implemented
362 LibTest/core/SendPort/send_A01_t01: Fail # factory ReceivePort is not implemente d
363 LibTest/core/SendPort/send_A02_t01: Fail # factory ReceivePort is not implemente d
364 LibTest/core/SendPort/send_A02_t02: Fail # factory ReceivePort is not implemente d
365 LibTest/core/SendPort/send_A03_t02: Fail # factory ReceivePort is not implemente d
366 LibTest/core/ReceivePort/ReceivePort.singleShot_A01_t01: Fail # factory ReceiveP ort.singleShot is not implemented
367 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type 336 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type
368 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented 337 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented
369 Language/05_Variables/05_Variables_A08_t03: Fail # map not implemented
370 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented 338 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented
371 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d 339 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d
372 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented 340 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented 341 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented
374 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented 342 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented
375 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented 343 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented
376 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I 344 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I
377 345
378 346
379 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # TOD O(ahe): Categorize failure.
380 LibTest/core/Isolate/Isolate_class_A01_t01: Fail # TODO(ahe): Categorize failure . 347 LibTest/core/Isolate/Isolate_class_A01_t01: Fail # TODO(ahe): Categorize failure .
381 LibTest/core/Isolate/Isolate_class_A02_t01: Fail # TODO(ahe): Categorize failure . 348 LibTest/core/Isolate/Isolate_class_A02_t01: Fail # TODO(ahe): Categorize failure .
382 LibTest/core/Isolate/main_A01_t01: Fail # TODO(ahe): Categorize failure. 349 LibTest/core/Isolate/main_A01_t01: Fail # TODO(ahe): Categorize failure.
383 LibTest/core/Isolate/port_A01_t02: Fail # TODO(ahe): Categorize failure. 350 LibTest/core/Isolate/port_A01_t02: Fail # TODO(ahe): Categorize failure.
384 LibTest/core/Isolate/spawn_A01_t05: Fail # TODO(ahe): Categorize failure. 351 LibTest/core/Isolate/spawn_A01_t05: Fail # TODO(ahe): Categorize failure.
385 LibTest/core/Isolate/spawn_A01_t06: Fail # TODO(ahe): Categorize failure. 352 LibTest/core/Isolate/spawn_A01_t06: Fail # TODO(ahe): Categorize failure.
386 353
387 354
388 LibTest/core/Map/containsValue_A01_t01: Fail # TODO(ahe): Categorize failure. 355 LibTest/core/Map/containsValue_A01_t01: Fail # TODO(ahe): Categorize failure.
389 LibTest/core/Map/forEach_A01_t07: Fail # TODO(ahe): Categorize failure. 356 LibTest/core/Map/forEach_A01_t07: Fail # TODO(ahe): Categorize failure.
390 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # TODO(ahe): Cate gorize failure. 357 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # TODO(ahe): Cate gorize failure.
391 358
392 359
393 # 360 #
394 # The following tests are all semantic tests that we can rely on dartc 361 # The following tests are all semantic tests that we can rely on dartc
395 # catching for now. 362 # catching for now.
396 # 363 #
397 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error
398 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error
399 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error
400 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error
401 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error
402 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error
403 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A03_t01: Fail, OK # @compile-error
404 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A04_t01: Fail, OK # @compile-error
405 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t01: Fail, OK # @compile-error
406 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t02: Fail, OK # @compile-error
407 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t03: Fail, OK # @compile-error
408 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A02_t04: Fail, OK # @compile-error
409 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A03_t01: Fail, OK # @compile-error
410 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A15_t01: Fail, OK # @compile-error
411 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A21_t01: Fail, OK # @compile-error
412 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t01: Fail , OK # @compile-error
413 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t03: Fail , OK # @compile-error
414 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t01: Fail, OK # @compile-error
415 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t02: Fail, OK # @compile-error
416 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t01: Fail , OK # @compile-error
417 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t02: Fail , OK # @compile-error
418 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t03: Fail , OK # @compile-error
419 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t04: Fail , OK # @compile-error
420 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/02_7_Abstract_Methods _A02_t01: Fail, OK # @compile-error
421 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A01 _t02: Fail, OK # @compile-error
422 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t01: Fail, OK # @comp ile-error
423 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t02: Fail, OK # @comp ile-error
424 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t03: Fail, OK # @comp ile-error
425 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t04: Fail, OK # @comp ile-error
426 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t05: Fail, OK # @comp ile-error
427 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t06: Fail, OK # @comp ile-error
428 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t07: Fail, OK # @comp ile-error
429 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t08: Fail, OK # @comp ile-error
430 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t09: Fail, OK # @comp ile-error
431 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t10: Fail, OK # @comp ile-error
432 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t11: Fail, OK # @comp ile-error
433 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t12: Fail, OK # @comp ile-error
434 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t13: Fail, OK # @comp ile-error
435 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t14: Fail, OK # @comp ile-error
436 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t15: Fail, OK # @comp ile-error
437 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t16: Fail, OK # @comp ile-error
438 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t17: Fail, OK # @comp ile-error
439 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t18: Fail, OK # @comp ile-error
440 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t19: Fail, OK # @comp ile-error
441 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t20: Fail, OK # @comp ile-error
442 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t21: Fail, OK # @comp ile-error
443 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t22: Fail, OK # @comp ile-error
444 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t23: Fail, OK # @comp ile-error
445 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t24: Fail, OK # @comp ile-error
446 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A02_t01: Fail, OK # @compile-error
447 LangGuideTest/07_Overriding/07_Overriding_A02_t01: Fail, OK # @compile-error
448 LangGuideTest/07_Overriding/07_Overriding_A02_t02: Fail, OK # @compile-error
449 LangGuideTest/07_Overriding/07_Overriding_A03_t03: Fail, OK # @compile-error
450 LangGuideTest/07_Overriding/07_Overriding_A04_t01: Fail, OK # @compile-error
451 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/Named_Arguments_A02_t01: Fail, OK # @compile-error
452 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/Named_Arguments_A02_t02: Fail, OK # @compile-error
453 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/Named_Arguments_A04_t01: Fail, OK # @compile-error
454 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Static-Field_Assignment/St atic-Field_Assignment_A03_t02: Fail, OK # @compile-error
455 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/Variable_Or_Parameter_Assignment_A02_t01: Fail, OK # @compile-error
456 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 364 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
457 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 365 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
458 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 366 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
459 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 367 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
460 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error 368 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error
461 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error 369 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error
462 Language/05_Variables/05_Variables_A03_t04: Fail, OK # @compile-error 370 Language/05_Variables/05_Variables_A03_t04: Fail, OK # @compile-error
463 Language/05_Variables/05_Variables_A03_t05: Fail, OK # @compile-error 371 Language/05_Variables/05_Variables_A03_t05: Fail, OK # @compile-error
464 Language/05_Variables/05_Variables_A03_t06: Fail, OK # @compile-error 372 Language/05_Variables/05_Variables_A03_t06: Fail, OK # @compile-error
465 Language/05_Variables/05_Variables_A03_t07: Fail, OK # @compile-error 373 Language/05_Variables/05_Variables_A03_t07: Fail, OK # @compile-error
466 Language/05_Variables/05_Variables_A03_t08: Fail, OK # @compile-error 374 Language/05_Variables/05_Variables_A03_t08: Fail, OK # @compile-error
467 Language/05_Variables/05_Variables_A05_t01: Fail, OK # @compile-error 375 Language/05_Variables/05_Variables_A05_t01: Fail, OK # @compile-error
468 Language/05_Variables/05_Variables_A05_t04: Fail, OK # @compile-error 376 Language/05_Variables/05_Variables_A05_t04: Fail, OK # @compile-error
469 Language/05_Variables/05_Variables_A07_t01: Fail, OK # @compile-error 377 Language/05_Variables/05_Variables_A07_t01: Fail, OK # @compile-error
470 Language/05_Variables/05_Variables_A07_t02: Fail, OK # @compile-error 378 Language/05_Variables/05_Variables_A07_t02: Fail, OK # @compile-error
471 Language/06_Functions/06_Functions_A01_t23: Fail, OK # @compile-error 379 Language/06_Functions/06_Functions_A01_t23: Fail, OK # @compile-error
472 Language/06_Functions/1_Function_Declaration_A01_t01: Fail, OK # @compile-error 380 Language/06_Functions/1_Function_Declaration_A01_t01: Fail, OK # @compile-error
473 Language/06_Functions/1_Function_Declaration_A02_t02: Fail, OK # @compile-error 381 Language/06_Functions/1_Function_Declaration_A02_t02: Fail, OK # @compile-error
474 Language/06_Functions/1_Function_Declaration_A03_t02: Fail, OK # @compile-error 382 Language/06_Functions/1_Function_Declaration_A03_t02: Fail, OK # @compile-error
475 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t04: Fail, OK # @compile-error 383 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t04: Fail, OK # @compile-error
384 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail , OK # @compile-error
476 Language/07_Classes/07_Classes_A02_t02: Fail, OK # @compile-error 385 Language/07_Classes/07_Classes_A02_t02: Fail, OK # @compile-error
477 Language/07_Classes/07_Classes_A02_t04: Fail, OK # @compile-error 386 Language/07_Classes/07_Classes_A02_t04: Fail, OK # @compile-error
478 Language/07_Classes/07_Classes_A02_t05: Fail, OK # @compile-error 387 Language/07_Classes/07_Classes_A02_t05: Fail, OK # @compile-error
479 Language/07_Classes/07_Classes_A02_t07: Fail, OK # @compile-error 388 Language/07_Classes/07_Classes_A02_t07: Fail, OK # @compile-error
480 Language/07_Classes/07_Classes_A02_t09: Fail, OK # @compile-error 389 Language/07_Classes/07_Classes_A02_t09: Fail, OK # @compile-error
481 Language/07_Classes/07_Classes_A02_t10: Fail, OK # @compile-error 390 Language/07_Classes/07_Classes_A02_t10: Fail, OK # @compile-error
482 Language/07_Classes/07_Classes_A02_t11: Fail, OK # @compile-error 391 Language/07_Classes/07_Classes_A02_t11: Fail, OK # @compile-error
483 Language/07_Classes/07_Classes_A03_t02: Fail, OK # @compile-error 392 Language/07_Classes/07_Classes_A03_t02: Fail, OK # @compile-error
484 Language/07_Classes/07_Classes_A03_t03: Fail, OK # @compile-error 393 Language/07_Classes/07_Classes_A03_t03: Fail, OK # @compile-error
485 Language/07_Classes/07_Classes_A03_t04: Fail, OK # @compile-error 394 Language/07_Classes/07_Classes_A03_t04: Fail, OK # @compile-error
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t13: Fail, OK # @compile- error 434 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t13: Fail, OK # @compile- error
526 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t14: Fail, OK # @compile- error 435 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t14: Fail, OK # @compile- error
527 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail, OK # @compile- error 436 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail, OK # @compile- error
528 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail, OK # @compile- error 437 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail, OK # @compile- error
529 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t17: Fail, OK # @compile- error 438 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t17: Fail, OK # @compile- error
530 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t18: Fail, OK # @compile- error 439 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t18: Fail, OK # @compile- error
531 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail, OK # @compile- error 440 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail, OK # @compile- error
532 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t01: Fail, OK # @compile- error 441 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t01: Fail, OK # @compile- error
533 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t02: Fail, OK # @compile- error 442 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t02: Fail, OK # @compile- error
534 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail, OK # @compile- error 443 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail, OK # @compile- error
535 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t02: Fail, OK # @compile- error
536 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t03: Fail, OK # @compile- error
537 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t04: Fail, OK # @compile- error
538 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail, OK # @compile- error 444 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail, OK # @compile- error
539 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail, OK # @compile- error 445 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail, OK # @compile- error
540 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail, OK # @compile- error 446 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail, OK # @compile- error
541 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail, OK # @compile- error 447 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail, OK # @compile- error
542 Language/07_Classes/1_Instance_Methods_A01_t01: Fail, OK # @compile-error 448 Language/07_Classes/1_Instance_Methods_A01_t01: Fail, OK # @compile-error
543 Language/07_Classes/1_Instance_Methods_A01_t02: Fail, OK # @compile-error 449 Language/07_Classes/1_Instance_Methods_A01_t02: Fail, OK # @compile-error
544 Language/07_Classes/1_Instance_Methods_A01_t03: Fail, OK # @compile-error 450 Language/07_Classes/1_Instance_Methods_A01_t03: Fail, OK # @compile-error
545 Language/07_Classes/1_Instance_Methods_A01_t04: Fail, OK # @compile-error 451 Language/07_Classes/1_Instance_Methods_A01_t04: Fail, OK # @compile-error
546 Language/07_Classes/1_Instance_Methods_A01_t05: Fail, OK # @compile-error 452 Language/07_Classes/1_Instance_Methods_A01_t05: Fail, OK # @compile-error
547 Language/07_Classes/1_Instance_Methods_A01_t06: Fail, OK # @compile-error 453 Language/07_Classes/1_Instance_Methods_A01_t06: Fail, OK # @compile-error
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r 654 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r
749 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r 655 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r
750 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 656 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
751 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 657 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
752 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 658 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
753 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 659 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
754 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 660 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
755 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 661 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
756 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 662 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
757 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 663 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
664 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
758 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 665 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/lib/regexp_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698