Index: runtime/observatory/tests/service/service.status |
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status |
index 84145a33999b3d134c8be1b0e27ef0a0f09941b6..d4fe0d20df8e54f820bd5925fcb1e18603ef0129 100644 |
--- a/runtime/observatory/tests/service/service.status |
+++ b/runtime/observatory/tests/service/service.status |
@@ -2,7 +2,7 @@ |
# 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 ] |
+[ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] |
evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
@@ -21,5 +21,5 @@ developer_extension_test: SkipByDesign |
[ $arch == arm ] |
process_service_test: Pass, Fail # Issue 24344 |
-[ $noopt ] |
+[ ($noopt || $compiler == precompiler) ] |
*: Skip # Issue 24651 |