| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index deb07f1d78c48e085109dff464ab503d74df2179..704bfec76fc2f282cb956bada5e28f5c1a2149b8 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -70,6 +70,8 @@ dart/isolate_unhandled_exception_test: Fail # Issue 13921
|
| dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| -dart/isolate_mirror_local_test: StaticWarning
|
| -dart/mirrored_compilation_error_test: CompileTimeError
|
| dart/optimized_stacktrace_test: StaticWarning
|
| +
|
| +dart/isolate_mirror_local_test: Fail, OK # API being removed.
|
| +dart/isolate_mirror_remote_test: Fail, OK # API being removed.
|
| +dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intentionally includes invalid method bodies.
|
|
|