| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 1e779a8e9e202cd83d58fcc3fd4b2b1ee4936fd4..724de936edabd7ef4b2ddc7fa32cff545f26a70c 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -476,8 +476,6 @@ LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
|
| LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
|
| LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
|
|
|
| -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
|
| @@ -488,6 +486,11 @@ 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
|
| +
|
|
|
| # Issues with co19 test suite in checked mode.
|
| [ $compiler == dart2js && $checked ]
|
|
|