| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 1f10c0f8533ce782fc64b8c03dfc212f26302633..b04e33dfc146ab888486327795eac24dfc2eca25 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -207,9 +207,11 @@ regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
|
|
|
| [ $mode == debug && $runtime == vm]
|
| big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693
|
| -big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693
|
| big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693
|
|
|
| +[ $runtime == vm ]
|
| +big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693
|
| +
|
| [ $runtime == vm && $arch == simarmv5te ]
|
| int_parse_radix_test/*: Pass, Slow
|
| big_integer_parsed_mul_div_vm_test: Pass, Slow
|
|
|