about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-03 13:02:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-06 15:55:43 -0700
commit8ded99c0efa41a960560f8bc0f82c11ea96655d6 (patch)
treea30ef858942fa6e8d3e1aa6f3c5075c7523cb9f1
parent42847c8b1e076172bac9873f769f722e19ef945f (diff)
downloadrust-8ded99c0efa41a960560f8bc0f82c11ea96655d6.tar.gz
rust-8ded99c0efa41a960560f8bc0f82c11ea96655d6.zip
Remove ignore-fast that has cropped up
-rw-r--r--src/test/compile-fail/trace_macros-format.rs1
-rw-r--r--src/test/run-pass/attr-shebang.rs1
-rw-r--r--src/test/run-pass/attr.rs2
-rw-r--r--src/test/run-pass/deep-vector.rs1
-rw-r--r--src/test/run-pass/deep-vector2.rs1
-rw-r--r--src/test/run-pass/log_syntax-trace_macros-macro-locations.rs3
-rw-r--r--src/test/run-pass/macro-meta-items.rs3
-rw-r--r--src/test/run-pass/overloaded-autoderef-xcrate.rs1
-rw-r--r--src/test/run-pass/sigpipe-should-be-ignored.rs2
9 files changed, 2 insertions, 13 deletions
diff --git a/src/test/compile-fail/trace_macros-format.rs b/src/test/compile-fail/trace_macros-format.rs
index d5955601f2d..8e000024675 100644
--- a/src/test/compile-fail/trace_macros-format.rs
+++ b/src/test/compile-fail/trace_macros-format.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast feature doesn't work
 #![feature(macro_rules, trace_macros)]
 
 fn main() {
diff --git a/src/test/run-pass/attr-shebang.rs b/src/test/run-pass/attr-shebang.rs
index f4919f768b9..95f3ea61dd8 100644
--- a/src/test/run-pass/attr-shebang.rs
+++ b/src/test/run-pass/attr-shebang.rs
@@ -2,4 +2,3 @@
 #![feature(bogus)]
 pub fn main() { }
 // ignore-license
-// ignore-fast
diff --git a/src/test/run-pass/attr.rs b/src/test/run-pass/attr.rs
index 6a19a44e074..2f30eb8154f 100644
--- a/src/test/run-pass/attr.rs
+++ b/src/test/run-pass/attr.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
-
 #[main]
 fn foo() {
 }
diff --git a/src/test/run-pass/deep-vector.rs b/src/test/run-pass/deep-vector.rs
index 6a05dafb17c..20785780d2c 100644
--- a/src/test/run-pass/deep-vector.rs
+++ b/src/test/run-pass/deep-vector.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // ignore-test
-// ignore-fast
 //
 // Too big for our poor macro infrastructure.
 
diff --git a/src/test/run-pass/deep-vector2.rs b/src/test/run-pass/deep-vector2.rs
index 615e94c3f4e..27258ed578a 100644
--- a/src/test/run-pass/deep-vector2.rs
+++ b/src/test/run-pass/deep-vector2.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // ignore-test
-// ignore-fast
 //
 // Too big for our poor macro infrastructure.
 
diff --git a/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs b/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs
index a00ba6067dc..afcd154f647 100644
--- a/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs
+++ b/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs
@@ -8,8 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast feature doesn't work
-#[feature(trace_macros, log_syntax)];
+#![feature(trace_macros, log_syntax)]
 
 // make sure these macros can be used as in the various places that
 // macros can occur.
diff --git a/src/test/run-pass/macro-meta-items.rs b/src/test/run-pass/macro-meta-items.rs
index cfcde320d99..91f67abd8af 100644
--- a/src/test/run-pass/macro-meta-items.rs
+++ b/src/test/run-pass/macro-meta-items.rs
@@ -8,11 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 // ignore-pretty - token trees can't pretty print
 // compile-flags: --cfg foo
 
-#[feature(macro_rules)];
+#![feature(macro_rules)]
 
 macro_rules! compiles_fine {
     ($at:meta) => {
diff --git a/src/test/run-pass/overloaded-autoderef-xcrate.rs b/src/test/run-pass/overloaded-autoderef-xcrate.rs
index fc969093d23..f8dd729ec67 100644
--- a/src/test/run-pass/overloaded-autoderef-xcrate.rs
+++ b/src/test/run-pass/overloaded-autoderef-xcrate.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 // aux-build:overloaded_autoderef_xc.rs
 
 extern crate overloaded_autoderef_xc;
diff --git a/src/test/run-pass/sigpipe-should-be-ignored.rs b/src/test/run-pass/sigpipe-should-be-ignored.rs
index 5c62ea2ad21..957bcd0e423 100644
--- a/src/test/run-pass/sigpipe-should-be-ignored.rs
+++ b/src/test/run-pass/sigpipe-should-be-ignored.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
-
 // Be sure that when a SIGPIPE would have been received that the entire process
 // doesn't die in a ball of fire, but rather it's gracefully handled.