From 91d8e69621dca507c6cfa13a211f7427e5c15e9e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 19 Sep 2011 18:38:14 -0700 Subject: [PATCH] Un-xfail various tests --- src/test/bench/shootout-nbody.rs | 1 - src/test/run-fail/spawnfail.rs | 1 - src/test/run-pass/bind-native.rs | 2 -- src/test/run-pass/block-expr-precedence.rs | 1 - src/test/run-pass/first-class-method.rs | 2 -- src/test/run-pass/log-linearized.rs | 2 -- 6 files changed, 9 deletions(-) diff --git a/src/test/bench/shootout-nbody.rs b/src/test/bench/shootout-nbody.rs index aa8786f8d61..92da06f186a 100644 --- a/src/test/bench/shootout-nbody.rs +++ b/src/test/bench/shootout-nbody.rs @@ -1,4 +1,3 @@ -// xfail-test // based on: // http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java diff --git a/src/test/run-fail/spawnfail.rs b/src/test/run-fail/spawnfail.rs index 0ff641fbe95..7ce873a3327 100644 --- a/src/test/run-fail/spawnfail.rs +++ b/src/test/run-fail/spawnfail.rs @@ -1,5 +1,4 @@ // Currently failure doesn't propagate correctly to owning tasks so xfailed -// xfail-test // error-pattern:explicit use std; import std::task; diff --git a/src/test/run-pass/bind-native.rs b/src/test/run-pass/bind-native.rs index 8a650980137..ef0cbd32437 100644 --- a/src/test/run-pass/bind-native.rs +++ b/src/test/run-pass/bind-native.rs @@ -2,8 +2,6 @@ Can we bind native things? */ -//xfail-test - native "rust" mod rustrt { fn task_yield(); } diff --git a/src/test/run-pass/block-expr-precedence.rs b/src/test/run-pass/block-expr-precedence.rs index 6c231f2fc87..9228e2e5312 100644 --- a/src/test/run-pass/block-expr-precedence.rs +++ b/src/test/run-pass/block-expr-precedence.rs @@ -2,7 +2,6 @@ // reproduce so we don't want to automatically reformat it // no-reformat -// xfail-pretty /* * diff --git a/src/test/run-pass/first-class-method.rs b/src/test/run-pass/first-class-method.rs index e327c7a6cf0..115bdfce3c4 100644 --- a/src/test/run-pass/first-class-method.rs +++ b/src/test/run-pass/first-class-method.rs @@ -1,5 +1,3 @@ -// xfail-test - // Test case for issue #758. obj foo() { fn f() { } } diff --git a/src/test/run-pass/log-linearized.rs b/src/test/run-pass/log-linearized.rs index 3a0ccc8d9d3..7b62db82ad0 100644 --- a/src/test/run-pass/log-linearized.rs +++ b/src/test/run-pass/log-linearized.rs @@ -1,5 +1,3 @@ -// xfail-test - // Tests that shapes respect linearize_ty_params(). tag option {