blob: 1aeac65d373f92f7a1705ab284e6ed2e754eecfc [file] [log] [blame]
# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# 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
# Disable on simulators.
[ $arch == simarm || $arch == simmips || $arch == simarm64]
*: SkipSlow
# All tests use dart:io
[ $browser || $compiler == dart2js ]
*: SkipByDesign
# Tests with known analyzer issues
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
developer_extension_test: SkipByDesign
[ $arch == arm ]
process_service_test: Pass, Fail # Issue 24344