| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 6785d8413fecb118148ffafea9ce264905897b5f..f47d3cedfa16ded57ec6b06c04822eecda36729b 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -149,8 +149,8 @@ LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria
|
| LibTest/core/List/getRange_A03_t01: RuntimeError, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
|
| LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
|
| LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
|
| -LibTest/core/double/INFINITY_A01_t04: RuntimeError # Please triage this failure.
|
| -LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # Please triage this failure.
|
| +LibTest/core/double/INFINITY_A01_t04: RuntimeError # Expected to fail because double.INFINITY is int.
|
| +LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # Expected to fail because double.NEGATIVE_INFINITY is int.
|
| LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308
|
| LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
|
| LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277
|
| @@ -9630,5 +9630,3 @@ LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # Please triage thi
|
| LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # Please triage this failure.
|
| LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Please triage this failure.
|
| LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Please triage this failure.
|
| -LibTest/core/double/INFINITY_A01_t04: Pass # Please triage this failure.
|
| -LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Pass # Please triage this failure.
|
|
|