| 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/*: Skip | 9 LibTest/core/Dispatcher/*: Fail, OK |
| 10 LibTest/core/List/every_A03_t01: Skip | 10 LibTest/core/List/every_A03_t01: Fail, OK |
| 11 LibTest/core/List/filter_A03_t01: Skip | 11 LibTest/core/List/filter_A03_t01: Fail, OK |
| 12 LibTest/core/List/some_A03_t01: Skip | 12 LibTest/core/List/some_A03_t01: Fail, OK |
| 13 LibTest/core/Promise/*: Skip | 13 LibTest/core/Promise/*: Fail, OK |
| 14 LibTest/core/Proxy/*: Skip | 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 && $mode == release ] | |
| 23 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h | |
| 24 | |
| 25 | |
| 26 [ $component == leg && $mode == debug ] | |
| 27 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail | |
| 28 | |
| 29 | |
| 30 [ $component == leg ] | 22 [ $component == leg ] |
| 31 # Crashes and time outs. | 23 # Crashes and time outs. |
| 32 LibTest/core/List/sort_A01_t04: Skip # Times out. | 24 LibTest/core/List/sort_A01_t04: Skip # Times out. |
| 33 LibTest/core/List/sort_A01_t05: Skip # Times out. | 25 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 34 LibTest/core/List/sort_A01_t06: Skip # Times out. | 26 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 35 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. | 27 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. |
| 36 Language/06_Functions/06_Functions_A01_t01: Crash | |
| 37 LibTest/core/List/List.from_A02_t01: Crash | 28 LibTest/core/List/List.from_A02_t01: Crash |
| 38 LibTest/core/List/addAll_A01_t01: Crash | 29 LibTest/core/List/addAll_A01_t01: Crash |
| 39 LibTest/core/Queue/addAll_A01_t01: Crash | |
| 40 LibTest/core/Queue/addAll_A01_t02: Crash | 30 LibTest/core/Queue/addAll_A01_t02: Crash |
| 41 LibTest/core/Queue/addAll_A02_t01: Crash | 31 LibTest/core/Queue/addAll_A02_t01: Crash |
| 42 LibTest/core/Queue/iterator_A01_t02: Crash | 32 LibTest/core/Queue/iterator_A01_t02: Crash |
| 43 LibTest/core/Queue/iterator_next_A01_t01: Crash | 33 LibTest/core/Queue/iterator_next_A01_t01: Crash |
| 44 | 34 |
| 45 | 35 |
| 46 # Issues with co19 test suite. | 36 # Fail type assertion on VM, cancels otherwise. |
| 47 LibTest/core/double/operator_truncating_division_A01_t06: Fail # Conflicts with
int semantics. | 37 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
, Crash |
| 48 LibTest/core/double/toRadixString_A01_t01: Fail # Unimplemented test stub. | 38 Language/06_Functions/06_Functions_A01_t01: Fail, Crash |
| 49 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Unimplemented test stu
b. | 39 LibTest/core/Queue/addAll_A01_t01: Fail, Crash |
| 50 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Unimplemented test stub. | |
| 51 LibTest/core/int/compareTo_A01_t01: Fail # Requires big int. | |
| 52 LibTest/core/int/hashCode_A01_t01: Fail # co19 testing missing assertion. | |
| 53 LibTest/core/int/isEven_A01_t01: Fail # Not in API. | |
| 54 LibTest/core/int/isOdd_A01_t01: Fail # Not in API. | |
| 55 LibTest/core/int/operator_NOT_A01_t01: Fail # Requires big int. | |
| 56 LibTest/core/int/operator_left_shift_A01_t01: Fail # Requires big int. | |
| 57 LibTest/core/int/operator_truncating_division_A01_t01: Fail # Requires big int. | |
| 58 LibTest/core/int/remainder_A01_t01: Fail # TODO(floitsch): Review. | |
| 59 LibTest/core/int/remainder_A01_t02: Fail # TODO(floitsch): Review. | |
| 60 LibTest/core/int/toDouble_A01_t01: Fail # Requires big int. | |
| 61 LibTest/core/int/toInt_A01_t01: Fail # Requires big int. | |
| 62 LibTest/core/int/toStringAsExponential_A01_t01: Fail # TODO(floitsch): Review. | |
| 63 LibTest/core/int/toStringAsFixed_A01_t01: Fail # TODO(floitsch): Review. | |
| 64 LibTest/core/int/toStringAsPrecision_A01_t01: Fail # TODO(floitsch): Review. | |
| 65 | 40 |
| 66 | 41 |
| 67 LibTest/core/double/abs_A01_t02: Fail # VM handling of double literals. | 42 # Issues with co19 test suite. |
| 68 LibTest/core/double/ceil_A01_t01: Fail # VM handling of double literals. | 43 LibTest/core/Math/acos_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 69 LibTest/core/double/ceil_A01_t02: Fail # VM handling of double literals. | 44 LibTest/core/Math/acos_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 70 LibTest/core/double/ceil_A01_t07: Fail # VM handling of double literals. | 45 LibTest/core/Math/asin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 71 LibTest/core/double/compareTo_A01_t02: Fail # VM handling of double literals. | 46 LibTest/core/Math/asin_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 72 LibTest/core/double/floor_A01_t02: Fail # VM handling of double literals. | 47 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 73 LibTest/core/double/isNegative_A01_t01: Fail # VM handling of double literals. | 48 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 74 LibTest/core/double/operator_GE_A01_t01: Fail # VM handling of double literals. | 49 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 75 LibTest/core/double/operator_GE_A01_t02: Fail # VM handling of double literals. | 50 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. |
| 76 LibTest/core/double/operator_GT_A01_t01: Fail # VM handling of double literals. | 51 LibTest/core/Math/atan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 77 LibTest/core/double/operator_GT_A01_t02: Fail # VM handling of double literals. | 52 LibTest/core/Math/atan_A01_t02: Fail, OK # TODO(floitsch): Review. |
| 78 LibTest/core/double/operator_LE_A01_t01: Fail # VM handling of double literals. | 53 LibTest/core/Math/cos_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 79 LibTest/core/double/operator_LE_A01_t02: Fail # VM handling of double literals. | 54 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 80 LibTest/core/double/operator_LT_A01_t01: Fail # VM handling of double literals. | 55 LibTest/core/Math/log_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 81 LibTest/core/double/operator_LT_A01_t02: Fail # VM handling of double literals. | 56 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. |
| 82 LibTest/core/double/remainder_A01_t01: Fail # VM handling of double literals. | 57 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 83 LibTest/core/double/remainder_A01_t07: Fail # VM handling of double literals. | 58 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 84 LibTest/core/double/round_A01_t01: Fail # VM handling of double literals. | 59 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 85 LibTest/core/double/toInt_A01_t01: Fail # VM handling of double literals. | 60 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 86 LibTest/core/double/toInt_A01_t02: Fail # VM handling of double literals. | 61 LibTest/core/Math/sqrt_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 87 LibTest/core/double/toInt_A01_t05: Fail # VM handling of double literals. | 62 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 88 LibTest/core/double/toStringAsFixed_A01_t04: Fail # VM handling of double litera
ls. | 63 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts w
ith int semantics. |
| 89 LibTest/core/double/toStringAsFixed_A01_t07: Fail # VM handling of double litera
ls. | 64 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 90 LibTest/core/double/truncate_A01_t01: Fail # VM handling of double literals. | 65 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. |
| 66 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. |
| 67 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| 68 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
| 69 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
| 70 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
| 71 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. |
| 72 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
| 73 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i
nt. |
| 74 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 75 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. |
| 76 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 77 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 78 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie
w. |
| 79 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 80 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 81 |
| 82 |
| 83 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals
. |
| 84 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals. |
| 85 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals. |
| 86 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals. |
| 87 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals. |
| 88 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals. |
| 89 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals. |
| 90 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals. |
| 91 LibTest/core/Math/sqrt_A01_t03: Fail, OK # VM handling of double literals. |
| 92 LibTest/core/double/abs_A01_t02: Fail, OK # VM handling of double literals. |
| 93 LibTest/core/double/ceil_A01_t01: Fail, OK # VM handling of double literals. |
| 94 LibTest/core/double/ceil_A01_t02: Fail, OK # VM handling of double literals. |
| 95 LibTest/core/double/ceil_A01_t07: Fail, OK # VM handling of double literals. |
| 96 LibTest/core/double/compareTo_A01_t02: Fail, OK # VM handling of double literals
. |
| 97 LibTest/core/double/floor_A01_t02: Fail, OK # VM handling of double literals. |
| 98 LibTest/core/double/isNegative_A01_t01: Fail, OK # VM handling of double literal
s. |
| 99 LibTest/core/double/operator_GE_A01_t01: Fail, OK # VM handling of double litera
ls. |
| 100 LibTest/core/double/operator_GE_A01_t02: Fail, OK # VM handling of double litera
ls. |
| 101 LibTest/core/double/operator_GT_A01_t01: Fail, OK # VM handling of double litera
ls. |
| 102 LibTest/core/double/operator_GT_A01_t02: Fail, OK # VM handling of double litera
ls. |
| 103 LibTest/core/double/operator_LE_A01_t01: Fail, OK # VM handling of double litera
ls. |
| 104 LibTest/core/double/operator_LE_A01_t02: Fail, OK # VM handling of double litera
ls. |
| 105 LibTest/core/double/operator_LT_A01_t01: Fail, OK # VM handling of double litera
ls. |
| 106 LibTest/core/double/operator_LT_A01_t02: Fail, OK # VM handling of double litera
ls. |
| 107 LibTest/core/double/remainder_A01_t01: Fail, OK # VM handling of double literals
. |
| 108 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals
. |
| 109 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. |
| 110 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. |
| 111 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. |
| 112 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. |
| 113 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li
terals. |
| 114 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li
terals. |
| 115 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals. |
| 91 | 116 |
| 92 | 117 |
| 93 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. | 118 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. |
| 94 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. | 119 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. |
| 95 LibTest/core/List/every_A01_t02: Fail # Cannot find value. | 120 LibTest/core/List/every_A01_t02: Fail # Cannot find value. |
| 96 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. | 121 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. |
| 97 LibTest/core/List/every_A02_t02: Fail # Cannot find value. | 122 LibTest/core/List/every_A02_t02: Fail # Cannot find value. |
| 98 LibTest/core/List/every_A04_t01: Fail # Cannot find value. | 123 LibTest/core/List/every_A04_t01: Fail # Cannot find value. |
| 99 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. | 124 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. |
| 100 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. | 125 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 LibTest/core/List/List_A01_t02: Fail # Fixed length array. | 196 LibTest/core/List/List_A01_t02: Fail # Fixed length array. |
| 172 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. | 197 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. |
| 173 LibTest/core/List/add_A02_t01: Fail # Fixed length array. | 198 LibTest/core/List/add_A02_t01: Fail # Fixed length array. |
| 174 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. | 199 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. |
| 175 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. | 200 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. |
| 176 LibTest/core/List/length_A04_t01: Fail # Fixed length array. | 201 LibTest/core/List/length_A04_t01: Fail # Fixed length array. |
| 177 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. | 202 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. |
| 178 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. | 203 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. |
| 179 | 204 |
| 180 | 205 |
| 206 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. |
| 207 |
| 208 |
| 181 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Fail | 209 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Fail |
| 182 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail | 210 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail |
| 183 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02:
Fail | 211 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02:
Fail |
| 184 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02:
Fail | 212 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02:
Fail |
| 185 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03:
Fail | 213 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03:
Fail |
| 186 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail | 214 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail |
| 187 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05:
Fail | 215 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05:
Fail |
| 188 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03:
Fail | 216 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03:
Fail |
| 189 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail | 217 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail |
| 190 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail | 218 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 LibTest/core/Match/groupCount_A01_t01: Fail | 770 LibTest/core/Match/groupCount_A01_t01: Fail |
| 743 LibTest/core/Match/group_A01_t01: Fail | 771 LibTest/core/Match/group_A01_t01: Fail |
| 744 LibTest/core/Match/group_A02_t01: Fail | 772 LibTest/core/Match/group_A02_t01: Fail |
| 745 LibTest/core/Match/groups_A01_t01: Fail | 773 LibTest/core/Match/groups_A01_t01: Fail |
| 746 LibTest/core/Match/groups_A02_t01: Fail | 774 LibTest/core/Match/groups_A02_t01: Fail |
| 747 LibTest/core/Match/operator_subscript_A01_t01: Fail | 775 LibTest/core/Match/operator_subscript_A01_t01: Fail |
| 748 LibTest/core/Match/operator_subscript_A02_t01: Fail | 776 LibTest/core/Match/operator_subscript_A02_t01: Fail |
| 749 LibTest/core/Match/pattern_A01_t01: Fail | 777 LibTest/core/Match/pattern_A01_t01: Fail |
| 750 LibTest/core/Match/start_A01_t01: Fail | 778 LibTest/core/Match/start_A01_t01: Fail |
| 751 LibTest/core/Match/str_A01_t01: Fail | 779 LibTest/core/Match/str_A01_t01: Fail |
| 752 LibTest/core/Math/acos_A01_t01: Fail | |
| 753 LibTest/core/Math/acos_A01_t03: Fail | |
| 754 LibTest/core/Math/asin_A01_t01: Fail | |
| 755 LibTest/core/Math/asin_A01_t03: Fail | |
| 756 LibTest/core/Math/atan2_A01_t01: Fail | |
| 757 LibTest/core/Math/atan2_A01_t02: Fail | |
| 758 LibTest/core/Math/atan2_A01_t03: Fail | |
| 759 LibTest/core/Math/atan2_A01_t04: Fail | |
| 760 LibTest/core/Math/atan_A01_t01: Fail | |
| 761 LibTest/core/Math/atan_A01_t02: Fail | |
| 762 LibTest/core/Math/cos_A01_t01: Fail | |
| 763 LibTest/core/Math/exp_A01_t01: Fail | |
| 764 LibTest/core/Math/log_A01_t01: Fail | |
| 765 LibTest/core/Math/max_A01_t03: Fail | |
| 766 LibTest/core/Math/min_A01_t03: Fail | |
| 767 LibTest/core/Math/parseDouble_A01_t01: Fail | |
| 768 LibTest/core/Math/parseDouble_A02_t01: Fail | |
| 769 LibTest/core/Math/parseInt_A01_t01: Fail | |
| 770 LibTest/core/Math/parseInt_A02_t01: Fail | |
| 771 LibTest/core/Math/pow_A01_t01: Fail | |
| 772 LibTest/core/Math/pow_A08_t01: Fail | |
| 773 LibTest/core/Math/pow_A09_t01: Fail | |
| 774 LibTest/core/Math/pow_A11_t01: Fail | |
| 775 LibTest/core/Math/pow_A12_t01: Fail | |
| 776 LibTest/core/Math/pow_A13_t01: Fail | |
| 777 LibTest/core/Math/pow_A14_t01: Fail | |
| 778 LibTest/core/Math/pow_A15_t01: Fail | |
| 779 LibTest/core/Math/pow_A16_t01: Fail | |
| 780 LibTest/core/Math/pow_A17_t01: Fail | |
| 781 LibTest/core/Math/random_A01_t01: Fail | |
| 782 LibTest/core/Math/sin_A01_t01: Fail | |
| 783 LibTest/core/Math/sqrt_A01_t01: Fail | |
| 784 LibTest/core/Math/sqrt_A01_t03: Fail | |
| 785 LibTest/core/Math/tan_A01_t01: Fail | |
| 786 LibTest/core/NoSuchMethodException/toString_A01_t01: Fail | 780 LibTest/core/NoSuchMethodException/toString_A01_t01: Fail |
| 787 LibTest/core/Object/dynamic_A01_t01: Fail | 781 LibTest/core/Object/dynamic_A01_t01: Fail |
| 788 LibTest/core/Object/operator_equality_A01_t01: Fail | 782 LibTest/core/Object/operator_equality_A01_t01: Fail |
| 789 LibTest/core/Object/toString_A01_t01: Fail | 783 LibTest/core/Object/toString_A01_t01: Fail |
| 790 LibTest/core/Queue/Queue.from_A01_t01: Fail | 784 LibTest/core/Queue/Queue.from_A01_t01: Fail |
| 791 LibTest/core/Queue/Queue.from_A01_t02: Fail | 785 LibTest/core/Queue/Queue.from_A01_t02: Fail |
| 792 LibTest/core/Queue/every_A01_t03: Fail | 786 LibTest/core/Queue/every_A01_t03: Fail |
| 793 LibTest/core/Queue/every_A01_t04: Fail | 787 LibTest/core/Queue/every_A01_t04: Fail |
| 794 LibTest/core/Queue/every_A01_t06: Fail | 788 LibTest/core/Queue/every_A01_t06: Fail |
| 795 LibTest/core/Queue/filter_A01_t03: Fail | 789 LibTest/core/Queue/filter_A01_t03: Fail |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 LibTest/core/String/substring_A01_t01: Fail | 978 LibTest/core/String/substring_A01_t01: Fail |
| 985 LibTest/core/String/substring_A02_t01: Fail | 979 LibTest/core/String/substring_A02_t01: Fail |
| 986 LibTest/core/String/toLowerCase_A01_t01: Fail | 980 LibTest/core/String/toLowerCase_A01_t01: Fail |
| 987 LibTest/core/String/toLowerCase_A01_t02: Fail | 981 LibTest/core/String/toLowerCase_A01_t02: Fail |
| 988 LibTest/core/String/toLowerCase_A01_t03: Fail | 982 LibTest/core/String/toLowerCase_A01_t03: Fail |
| 989 LibTest/core/String/toLowerCase_A01_t04: Fail | 983 LibTest/core/String/toLowerCase_A01_t04: Fail |
| 990 LibTest/core/String/toUpperCase_A01_t01: Fail | 984 LibTest/core/String/toUpperCase_A01_t01: Fail |
| 991 LibTest/core/String/toUpperCase_A01_t02: Fail | 985 LibTest/core/String/toUpperCase_A01_t02: Fail |
| 992 LibTest/core/String/toUpperCase_A01_t03: Fail | 986 LibTest/core/String/toUpperCase_A01_t03: Fail |
| 993 LibTest/core/String/toUpperCase_A01_t04: Fail | 987 LibTest/core/String/toUpperCase_A01_t04: Fail |
| 994 LibTest/core/String/trim_A01_t01: Fail | |
| 995 LibTest/core/String/trim_A01_t02: Fail | |
| 996 LibTest/core/StringBuffer/StringBuffer_A01_t01: Fail | 988 LibTest/core/StringBuffer/StringBuffer_A01_t01: Fail |
| 997 LibTest/core/StringBuffer/StringBuffer_A01_t02: Fail | 989 LibTest/core/StringBuffer/StringBuffer_A01_t02: Fail |
| 998 LibTest/core/StringBuffer/addAll_A01_t01: Fail | 990 LibTest/core/StringBuffer/addAll_A01_t01: Fail |
| 999 LibTest/core/StringBuffer/addAll_A01_t02: Fail | 991 LibTest/core/StringBuffer/addAll_A01_t02: Fail |
| 1000 LibTest/core/StringBuffer/addAll_A02_t01: Fail | 992 LibTest/core/StringBuffer/addAll_A02_t01: Fail |
| 1001 LibTest/core/StringBuffer/addAll_A03_t01: Fail | 993 LibTest/core/StringBuffer/addAll_A03_t01: Fail |
| 1002 LibTest/core/StringBuffer/add_A01_t01: Fail | 994 LibTest/core/StringBuffer/add_A01_t01: Fail |
| 1003 LibTest/core/StringBuffer/add_A01_t02: Fail | 995 LibTest/core/StringBuffer/add_A01_t02: Fail |
| 1004 LibTest/core/StringBuffer/add_A02_t01: Fail | 996 LibTest/core/StringBuffer/add_A02_t01: Fail |
| 1005 LibTest/core/StringBuffer/clear_A01_t01: Fail | 997 LibTest/core/StringBuffer/clear_A01_t01: Fail |
| 1006 LibTest/core/StringBuffer/clear_A02_t01: Fail | 998 LibTest/core/StringBuffer/clear_A02_t01: Fail |
| 1007 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail | 999 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail |
| 1008 LibTest/core/StringBuffer/length_A01_t01: Fail | 1000 LibTest/core/StringBuffer/length_A01_t01: Fail |
| 1009 LibTest/core/StringBuffer/toString_A01_t01: Fail | 1001 LibTest/core/StringBuffer/toString_A01_t01: Fail |
| 1010 LibTest/core/Strings/concatAll_A01_t01: Fail | 1002 LibTest/core/Strings/concatAll_A01_t01: Fail |
| 1011 LibTest/core/Strings/concatAll_A02_t01: Fail | 1003 LibTest/core/Strings/concatAll_A02_t01: Fail |
| 1012 LibTest/core/Strings/concatAll_A03_t01: Fail | 1004 LibTest/core/Strings/concatAll_A03_t01: Fail |
| 1013 LibTest/core/Strings/concatAll_A04_t01: Fail | 1005 LibTest/core/Strings/concatAll_A04_t01: Fail |
| 1014 LibTest/core/Strings/join_A01_t01: Fail | 1006 LibTest/core/Strings/join_A01_t01: Fail |
| 1015 LibTest/core/Strings/join_A02_t01: Fail | 1007 LibTest/core/Strings/join_A02_t01: Fail |
| 1016 LibTest/core/Strings/join_A03_t01: Fail | 1008 LibTest/core/Strings/join_A03_t01: Fail |
| 1017 LibTest/core/Strings/join_A04_t01: Fail | 1009 LibTest/core/Strings/join_A04_t01: Fail |
| OLD | NEW |