| OLD | NEW |
| 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 |
| 11 LibTest/core/List/filter_A03_t01: Fail, OK | 11 LibTest/core/List/filter_A03_t01: Fail, OK |
| 12 LibTest/core/List/some_A03_t01: Fail, OK | 12 LibTest/core/List/some_A03_t01: Fail, OK |
| 13 LibTest/core/Promise/*: Fail, OK | 13 LibTest/core/Promise/*: Fail, OK |
| 14 LibTest/core/Proxy/*: Fail, OK | 14 LibTest/core/Proxy/*: Fail, OK |
| 15 | 15 |
| 16 | 16 |
| 17 [ $component == leg && $checked ] | 17 [ $component == leg && $checked ] |
| 18 # Leg does not support checked mode yet. | 18 # Leg does not support checked mode yet. |
| 19 *: Skip | 19 *: Skip |
| 20 | 20 |
| 21 | 21 |
| 22 [ $component == leg ] | 22 [ $component == leg ] |
| 23 # Crashes and time outs. | 23 # Crashes and time outs. |
| 24 LibTest/core/List/sort_A01_t04: Skip # Times out. | 24 LibTest/core/List/sort_A01_t04: Skip # Times out. |
| 25 LibTest/core/List/sort_A01_t05: Skip # Times out. | 25 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 26 LibTest/core/List/sort_A01_t06: Skip # Times out. | 26 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 27 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. | 27 |
| 28 |
| 29 # This test should not time out. It is not that big. |
| 30 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81. |
| 28 | 31 |
| 29 | 32 |
| 30 # Fail type assertion on VM, cancels otherwise. | 33 # Fail type assertion on VM, cancels otherwise. |
| 31 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
, Crash | 34 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
, Crash |
| 32 Language/06_Functions/06_Functions_A01_t01: Fail, Crash | 35 Language/06_Functions/06_Functions_A01_t01: Fail, Crash |
| 33 LibTest/core/Queue/addAll_A01_t01: Fail, Crash | 36 LibTest/core/Queue/addAll_A01_t01: Fail, Crash |
| 34 | 37 |
| 35 | 38 |
| 36 # Issues with co19 test suite. | 39 # Issues with co19 test suite. |
| 37 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. | 40 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. |
| 38 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. | 41 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. |
| 39 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. | 42 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. |
| 40 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 43 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 41 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 44 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 45 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 42 LibTest/core/Math/acos_A01_t01: Fail, OK # TODO(floitsch): Review. | 46 LibTest/core/Math/acos_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 43 LibTest/core/Math/acos_A01_t03: Fail, OK # TODO(floitsch): Review. | 47 LibTest/core/Math/acos_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 44 LibTest/core/Math/asin_A01_t01: Fail, OK # TODO(floitsch): Review. | 48 LibTest/core/Math/asin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 45 LibTest/core/Math/asin_A01_t03: Fail, OK # TODO(floitsch): Review. | 49 LibTest/core/Math/asin_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 46 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. | 50 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 47 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. | 51 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 48 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. | 52 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 49 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. | 53 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 50 LibTest/core/Math/atan_A01_t01: Fail, OK # TODO(floitsch): Review. | 54 LibTest/core/Math/atan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 51 LibTest/core/Math/atan_A01_t02: Fail, OK # TODO(floitsch): Review. | 55 LibTest/core/Math/atan_A01_t02: Fail, OK # TODO(floitsch): Review. |
| 52 LibTest/core/Math/cos_A01_t01: Fail, OK # TODO(floitsch): Review. | 56 LibTest/core/Math/cos_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 53 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 57 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 54 LibTest/core/Math/log_A01_t01: Fail, OK # TODO(floitsch): Review. | 58 LibTest/core/Math/log_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 55 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. | 59 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. |
| 56 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | 60 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 57 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 61 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 58 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 62 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 59 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 63 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 60 LibTest/core/Math/sqrt_A01_t01: Fail, OK # TODO(floitsch): Review. | 64 LibTest/core/Math/sqrt_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 61 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 65 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 66 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A01_t01: Fail, O
K # co19 issue 81. |
| 67 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
| 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02: Fa
il, OK # co19 issue 81. |
| 69 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
| 70 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. |
| 62 LibTest/core/Stopwatch/elapsed_A01_t02: Pass, Fail # Issue 4. | 71 LibTest/core/Stopwatch/elapsed_A01_t02: Pass, Fail # Issue 4. |
| 63 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. | 72 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. |
| 64 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts w
ith int semantics. | 73 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts w
ith int semantics. |
| 65 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 74 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 66 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. | 75 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. |
| 67 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. | 76 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. |
| 68 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 77 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| 69 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | 78 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
| 70 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | 79 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
| 71 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | 80 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
| 72 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. | 81 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. | 82 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. | 83 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. | 84 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 76 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. | 85 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. |
| 77 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 86 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 78 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 87 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 79 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie
w. | 88 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie
w. |
| 80 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. | 89 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 81 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. | 90 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. | |
| 83 | 91 |
| 84 | 92 |
| 85 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals
. | 93 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals
. |
| 86 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals. | 94 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals. |
| 87 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals. | 95 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals. |
| 88 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals. | 96 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals. |
| 89 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals. | 97 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals. |
| 90 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals. | 98 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals. |
| 91 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals. | 99 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals. |
| 92 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals. | 100 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals. |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. | 315 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. |
| 308 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. | 316 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. |
| 309 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array. | 317 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array. |
| 310 | 318 |
| 311 | 319 |
| 312 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test. | 320 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test. |
| 313 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. | 321 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. |
| 314 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. | 322 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. |
| 315 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test. | 323 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test. |
| 316 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. | 324 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. |
| 317 LibTest/core/String/String_class_A01_t01: Fail # String.replaceAll is not implem
ented. | |
| 318 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks. | 325 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks. |
| 319 | 326 |
| 320 | 327 |
| 321 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+
10000. | 328 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+
10000. |
| 322 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10
000. | 329 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10
000. |
| 323 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100
00. | 330 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100
00. |
| 324 | 331 |
| 325 | 332 |
| 326 | 333 |
| 327 | 334 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString | 481 LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString |
| 475 LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString | 482 LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString |
| 476 | 483 |
| 477 | 484 |
| 478 LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected. | 485 LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected. |
| 479 | 486 |
| 480 | 487 |
| 481 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 488 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
| 482 | 489 |
| 483 | 490 |
| 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. | |
| 524 | |
| 525 | |
| 526 # | 491 # |
| 527 # The following tests are all semantic tests that we can rely on dartc | 492 # The following tests are all semantic tests that we can rely on dartc |
| 528 # catching for now. | 493 # catching for now. |
| 529 # | 494 # |
| 530 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02:
Fail, OK # @compile-error | 495 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02:
Fail, OK # @compile-error |
| 531 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @
compile-error | 496 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @
compile-error |
| 532 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @
compile-error | 497 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @
compile-error |
| 533 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @
compile-error | 498 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @
compile-error |
| 534 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error | 499 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error |
| 535 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error | 500 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_
1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 787 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error | 752 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error |
| 788 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error | 753 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error |
| 789 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error | 754 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error |
| 790 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 755 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 791 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 756 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 792 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 757 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 793 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 758 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 794 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 759 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 795 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 760 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 796 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 761 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |