about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-16 02:13:48 -0700
committerbors <bors@rust-lang.org>2013-05-16 02:13:48 -0700
commit800e3c76a70624d4cb8d0d81f87f4ac034cfb9d3 (patch)
tree221becb9facf19f95e04c8482c006c0e922af4dc /src
parent92a1f6de97c8360c77763d4e6ef9fc6b6775cfc0 (diff)
parente732912954c480d435d2760c259a44cf8837ac55 (diff)
downloadrust-800e3c76a70624d4cb8d0d81f87f4ac034cfb9d3.tar.gz
rust-800e3c76a70624d4cb8d0d81f87f4ac034cfb9d3.zip
auto merge of #6519 : catamorphism/rust/rustpkg, r=catamorphism
Diffstat (limited to 'src')
-rw-r--r--src/librustpkg/tests.rs5
-rw-r--r--src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/main.rs (renamed from src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/src/main.rs)0
-rw-r--r--src/librustpkg/testsuite/pass/src/external-crate/main.rs (renamed from src/librustpkg/testsuite/pass/src/external-crate/src/main.rs)0
3 files changed, 5 insertions, 0 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs
index 487e8d0da36..8eba3f06de3 100644
--- a/src/librustpkg/tests.rs
+++ b/src/librustpkg/tests.rs
@@ -93,7 +93,9 @@ fn test_sysroot() -> Path {
     self_path.pop()
 }
 
+// Ignored on i686 -- see #6517
 #[test]
+#[ignore(cfg(target_arch = "x86"))]
 fn test_make_dir_rwx() {
     let temp = &os::tmpdir();
     let dir = temp.push(~"quux");
@@ -107,6 +109,7 @@ fn test_make_dir_rwx() {
 }
 
 #[test]
+#[ignore(cfg(target_arch = "x86"))]
 fn test_install_valid() {
     let sysroot = test_sysroot();
     debug!("sysroot = %s", sysroot.to_str());
@@ -132,6 +135,7 @@ fn test_install_valid() {
 }
 
 #[test]
+#[ignore(cfg(target_arch = "x86"))]
 fn test_install_invalid() {
     use conditions::nonexistent_package::cond;
     use cond1 = conditions::missing_pkg_files::cond;
@@ -154,6 +158,7 @@ fn test_install_invalid() {
 }
 
 #[test]
+#[ignore(cfg(target_arch = "x86"))]
 fn test_install_url() {
     let workspace = mkdtemp(&os::tmpdir(), "test").expect("couldn't create temp dir");
     let sysroot = test_sysroot();
diff --git a/src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/src/main.rs b/src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/main.rs
index 62785c06db3..62785c06db3 100644
--- a/src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/src/main.rs
+++ b/src/librustpkg/testsuite/pass/src/deeply/nested/path/foo/main.rs
diff --git a/src/librustpkg/testsuite/pass/src/external-crate/src/main.rs b/src/librustpkg/testsuite/pass/src/external-crate/main.rs
index d094bcd6bba..d094bcd6bba 100644
--- a/src/librustpkg/testsuite/pass/src/external-crate/src/main.rs
+++ b/src/librustpkg/testsuite/pass/src/external-crate/main.rs