| Index: runtime/observatory/tests/service/service.status
|
| diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status
|
| index 545ab9463cb90cda426de4b0efc851b78d9ba533..db0c007895ed5da73784aeaf0608e18d8e3aa35b 100644
|
| --- a/runtime/observatory/tests/service/service.status
|
| +++ b/runtime/observatory/tests/service/service.status
|
| @@ -2,10 +2,6 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $compiler == none && $runtime == vm ]
|
| -evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
|
| -evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
|
| -
|
| # Unexpected number format
|
| [ $system == windows ]
|
| code_test: Skip
|
| @@ -20,7 +16,7 @@ debugging_test: Skip
|
|
|
| # Disable on simulators.
|
| [ $arch == simarm || $arch == simmips || $arch == simarm64]
|
| -*: SkipSlow
|
| +*: Skip # Slow
|
|
|
| # The transformations of dart2dart are not guaranteed to preserve the
|
| # state/properties of the VM that the Observatory tests are inspecting.
|
|
|