Skip to content

Commit bea5fff

Browse files
committed
---
yaml --- r: 61395 b: refs/heads/try c: 800e3c7 h: refs/heads/master i: 61393: eb09e00 61391: 480c66f v: v3
1 parent 5e8ffe5 commit bea5fff

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5-
refs/heads/try: 92a1f6de97c8360c77763d4e6ef9fc6b6775cfc0
5+
refs/heads/try: 800e3c76a70624d4cb8d0d81f87f4ac034cfb9d3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustpkg/tests.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ fn test_sysroot() -> Path {
9393
self_path.pop()
9494
}
9595

96+
// Ignored on i686 -- see #6517
9697
#[test]
98+
#[ignore(cfg(target_arch = "x86"))]
9799
fn test_make_dir_rwx() {
98100
let temp = &os::tmpdir();
99101
let dir = temp.push(~"quux");
@@ -107,6 +109,7 @@ fn test_make_dir_rwx() {
107109
}
108110

109111
#[test]
112+
#[ignore(cfg(target_arch = "x86"))]
110113
fn test_install_valid() {
111114
let sysroot = test_sysroot();
112115
debug!("sysroot = %s", sysroot.to_str());
@@ -132,6 +135,7 @@ fn test_install_valid() {
132135
}
133136

134137
#[test]
138+
#[ignore(cfg(target_arch = "x86"))]
135139
fn test_install_invalid() {
136140
use conditions::nonexistent_package::cond;
137141
use cond1 = conditions::missing_pkg_files::cond;
@@ -154,6 +158,7 @@ fn test_install_invalid() {
154158
}
155159

156160
#[test]
161+
#[ignore(cfg(target_arch = "x86"))]
157162
fn test_install_url() {
158163
let workspace = mkdtemp(&os::tmpdir(), "test").expect("couldn't create temp dir");
159164
let sysroot = test_sysroot();

0 commit comments

Comments
 (0)