| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 02b324b879b2a9ce154d7b8457feefe5761c91a7..fb2a7ef159c70e36c6db18849cc78a9a5363039c 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -436,6 +436,10 @@ 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
|
|
|
| +LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument. Issue 404
|
| +LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument. Issue 404
|
| +LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument. Issue 404
|
| +
|
| [ $compiler == none && $runtime == vm && $checked ]
|
| LibTest/core/Set/intersection_A01_t01: Fail # issue 390
|
| LibTest/core/Set/intersection_A01_t02: Fail # issue 390
|
|
|