| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 384d694d4ba37400b5098cabe18d4580f68758da..510bd962e5104b1c65413d7fbb4b3a8208da0174 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -598,6 +598,8 @@ Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
|
|
|
| +LibTest/core/List/getRange_A02_t01: Fail # issue 391
|
| +
|
| [ $compiler == none && $runtime == vm && $unchecked ]
|
| LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
|
| LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 issue 367
|
| @@ -611,8 +613,6 @@ LibTest/core/Set/intersection_A01_t01: Fail # issue 390
|
| LibTest/core/Set/intersection_A01_t02: Fail # issue 390
|
| LibTest/core/Set/intersection_A01_t03: Fail # issue 390
|
|
|
| -LibTest/core/List/getRange_A02_t01: Fail # issue 391
|
| -
|
| [ $compiler == none && $runtime == vm && $unchecked ]
|
| LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
|
| LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
|
|
|