| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index a36d2548171492cb1466262951d527054793ff5b..b136d43f192d7065cdabd63ee96d187568f049c9 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -119,6 +119,9 @@ noopt_test: Skip # Not expected to pass on ia32.
|
| precompilation_test: Skip # Issue 24427
|
| precompilation_dart2js_test: Skip # Issue 24427
|
|
|
| +[ $runtime == vm && $arch == mips]
|
| +precompilation_dart2js_test: SkipSlow
|
| +
|
| [ $compiler == dart2js && $jscl ]
|
| assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError.
|
| deoptimization_test: RuntimeError, OK # Requires bigint.
|
|
|