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 aa8786f8d617..92da06f186a8 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 0ff641fbe953..7ce873a33270 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 8a6509801376..ef0cbd32437f 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 6c231f2fc877..9228e2e5312e 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 e327c7a6cf0b..115bdfce3c4c 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 3a0ccc8d9d30..7b62db82ad0d 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 {