ca5e0d567c
Also check for 'operator =='. R=brianwilkerson@google.com BUG= Review URL: https://chromiumcodereview.appspot.com//10829365 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10899 260f80e4-7a28-3924-810f-c04153c831b5
33 lines
958 B
Plaintext
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
|