745ac9e752
Review URL: https://chromiumcodereview.appspot.com//10642002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8990 260f80e4-7a28-3924-810f-c04153c831b5
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# 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 == frog || $compiler == dart2js || $compiler == dartc ]
|
|
pub_test: Skip
|
|
version_test: Skip
|
|
pubspec_test: Skip
|
|
lock_file_test: Skip
|
|
version_solver_test: Skip
|
|
|
|
[ $compiler == dartc ]
|
|
yaml_test: Fail # pub issue 3539
|
|
version_solver_test: Fail # dart:io is using private named parameters
|
|
|
|
# Pub only runs on the standalone VM, not the browser.
|
|
[ $runtime == drt || $runtime == dartium ]
|
|
pub_test: Skip
|
|
version_test: Skip
|
|
pubspec_test: Skip
|
|
lock_file_test: Skip
|
|
version_solver_test: Skip
|
|
|
|
# Right now, Pub update creates symlinks which aren't supported on Windows.
|
|
[ $system == windows ]
|
|
pub_test: Skip
|
|
version_test: Skip
|
|
pubspec_test: Skip
|
|
lock_file_test: Skip
|
|
version_solver_test: Skip
|
|
|
|
[ $compiler == frog ]
|
|
yaml_test: Fail # Issue 3215
|
|
|
|
[ $runtime == opera ]
|
|
*: Skip
|