Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: runtime/observatory/tests/service/service.status

Issue 1071363002: Relocate service library tests and hookup a working status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/tests/service/service.status
diff --git a/runtime/observatory/observatory.status b/runtime/observatory/tests/service/service.status
similarity index 65%
rename from runtime/observatory/observatory.status
rename to runtime/observatory/tests/service/service.status
index 277f0adf83ceb0baa97c3a01b3b8a11fd0cbc772..9d3f91603f1afa51950fd041d5fa91a95b74f206 100644
--- a/runtime/observatory/observatory.status
+++ b/runtime/observatory/tests/service/service.status
@@ -2,13 +2,19 @@
# 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.
+# Tests that depend on token positions (which differ in release mode).
+[ $mode == release ]
+debugging_test: Skip
+
+# Disable on simulators.
[ $arch == simarm || $arch == simmips || $arch == simarm64]
-observatory/test/*: Skip # Slow
+*: Skip # Slow
-[ $compiler == dart2dart ]
# The transformations of dart2dart are not guaranteed to preserve the
# state/properties of the VM that the Observatory tests are inspecting.
-observatory/test/*: Skip
+[ $compiler == dart2dart ]
+*: Skip
-[ $browser ]
-observatory/test/*: SkipByDesign # Uses dart:io
+# All tests use dart:io
+[ $browser || $compiler == dart2js ]
+*: SkipByDesign

Powered by Google App Engine
This is Rietveld 408576698