| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index c6666152e0b32c152f05fff1c612a974b07d5392..adb0d2d3a5dc2a545f274685bd88a387b7e67d0b 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -296,3 +296,14 @@ cc/UseDartApi: Pass,Crash # Issue 28499
|
| [ $hot_reload || $hot_reload_rollback ]
|
| dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
|
| dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloads.
|
| +
|
| +[ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
|
| +dart/data_uri_import_test/base64: CompileTimeError
|
| +dart/data_uri_import_test/nocharset: CompileTimeError
|
| +dart/data_uri_import_test/nomime: CompileTimeError
|
| +dart/data_uri_import_test/percentencoded: CompileTimeError
|
| +dart/data_uri_import_test/wrongmime: CompileTimeError
|
| +dart/data_uri_spawn_test: RuntimeError
|
| +dart/redirection_type_shuffling_test/00: RuntimeError
|
| +dart/redirection_type_shuffling_test/none: RuntimeError
|
| +dart/spawn_shutdown_test: Timeout
|
|
|