| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index c57e14154c98372f0e1c78452d46d7e172bbfd3b..bb7b57c198b0cf45e85ad789ccf679ab9c0e6632 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -138,6 +138,9 @@ deferred_transitive_import_error_test: Skip # Contains intentional errors.
|
| dart_developer_env_test: SkipByDesign # Unsupported by dart2js
|
| dart_developer_disabled_env_test: SkipByDesign # Unsupported by dart2js
|
|
|
| +[ $compiler == dart2js && $cps_ir && $checked ]
|
| +*: Skip # `assert` not implemented
|
| +
|
| [ $runtime == vm && ($arch == arm || $arch == arm64) ]
|
| io/file_stream_test: Skip # Issue 26109
|
| io/file_typed_data_test: Skip # Issue 26109
|
|
|