| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 186f01e59775a3fc1449699ac0912c10f4faf359..e46b59f701a5ad8dae05e3a167d6d0f5768f023f 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -41,6 +41,7 @@ unicode_test: Fail
|
| error_stack_trace1_test: Fail # Issue 12399
|
|
|
| big_integer_vm_test: Fail, OK # VM specific test.
|
| +bit_twiddling_bigint_test: Fail # Requires bigint support.
|
| compare_to2_test: Fail, OK # Requires bigint support.
|
| string_base_vm_test: Fail, OK # VM specific test.
|
|
|
| @@ -102,4 +103,4 @@ int_parse_radix_test: Skip # Timeout
|
| collection_length_test: Pass, Timeout
|
|
|
| [ $arch == simmips && $mode == debug ]
|
| -collection_to_string_test: Pass, Crash # Issue: 11207
|
| +collection_to_string_test: Pass, Crash # Issue: 11207
|
|
|