OLD | NEW |
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_uploader_test: Pass, Fail # Issue 7905 | 5 pub_uploader_test: Pass, Fail # Issue 7905 |
6 pub_lish_test: Pass, Fail # Issue 7905 | 6 pub_lish_test: Pass, Fail # Issue 7905 |
7 oauth2_test: Pass, Fail, Timeout # Issue 7905, 7920 | 7 oauth2_test: Pass, Fail, Timeout # Issue 7905, 7920 |
8 | 8 |
9 # Pub only runs on the VM, so just rule out all compilers. | 9 # Pub only runs on the VM, so just rule out all compilers. |
10 [ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ] | 10 [ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ] |
11 *: Skip | 11 *: Skip |
12 | 12 |
13 # Pub only runs on the standalone VM, not the browser. | 13 # Pub only runs on the standalone VM, not the browser. |
14 [ $runtime == drt || $runtime == dartium || $runtime == opera ] | 14 [ $runtime == drt || $runtime == dartium || $runtime == opera ] |
15 *: Skip | 15 *: Skip |
16 | 16 |
17 [ $system == windows ] | 17 [ $system == windows ] |
18 io_test: Fail, Pass, Timeout # Issue 7505 | 18 io_test: Fail, Pass, Timeout # Issue 7505 |
19 | 19 |
20 # Issue 8264 | 20 # Issue 8264 |
21 install/hosted/install_test: Fail | 21 install/hosted/install_test: Fail, Pass |
22 install/hosted/do_not_update_on_removed_constraints_test: Fail | 22 install/hosted/do_not_update_on_removed_constraints_test: Fail, Pass |
23 install/hosted/stay_locked_test: Fail | 23 install/hosted/stay_locked_test: Fail, Pass |
24 install/hosted/stay_locked_if_new_is_satisfied_test: Fail | 24 install/hosted/stay_locked_if_new_is_satisfied_test: Fail, Pass |
25 install/hosted/remove_removed_dependency_test: Fail | 25 install/hosted/remove_removed_dependency_test: Fail, Pass |
26 install/hosted/install_transitive_test: Fail | 26 install/hosted/install_transitive_test: Fail, Pass |
27 install/hosted/unlock_if_new_is_unsatisfied_test: Fail | 27 install/hosted/unlock_if_new_is_unsatisfied_test: Fail, Pass |
28 install/hosted/stay_locked_if_compatible_test: Fail | 28 install/hosted/stay_locked_if_compatible_test: Fail, Pass |
29 install/hosted/resolve_constraints_test: Fail | 29 install/hosted/resolve_constraints_test: Fail, Pass |
30 install/hosted/remove_removed_transitive_dependency_test: Fail | 30 install/hosted/remove_removed_transitive_dependency_test: Fail, Pass |
31 install/hosted/unlock_if_incompatible_test: Fail | 31 install/hosted/unlock_if_incompatible_test: Fail, Pass |
32 update/hosted/unlock_if_necessary_test: Fail | 32 update/hosted/unlock_if_necessary_test: Fail, Pass |
33 update/hosted/remove_removed_dependency_test: Fail | 33 update/hosted/remove_removed_dependency_test: Fail, Pass |
34 update/hosted/unlock_dependers_test: Fail | 34 update/hosted/unlock_dependers_test: Fail, Pass |
35 update/hosted/update_removed_constraints_test: Fail | 35 update/hosted/update_removed_constraints_test: Fail, Pass |
36 update/hosted/remove_removed_transitive_dependency_test: Fail | 36 update/hosted/remove_removed_transitive_dependency_test: Fail, Pass |
OLD | NEW |