about summary refs log tree commit diff
path: root/src/librustpkg
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-05-25 01:04:28 -0500
committerAlex Crichton <alex@alexcrichton.com>2013-05-28 21:23:42 -0500
commitba33472f9f74c508b9f028703aa6f226b7dfd7c2 (patch)
tree3c6f14310a0cf5aa66852e6b03e7415afcd46a90 /src/librustpkg
parentff86830c9c2c0e4e88070206bd73f88ad7141b1e (diff)
downloadrust-ba33472f9f74c508b9f028703aa6f226b7dfd7c2.tar.gz
rust-ba33472f9f74c508b9f028703aa6f226b7dfd7c2.zip
Un-ignore rusti/rustpkg tests on i686
Diffstat (limited to 'src/librustpkg')
-rw-r--r--src/librustpkg/tests.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs
index 1bd1a6bfd77..160413254cd 100644
--- a/src/librustpkg/tests.rs
+++ b/src/librustpkg/tests.rs
@@ -93,9 +93,7 @@ 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");
@@ -109,7 +107,6 @@ 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());
@@ -135,7 +132,6 @@ 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;
@@ -158,7 +154,6 @@ 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();