| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 5680e9d73288852e4759d33a6e53a62a726d571f..5c26fb69b98083a9f14cb3a66e6402957ba541c8 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -307,7 +307,6 @@ LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
|
| LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
|
|
|
| LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
|
| -LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
|
|
|
| Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK # These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
|
| @@ -507,6 +506,9 @@ LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu
|
| LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402
|
| LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402
|
|
|
| +[ $compiler == dart2js && $unchecked ]
|
| +LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402
|
| +
|
| # Issues with co19 test suite in checked mode.
|
| [ $compiler == dart2js && $checked ]
|
| LibTest/core/Set/intersection_A01_t01: Fail # issue 390
|
|
|