| 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 && $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 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 | 52 |
| 53 # Issues with co19 test suite. | 53 # Issues with co19 test suite. |
| 54 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. | 54 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. |
| 55 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. | 55 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. |
| 56 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. | 56 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. |
| 57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 61 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 61 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 62 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. | |
| 63 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 62 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 64 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. | 63 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. |
| 65 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | 64 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 66 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 65 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 67 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 66 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 68 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 67 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 69 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 68 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 70 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | 69 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
| 71 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | 70 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
| 72 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. | 71 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 83 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. |
| 84 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. |
| 85 | 84 |
| 86 | 85 |
| 87 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. | 86 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 88 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. | 87 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. |
| 89 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 88 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 90 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie
w. | 89 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie
w. |
| 91 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. | 90 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 92 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. | 91 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 93 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals
. | |
| 94 LibTest/core/double/compareTo_A01_t02: Fail, OK # VM handling of double literals
. | |
| 95 LibTest/core/double/isNegative_A01_t01: Fail, OK # VM handling of double literal
s. | |
| 96 LibTest/core/double/operator_division_A01_t05: Fail, OK # VM handling of double
literals. | |
| 97 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # VM handling of double
literals. | 92 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # VM handling of double
literals. |
| 98 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # VM handling of double
literals. | 93 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # VM handling of double
literals. |
| 99 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # VM handling of double
literals. | 94 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # VM handling of double
literals. |
| 100 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # VM handling
of double literals. | 95 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # VM handling
of double literals. |
| 101 LibTest/core/double/operator_truncating_division_A01_t05: Fail, OK # VM handling
of double literals. | 96 LibTest/core/double/operator_truncating_division_A01_t05: Fail, OK # VM handling
of double literals. |
| 102 LibTest/core/double/remainder_A01_t02: Fail, OK # VM handling of double literals
. | 97 LibTest/core/double/remainder_A01_t02: Fail, OK # VM handling of double literals
. |
| 103 LibTest/core/double/remainder_A01_t03: Fail, OK # VM handling of double literals
. | 98 LibTest/core/double/remainder_A01_t03: Fail, OK # VM handling of double literals
. |
| 104 LibTest/core/double/remainder_A01_t05: Fail, OK # VM handling of double literals
. | 99 LibTest/core/double/remainder_A01_t05: Fail, OK # VM handling of double literals
. |
| 105 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. | 100 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. |
| 106 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. | 101 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 124 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value | 119 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value |
| 125 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found:
'get length' | 120 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found:
'get length' |
| 126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented | 121 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented |
| 127 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented | 122 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented |
| 128 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented | 123 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented |
| 129 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented | 124 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented |
| 130 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
SsaBuilder.visitContinueStatement not implemented | 125 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
SsaBuilder.visitContinueStatement not implemented |
| 131 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 126 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 132 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 127 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 133 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 128 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 134 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A
>", <6a>) fails | 129 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A
>, <6a>) fails |
| 135 | 130 |
| 136 | 131 |
| 137 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. | 132 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. |
| 138 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. | 133 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. |
| 139 | 134 |
| 140 | 135 |
| 141 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+
10000. | 136 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+
10000. |
| 142 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10
000. | 137 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10
000. |
| 143 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100
00. | 138 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100
00. |
| 144 | 139 |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error | 503 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error |
| 509 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error | 504 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error |
| 510 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error | 505 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error |
| 511 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 506 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 512 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 507 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 513 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 508 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 514 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 509 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 515 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 510 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 516 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 511 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 517 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 512 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |