| 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
|
|
|