| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index 26842a8e0eb566f2418a1f3bddb234f4687598e1..7179a5e84ac92982a0c64d2eb887b74cf7a2fa0f 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -406,8 +406,6 @@ 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
|
| -
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397
|
| Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397
|
| Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397
|
| @@ -418,6 +416,10 @@ LibTest/core/List/addLast_A01_t01: Fail # Issue 397
|
| LibTest/core/List/addLast_A01_t03: Fail # Issue 397
|
| LibTest/core/List/addLast_A02_t01: Fail # Issue 397
|
|
|
| +LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399
|
| +LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and returns Iterable. Issue 399
|
| +LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and returns Iterable. Issue 399
|
| +LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argument and returns Iterable. Issue 399
|
|
|
| [ $compiler == none && $runtime == vm && $checked ]
|
| LibTest/core/Set/intersection_A01_t01: Fail # issue 390
|
|
|