Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: utils/tests/pub/pub.status

Issue 11348288: Get archive creation working on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « utils/pub/utils.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Pub only runs on the VM, so just rule out all compilers. 5 # Pub only runs on the VM, so just rule out all compilers.
6 [ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ] 6 [ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
7 *: Skip 7 *: Skip
8 8
9 # Pub only runs on the standalone VM, not the browser. 9 # Pub only runs on the standalone VM, not the browser.
10 [ $runtime == drt || $runtime == dartium || $runtime == opera] 10 [ $runtime == drt || $runtime == dartium || $runtime == opera]
11 *: Skip 11 *: Skip
12 12
13 [ $system == windows ] 13 [ $system == windows ]
14 # TODO(nweiz): The "pub lish" tests fail mysteriously on Windows as well. See 14 # TODO(nweiz): The "pub lish" tests fail mysteriously on Windows as well. See
15 # issue 6984. 15 # issue 6984.
16 pub_lish_test: Fail 16 pub_lish_test: Fail
17
18 # A bunch of tests are timing out on Windows due to their inability to find
19 # 7zip. See issue 6990.
20 install/hosted/check_out_test: Timeout
21 install/hosted/check_out_transitive_test: Timeout
22 install/hosted/do_not_update_on_removed_constraints_test: Timeout
23 install/hosted/remove_removed_dependency_test: Timeout
24 install/hosted/remove_removed_transitive_dependency_test: Timeout
25 install/hosted/resolve_constraints_test: Timeout
26 install/hosted/stay_locked_if_compatible_test: Timeout
27 install/hosted/stay_locked_if_new_is_satisfied_test: Timeout
28 install/hosted/stay_locked_test: Timeout
29 install/hosted/unlock_if_incompatible_test: Timeout
30 install/hosted/unlock_if_new_is_unsatisfied_test: Timeout
31 update/hosted/remove_removed_dependency_test: Timeout
32 update/hosted/remove_removed_transitive_dependency_test: Timeout
33 update/hosted/unlock_dependers_test: Timeout
34 update/hosted/unlock_if_necessary_test: Timeout
35 update/hosted/update_removed_constraints_test: Timeout
OLDNEW
« no previous file with comments | « utils/pub/utils.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698