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

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

Issue 9423042: Copy JSSyntaxRegExp from frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 72 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
73 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 73 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
74 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 74 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt.
75 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. 75 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review.
76 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. 76 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review.
77 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 77 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
78 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 78 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
79 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 79 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
80 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 80 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
81 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 81 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
82 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
82 83
83 84
84 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals . 85 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals .
85 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals. 86 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals.
86 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals. 87 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals.
87 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals. 88 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals.
88 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals. 89 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals.
89 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals. 90 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals.
90 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals. 91 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals.
91 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals. 92 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals.
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 316 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
316 LibTest/core/String/String_class_A01_t01: Fail # String.replaceAll is not implem ented. 317 LibTest/core/String/String_class_A01_t01: Fail # String.replaceAll is not implem ented.
317 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks. 318 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks.
318 319
319 320
320 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 321 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
321 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 322 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
322 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 323 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
323 324
324 325
325 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t01: F ail # JSSyntaxRegExp is not implemented
326 LibTest/core/Match/end_A01_t01: Fail # JSSyntaxRegExp is not implemented
327 LibTest/core/Match/groupCount_A01_t01: Fail # JSSyntaxRegExp is not implemented
328 LibTest/core/Match/group_A01_t01: Fail # JSSyntaxRegExp is not implemented
329 LibTest/core/Match/group_A02_t01: Fail # JSSyntaxRegExp is not implemented
330 LibTest/core/Match/groups_A01_t01: Fail # JSSyntaxRegExp is not implemented
331 LibTest/core/Match/groups_A02_t01: Fail # JSSyntaxRegExp is not implemented
332 LibTest/core/Match/operator_subscript_A01_t01: Fail # JSSyntaxRegExp is not impl emented
333 LibTest/core/Match/operator_subscript_A02_t01: Fail # JSSyntaxRegExp is not impl emented
334 LibTest/core/Match/pattern_A01_t01: Fail # JSSyntaxRegExp is not implemented
335 LibTest/core/Match/start_A01_t01: Fail # JSSyntaxRegExp is not implemented
336 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: Fail # JSSyn taxRegExp is not implemented
337 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: Fail # JSSyn taxRegExp is not implemented
338 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # JSSyn taxRegExp is not implemented
339 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # JSSyn taxRegExp is not implemented
340 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail # JSSyn taxRegExp is not implemented
341 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # JSSy ntaxRegExp is not implemented
342 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # JSSyntaxRe gExp is not implemented
343 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # JSSyntaxRe gExp is not implemented
344 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # JSSyntaxRe gExp is not implemented
345 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # JSSyntaxRe gExp is not implemented
346 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # JSSyntaxRe gExp is not implemented
347 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # JSSyntaxRe gExp is not implemented
348 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail # JSSyntaxRe gExp is not implemented
349 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # JSSyntaxRe gExp is not implemented
350 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # JSSyntaxRegExp is not implemented
351 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # JSSyntaxRegExp is not implemented
352 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01: Fail # JSSyntaxRegExp is not implemented
353 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01: Fail # JSSyntaxRegExp is not implemented
354 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A01_t01: Fail # JSSyntaxRegExp is not implemented
355 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A02_t01: Fail # JSSyntaxRegExp is not implemented
356 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01: Fail # JSSyntaxRegExp is not implemented
357 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01: Fail # JSSyntaxRegExp is not implemented
358 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01: Fail # JSSyntaxRegExp is not implemented
359 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01: Fail # JSSyntaxRegExp is not implemented
360 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: Fail # JSSyntaxRegExp is not implemented
361 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01: Fail # J SSyntaxRegExp is not implemented
362 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03: Fail # J SSyntaxRegExp is not implemented
363 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04: Fail # J SSyntaxRegExp is not implemented
364 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # JSS yntaxRegExp is not implemented
365 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # JSSyntaxRegExp is not implemented
366 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02: Fa il # JSSyntaxRegExp is not implemented
367 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # JSSyntaxRegExp is not implemented
368 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail # JSSy ntaxRegExp is not implemented
369 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail # JSSy ntaxRegExp is not implemented
370 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # JSSy ntaxRegExp is not implemented
371 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail # JSSy ntaxRegExp is not implemented
372 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail # JSSy ntaxRegExp is not implemented
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail # JSSy ntaxRegExp is not implemented
374 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail # JSSyntaxRe gExp is not implemented
375 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail # JSSyntaxRe gExp is not implemented
376 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # JSSyntaxRe gExp is not implemented
377 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail # JSSyntaxRe gExp is not implemented
378 LibTest/core/RegExp/RegExp_A01_t01: Fail # JSSyntaxRegExp is not implemented
379 LibTest/core/RegExp/RegExp_A01_t02: Fail # JSSyntaxRegExp is not implemented
380 LibTest/core/RegExp/RegExp_A01_t03: Fail # JSSyntaxRegExp is not implemented
381 LibTest/core/RegExp/RegExp_A01_t04: Fail # JSSyntaxRegExp is not implemented
382 LibTest/core/RegExp/allMatches_A01_t01: Fail # JSSyntaxRegExp is not implemented
383 LibTest/core/RegExp/allMatches_A02_t01: Fail # JSSyntaxRegExp is not implemented
384 LibTest/core/RegExp/firstMatch_A01_t01: Fail # JSSyntaxRegExp is not implemented
385 LibTest/core/RegExp/firstMatch_A02_t01: Fail # JSSyntaxRegExp is not implemented
386 LibTest/core/RegExp/firstMatch_A03_t01: Fail # JSSyntaxRegExp is not implemented
387 LibTest/core/RegExp/hasMatch_A01_t01: Fail # JSSyntaxRegExp is not implemented.
388 LibTest/core/RegExp/hasMatch_A02_t01: Fail # JSSyntaxRegExp is not implemented
389 LibTest/core/RegExp/ignoreCase_A01_t01: Fail # JSSyntaxRegExp is not implemented
390 LibTest/core/RegExp/multiLine_A01_t01: Fail # JSSyntaxRegExp is not implemented
391 LibTest/core/RegExp/stringMatch_A01_t01: Fail # JSSyntaxRegExp is not implemente d
392 LibTest/core/RegExp/stringMatch_A02_t01: Fail # JSSyntaxRegExp is not implemente d
393 LibTest/core/String/contains_A01_t01: Fail # JSSyntaxRegExp is not implemented.
394 LibTest/core/String/contains_A01_t02: Fail # JSSyntaxRegExp is not implemented.
395 LibTest/core/String/contains_A01_t03: Fail # JSSyntaxRegExp is not implemented.
396 LibTest/core/String/replaceAll_A01_t01: Fail # JSSyntaxRegExp is not implemented .
397 LibTest/core/String/replaceAll_A02_t01: Fail # JSSyntaxRegExp is not implemented .
398 LibTest/core/String/replaceFirst_A01_t01: Fail # JSSyntaxRegExp is not implement ed.
399 LibTest/core/String/replaceFirst_A02_t01: Fail # JSSyntaxRegExp is not implement ed.
400 LibTest/core/String/split_A01_t01: Fail # JSSyntaxRegExp is not implemented.
401 LibTest/core/String/split_A01_t02: Fail # JSSyntaxRegExp is not implemented.
402 326
403 327
404 # TODO(floitsch): Please review these. 328 # TODO(floitsch): Please review these.
405 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles. 329 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
406 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 330 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
407 331
408 332
409 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. 333 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.
410 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 334 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
411 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 335 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 Language/08_Interfaces/1_Methods_A02_t03: Fail # TypeError: Cannot call method ' m1$1' of undefined 370 Language/08_Interfaces/1_Methods_A02_t03: Fail # TypeError: Cannot call method ' m1$1' of undefined
447 Language/08_Interfaces/2_Getters_and_Setters_A04_t01: Fail # TypeError: Cannot c all method 'm1$0' of undefined 371 Language/08_Interfaces/2_Getters_and_Setters_A04_t01: Fail # TypeError: Cannot c all method 'm1$0' of undefined
448 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail # TypeError: Cannot c all method 'm1$0' of undefined 372 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail # TypeError: Cannot c all method 'm1$0' of undefined
449 Language/08_Interfaces/2_Getters_and_Setters_A04_t03: Fail # TypeError: Cannot c all method 'm1$0' of undefined 373 Language/08_Interfaces/2_Getters_and_Setters_A04_t03: Fail # TypeError: Cannot c all method 'm1$0' of undefined
450 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined 374 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined
451 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined 375 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: F ail # TypeError: Cannot call method 'get$foo' of undefined
452 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: F ail # TypeError: Cannot call method 'foo$1' of undefined 376 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: F ail # TypeError: Cannot call method 'foo$1' of undefined
453 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: F ail # TypeError: Cannot call method 'foo$2' of undefined 377 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: F ail # TypeError: Cannot call method 'foo$2' of undefined
454 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: F ail # TypeError: Cannot call method 'foo$3' of undefined 378 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: F ail # TypeError: Cannot call method 'foo$3' of undefined
455 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F ail # TypeError: Cannot call method 'get$variable' of undefined 379 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F ail # TypeError: Cannot call method 'get$variable' of undefined
380 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t01: F ail # TypeError: Cannot call method 'm$2' of undefined
456 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t02: F ail # TypeError: Cannot call method 'get$gett0r' of undefined 381 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t02: F ail # TypeError: Cannot call method 'get$gett0r' of undefined
457 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t03: F ail # TypeError: Cannot call method 'set$sett0r' of undefined 382 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A03_t03: F ail # TypeError: Cannot call method 'set$sett0r' of undefined
458 Language/13_Types/6_Type_Dynamic_A03_t01: Fail # TypeError: Cannot call method ' wakeUp$1' of undefined 383 Language/13_Types/6_Type_Dynamic_A03_t01: Fail # TypeError: Cannot call method ' wakeUp$1' of undefined
459 Language/13_Types/6_Type_Dynamic_A04_t01: Fail # TypeError: Cannot call method ' get$thebullshour' of undefined 384 Language/13_Types/6_Type_Dynamic_A04_t01: Fail # TypeError: Cannot call method ' get$thebullshour' of undefined
460 LibTest/core/Map/containsKey_A01_t02: Fail # TypeError: Cannot call method 'hash Code$0' of undefined 385 LibTest/core/Map/containsKey_A01_t02: Fail # TypeError: Cannot call method 'hash Code$0' of undefined
461 LibTest/core/Map/operator_subscript_A01_t02: Fail # TypeError: Cannot call metho d 'hashCode$0' of undefined 386 LibTest/core/Map/operator_subscript_A01_t02: Fail # TypeError: Cannot call metho d 'hashCode$0' of undefined
462 LibTest/core/Queue/every_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined 387 LibTest/core/Queue/every_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined
463 LibTest/core/Queue/filter_A01_t03: Fail # TypeError: Cannot call method '$call$1 ' of undefined 388 LibTest/core/Queue/filter_A01_t03: Fail # TypeError: Cannot call method '$call$1 ' of undefined
464 LibTest/core/Queue/forEach_A01_t03: Fail # TypeError: Cannot call method '$call$ 1' of undefined 389 LibTest/core/Queue/forEach_A01_t03: Fail # TypeError: Cannot call method '$call$ 1' of undefined
465 LibTest/core/Queue/some_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined 390 LibTest/core/Queue/some_A01_t03: Fail # TypeError: Cannot call method '$call$1' of undefined
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString 474 LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString
550 LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString 475 LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString
551 476
552 477
553 LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected. 478 LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected.
554 479
555 480
556 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 481 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
557 482
558 483
484 LibTest/core/Match/end_A01_t01: Fail # RegExp implemented wrong or bad test.
485 LibTest/core/Match/groupCount_A01_t01: Fail # RegExp implemented wrong or bad te st.
486 LibTest/core/Match/group_A01_t01: Fail # RegExp implemented wrong or bad test.
487 LibTest/core/Match/groups_A01_t01: Fail # RegExp implemented wrong or bad test.
488 LibTest/core/Match/operator_subscript_A01_t01: Fail # RegExp implemented wrong o r bad test.
489 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # RegE xp implemented wrong or bad test.
490 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # RegExp imp lemented wrong or bad test.
491 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # RegExp imp lemented wrong or bad test.
492 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # RegExp imp lemented wrong or bad test.
493 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # RegExp imp lemented wrong or bad test.
494 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # RegExp imp lemented wrong or bad test.
495 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # RegExp imp lemented wrong or bad test.
496 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail # RegExp imp lemented wrong or bad test.
497 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # RegExp imp lemented wrong or bad test.
498 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01: Fail # RegExp implemented wrong or bad test.
499 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # Reg Exp implemented wrong or bad test.
500 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # RegExp implemented wrong or bad test.
501 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02: Fa il # RegExp implemented wrong or bad test.
502 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail # RegE xp implemented wrong or bad test.
503 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail # RegE xp implemented wrong or bad test.
504 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # RegE xp implemented wrong or bad test.
505 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail # RegE xp implemented wrong or bad test.
506 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail # RegE xp implemented wrong or bad test.
507 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail # RegE xp implemented wrong or bad test.
508 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail # RegExp imp lemented wrong or bad test.
509 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail # RegExp imp lemented wrong or bad test.
510 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # RegExp imp lemented wrong or bad test.
511 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail # RegExp imp lemented wrong or bad test.
512 LibTest/core/RegExp/allMatches_A01_t01: Fail # RegExp implemented wrong or bad t est.
513 LibTest/core/RegExp/allMatches_A02_t01: Fail # RegExp implemented wrong or bad t est.
514 LibTest/core/RegExp/firstMatch_A01_t01: Fail # RegExp implemented wrong or bad t est.
515 LibTest/core/String/contains_A01_t01: Fail # RegExp implemented wrong or bad tes t.
516 LibTest/core/String/contains_A01_t02: Fail # RegExp implemented wrong or bad tes t.
517 LibTest/core/String/contains_A01_t03: Fail # RegExp implemented wrong or bad tes t.
518 LibTest/core/String/replaceAll_A01_t01: Fail # RegExp implemented wrong or bad t est.
519 LibTest/core/String/replaceAll_A02_t01: Fail # RegExp implemented wrong or bad t est.
520 LibTest/core/String/replaceFirst_A01_t01: Fail # RegExp implemented wrong or bad test.
521 LibTest/core/String/replaceFirst_A02_t01: Fail # RegExp implemented wrong or bad test.
522 LibTest/core/String/split_A01_t01: Fail # RegExp implemented wrong or bad test.
523 LibTest/core/String/split_A01_t02: Fail # RegExp implemented wrong or bad test.
559 524
560 525
561 # 526 #
562 # The following tests are all semantic tests that we can rely on dartc 527 # The following tests are all semantic tests that we can rely on dartc
563 # catching for now. 528 # catching for now.
564 # 529 #
565 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error 530 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error
566 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error 531 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error
567 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error 532 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error
568 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error 533 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 787 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
823 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 788 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
824 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 789 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
825 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 790 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
826 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 791 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
827 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 792 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
828 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 793 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
829 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 794 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
830 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 795 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
831 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 796 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698