| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index 19399ef683f4110723691c101d0e046b7e5bff34..7cf313801ebe282bc00ffdccf696fd6e23fa887b 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -13,12 +13,12 @@ big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
|
| [ $compiler == dartdevc && $runtime != none ]
|
| apply2_test: RuntimeError # Issue 29921
|
| apply3_test: RuntimeError # Issue 29921
|
| -big_integer_arith_vm_test: RuntimeError # Issue 30170
|
| -big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
|
|
|
| -[ $compiler == dart2js && $runtime != none ]
|
| -big_integer_arith_vm_test: RuntimeError # Issue 10245
|
| -big_integer_parsed_arith_vm_test: RuntimeError # Issue 10245
|
| +[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
|
| +big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
|
| +big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
|
| +bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
|
| +compare_to2_test: RuntimeError, OK # Requires bigint support.
|
|
|
| [ $runtime == flutter ]
|
| apply3_test: CompileTimeError # mirrors not supported
|
| @@ -33,10 +33,6 @@ big_integer_huge_mul_vm_test: Pass, Slow # Slow
|
| [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
| compare_to2_test: Fail # Bug 4018
|
|
|
| -[ $compiler == dart2js && $runtime != none ]
|
| -bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
|
| -compare_to2_test: RuntimeError, OK # Requires bigint support.
|
| -
|
| [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
|
| bool_from_environment2_test/01: MissingCompileTimeError
|
| bool_from_environment2_test/02: MissingCompileTimeError
|
|
|