Files
sdk/utils/tests/pub/pub.status
T
2012-08-17 14:28:48 +00:00

33 lines
958 B
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 == dart2dart || $compiler == dartc ]
pub_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
version_solver_test: Skip
[ $compiler == dartc ]
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
[ $compiler == frog ]
yaml_test: Fail # Issue 3215
[ $runtime == opera ]
*: Skip