blob: 51977141192b934dfdf9c18046559bea7815d646 [file] [log] [blame]
# Copyright (c) 2012, 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.
# Pub only runs on the VM, so just rule out all compilers.
[ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
*: Skip
# Pub only runs on the standalone VM, not the browser.
[ $runtime == drt || $runtime == dartium || $runtime == opera]
*: Skip
# TODO(nweiz): Figure out why this is failing.
[ $system == windows ]
pub_lish_test: Fail
# TODO(nweiz): The "pub lish" and oauth2 tests often fail mysteriously on
# Windows. See issues 7015 and 7016.
oauth2_test: Skip
curl_client_test: Skip