From e880c42920592558c5c7d3d7cfdf339bb4ab08d1 Mon Sep 17 00:00:00 2001 From: John Clements Date: Wed, 25 Jun 2014 19:15:06 -0700 Subject: [PATCH] more loops to be ignored by pretty-rpass --- src/test/bench/msgsend-ring-mutex-arcs.rs | 2 ++ src/test/bench/msgsend-ring-rw-arcs.rs | 2 ++ src/test/bench/shootout-meteor.rs | 2 ++ src/test/bench/shootout-spectralnorm.rs | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/test/bench/msgsend-ring-mutex-arcs.rs b/src/test/bench/msgsend-ring-mutex-arcs.rs index eda8cf9efc1..716646da37e 100644 --- a/src/test/bench/msgsend-ring-mutex-arcs.rs +++ b/src/test/bench/msgsend-ring-mutex-arcs.rs @@ -15,6 +15,8 @@ // This also serves as a pipes test, because Arcs are implemented with pipes. +// ignore-pretty FIXME #15189 + extern crate time; use std::sync::{Arc, Future, Mutex}; diff --git a/src/test/bench/msgsend-ring-rw-arcs.rs b/src/test/bench/msgsend-ring-rw-arcs.rs index f36e8ad147d..2580e6cad21 100644 --- a/src/test/bench/msgsend-ring-rw-arcs.rs +++ b/src/test/bench/msgsend-ring-rw-arcs.rs @@ -15,6 +15,8 @@ // This also serves as a pipes test, because Arcs are implemented with pipes. +// ignore-pretty FIXME #15189 + extern crate time; use std::sync::{RWLock, Arc, Future}; diff --git a/src/test/bench/shootout-meteor.rs b/src/test/bench/shootout-meteor.rs index f32a46cd52a..a0ff8e8c1f9 100644 --- a/src/test/bench/shootout-meteor.rs +++ b/src/test/bench/shootout-meteor.rs @@ -38,6 +38,8 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED // OF THE POSSIBILITY OF SUCH DAMAGE. +// ignore-pretty FIXME #15189 + #![feature(phase)] #[phase(plugin)] extern crate green; diff --git a/src/test/bench/shootout-spectralnorm.rs b/src/test/bench/shootout-spectralnorm.rs index 912c635bd44..949cf439df1 100644 --- a/src/test/bench/shootout-spectralnorm.rs +++ b/src/test/bench/shootout-spectralnorm.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-pretty FIXME #15189 + #![feature(phase)] #![allow(non_snake_case_functions)] #[phase(plugin)] extern crate green;