Index: runtime/observatory/tests/service/service.status |
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status |
index db0c007895ed5da73784aeaf0608e18d8e3aa35b..545ab9463cb90cda426de4b0efc851b78d9ba533 100644 |
--- a/runtime/observatory/tests/service/service.status |
+++ b/runtime/observatory/tests/service/service.status |
@@ -2,6 +2,10 @@ |
# 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 |
@@ -16,7 +20,7 @@ debugging_test: Skip |
# Disable on simulators. |
[ $arch == simarm || $arch == simmips || $arch == simarm64] |
-*: Skip # Slow |
+*: SkipSlow |
# The transformations of dart2dart are not guaranteed to preserve the |
# state/properties of the VM that the Observatory tests are inspecting. |