Remove xfail-pretty from tests that pretty-print correctly now

This commit is contained in:
Tim Chevalier 2012-10-27 17:18:15 -07:00
parent 62f98c8ff8
commit 165ce14f68
26 changed files with 0 additions and 32 deletions

View file

@ -1,4 +1,3 @@
// xfail-pretty
// Microbenchmarks for various functions in core and std
extern mod std;

View file

@ -8,8 +8,6 @@
// different scalability characteristics compared to the select
// version.
// xfail-pretty
#[legacy_modes];
extern mod std;

View file

@ -4,8 +4,6 @@
//
// I *think* it's the same, more or less.
// xfail-pretty
#[legacy_modes];
extern mod std;

View file

@ -5,8 +5,6 @@
// This also serves as a pipes test, because ARCs are implemented with pipes.
// xfail-pretty
extern mod std;
use std::time;
use std::arc;

View file

@ -6,8 +6,6 @@
// This version uses automatically compiled channel contracts.
// xfail-pretty
extern mod std;
use std::time;
use std::future;

View file

@ -5,8 +5,6 @@
// This also serves as a pipes test, because ARCs are implemented with pipes.
// xfail-pretty
extern mod std;
use std::time;
use std::arc;

View file

@ -1,7 +1,5 @@
// Compare bounded and unbounded protocol performance.
// xfail-pretty
extern mod std;
use pipes::{spawn_service, recv};

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-pretty
/*
A parallel version of fibonacci numbers.

View file

@ -1,4 +1,3 @@
// xfail-pretty
extern mod std;
extern mod syntax;

View file

@ -1,4 +1,3 @@
// xfail-pretty
extern mod std;
use syntax;

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-pretty
enum color {
red,

View file

@ -1,6 +1,5 @@
// A test of the macro system. Can we do HTML literals?
// xfail-pretty
/*

View file

@ -1,5 +1,4 @@
// tjc: I don't know why
// xfail-pretty
mod pipes {
#[legacy_exports];
use cast::{forget, transmute};

View file

@ -1,4 +1,3 @@
// xfail-pretty
// An example of the bank protocol from eholk's blog post.
//

View file

@ -1,6 +1,5 @@
// Make sure that we can detect when one end of the pipe is closed.
// xfail-pretty
// xfail-win32
extern mod std;

View file

@ -1,4 +1,3 @@
// xfail-pretty
extern mod std;
use std::timer::sleep;

View file

@ -2,7 +2,6 @@
// experiment with what code the compiler should generate for bounded
// protocols.
// xfail-pretty
// This was generated initially by the pipe compiler, but it's been
// modified in hopefully straightforward ways.

View file

@ -1,6 +1,5 @@
// An example to make sure the protocol parsing syntax extension works.
// xfail-pretty
proto! pingpong (
ping:send {

View file

@ -3,7 +3,6 @@
// Code is easier to write in emacs, and it's good to be sure all the
// code samples compile (or not) as they should.
// xfail-pretty
use double_buffer::client::*;
use double_buffer::give_buffer;

View file

@ -1,4 +1,3 @@
// xfail-pretty
extern mod std;
use std::timer::sleep;

View file

@ -1,4 +1,3 @@
// xfail-pretty
// Issue #2303
#[abi = "rust-intrinsic"]

View file

@ -1,4 +1,3 @@
// xfail-pretty
// Issue #2303
#[abi = "rust-intrinsic"]

View file

@ -1,4 +1,3 @@
// xfail-pretty
// FIXME #3654
mod a {

View file

@ -1,6 +1,5 @@
// compile-flags: --test --cfg ignorecfg
// xfail-fast
// xfail-pretty
extern mod std;

View file

@ -1,4 +1,3 @@
// xfail-pretty
fn id(x: bool) -> bool { x }

View file

@ -1,4 +1,3 @@
// xfail-pretty
fn id(x: bool) -> bool { x }