| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index f1ad2c63d4cdf0d979d6cb79b6a33686f6dc6565..49364512488f8ead41eadcf784f2473f3db7c2be 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -69,6 +69,23 @@ LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
|
| LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
|
| LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272
|
|
|
| +LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail # co19 issue 273
|
| +LibTest/core/IllegalAccessException/toString_A01_t01: Fail # co19 issue 273
|
| +
|
| +# Conversion of UnsupportedOperationException and IllegalAccessException into StateError.
|
| +LibTest/core/List/addAll_A02_t01: Fail
|
| +LibTest/core/List/List_A01_t02: Fail
|
| +LibTest/core/List/clear_A02_t01: Fail
|
| +LibTest/core/List/removeRange_A02_t01: Fail
|
| +LibTest/core/List/add_A02_t01: Fail
|
| +LibTest/core/List/addLast_A02_t01: Fail
|
| +LibTest/core/List/insertRange_A02_t01: Fail
|
| +LibTest/core/List/removeLast_A02_t01: Fail
|
| +LibTest/core/List/length_A04_t01: Fail
|
| +LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01: Fail
|
| +LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail
|
| +
|
| +
|
| Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # issue 6060
|
| Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # issue 6060
|
| LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
|
|
|