]> git.lizzy.rs Git - rust.git/commitdiff
more loops to be ignored by pretty-rpass
authorJohn Clements <clements@racket-lang.org>
Thu, 26 Jun 2014 02:15:06 +0000 (19:15 -0700)
committerJohn Clements <clements@racket-lang.org>
Thu, 26 Jun 2014 02:15:34 +0000 (19:15 -0700)
src/test/bench/msgsend-ring-mutex-arcs.rs
src/test/bench/msgsend-ring-rw-arcs.rs
src/test/bench/shootout-meteor.rs
src/test/bench/shootout-spectralnorm.rs

index eda8cf9efc1b098b343d2311fc5e953818d6c686..716646da37eef87440ee336e1a69dd4e7a628cd9 100644 (file)
@@ -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};
index f36e8ad147d2cd16d764b0aa1de1adc7a1cdb964..2580e6cad2121128aa027326e54aa881c440270b 100644 (file)
@@ -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};
index f32a46cd52a4a52d2e0d5a34a119943c1066bfe3..a0ff8e8c1f92a8a874b28e65d658745e16e7c3d3 100644 (file)
@@ -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;
 
index 912c635bd448b73272d401ba0a5d8a9936ace35a..949cf439df1cab65bfba29bd8651385a9d722015 100644 (file)
@@ -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;