| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index ade646c33e0b8223e375df2b30b72dfa86160be4..849093e5ec9331511fb9059fef4c246ed84e5aeb 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -88,3 +88,8 @@ dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers
|
| [ $runtime == dart_precompiled ]
|
| dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
|
| dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri
|
| +
|
| +[ $runtime == vm && $mode == product ]
|
| +cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
|
| +cc/LibraryGetClassNames: Fail,OK # Expects exact type name.
|
| +cc/StackTraceFormat: Fail,OK # Expects exact type name.
|
|
|