| Index: dart/tests/co19/co19-leg.status
|
| diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
|
| index a11972e6a205b1b39187928fd6b05cfca6ae54ba..ad77b509db291758b298a800436e25d4a11ee567 100644
|
| --- a/dart/tests/co19/co19-leg.status
|
| +++ b/dart/tests/co19/co19-leg.status
|
| @@ -65,7 +65,9 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
|
| LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
|
| LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, not Match.pattern.
|
| LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
|
| -LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts with int semantics.
|
| +LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
|
| +LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
|
| LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
|
| LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
|
| LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test stub.
|
| @@ -75,27 +77,19 @@ LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
|
| LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
|
| LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
|
| LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
|
| LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has double.
|
| +LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
|
| +LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
|
| +LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, Expect.throws, assumes case of result, and uses unsupported radixes.
|
|
|
|
|
| -LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review.
|
| -LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review.
|
| -LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
|
| LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Review.
|
| LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
|
| LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
|
| -LibTest/core/double/operator_remainder_A01_t02: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/operator_remainder_A01_t03: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/operator_remainder_A01_t05: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/operator_truncating_division_A01_t05: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/remainder_A01_t02: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/remainder_A01_t03: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/remainder_A01_t05: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals.
|
| -LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals.
|
|
|
|
|
| LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented
|
| @@ -121,7 +115,6 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # Expect.fail('Some exception expected')
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fail # Expect.fail('Some exception expected')
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fail # Expect.fail('Some exception expected')
|
| -LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A>, <6a>) fails
|
|
|
|
|
| LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
|
| @@ -151,7 +144,6 @@ Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
|
| Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
|
| LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails.
|
| LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeException expected!')
|
| -LibTest/core/int/toDouble_A01_t01: Fail # Expect.equals(expected: <Infinity>, actual: <1>) fails
|
|
|
|
|
| LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
|
|
|