| Index: tests/corelib/corelib.status
|
| ===================================================================
|
| --- tests/corelib/corelib.status (revision 40886)
|
| +++ tests/corelib/corelib.status (working copy)
|
| @@ -106,6 +106,7 @@
|
| iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
|
|
|
| big_integer_vm_test: RuntimeError, OK # VM specific test.
|
| +big_integer_no_intrinsify_vm_test: RuntimeError, OK # VM specific test.
|
| bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
|
| compare_to2_test: RuntimeError, OK # Requires bigint support.
|
| string_base_vm_test: RuntimeError, OK # VM specific test.
|
| @@ -152,6 +153,7 @@
|
|
|
| [ $arch == simarm || $arch == simarm64 ]
|
| big_integer_vm_test: Skip # Timeout. Issue 20879
|
| +big_integer_no_intrinsify_vm_test: Skip # Using too many cycles.
|
|
|
| [ $arch == simmips ]
|
| int_parse_radix_test: Skip # Timeout
|
| @@ -158,6 +160,7 @@
|
|
|
| [ $arch == simmips || $arch == mips ]
|
| big_integer_vm_test: Skip # Timeout. Issue 20879
|
| +big_integer_no_intrinsify_vm_test: Skip # Using too many cycles.
|
|
|
| [ $arch == simarm && $checked ]
|
| num_parse_test: Skip # Pass, Timeout
|
|
|