| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 40a5cb6543e5eb0623d4492146dbf317ac9df458..7a914be860170407ecb19979a61b9ec57a334bca 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -14,6 +14,8 @@ cc/Sleep: Pass, Fail
|
|
|
| dart/data_uri_import_test/none: SkipByDesign
|
|
|
| +dart/spawn_shutdown_test: Skip # Issue 25351
|
| +
|
| [ $mode == debug ]
|
| # This is a benchmark that is not informative in debug mode.
|
| cc/CorelibIsolateStartup: Skip
|
| @@ -90,4 +92,4 @@ dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
|
|
|
| [ $runtime == dart_precompiled ]
|
| dart/optimized_stacktrace_test: Fail
|
| -dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri
|
| +dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri
|
|
|