| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 41f4d09544d2733510a54ab8a0ded533a5795115..68ecd8b1765bb664ab98134ed9c00f8e8f173416 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -109,6 +109,9 @@ precompilation_test: Skip # Standalone only test.
|
| precompilation_dart2js_test: Skip # Standalone only test.
|
| regress_25335_test: Skip # Int64List not supported.
|
|
|
| +[ $compiler == dart2js && $cps_ir && $checked ]
|
| +*: Skip # `assert` not implemented
|
| +
|
| [ ($runtime == vm || $runtime == dart_product) && $mode == debug ]
|
| precompilation_dart2js_test: Pass, Slow
|
|
|
|
|