Remove xfail-pretty from tests that pretty-print correctly now
This commit is contained in:
parent
62f98c8ff8
commit
165ce14f68
26 changed files with 0 additions and 32 deletions
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
// Microbenchmarks for various functions in core and std
|
||||
|
||||
extern mod std;
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
// different scalability characteristics compared to the select
|
||||
// version.
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
#[legacy_modes];
|
||||
|
||||
extern mod std;
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
//
|
||||
// I *think* it's the same, more or less.
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
#[legacy_modes];
|
||||
|
||||
extern mod std;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
// This version uses automatically compiled channel contracts.
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
use std::time;
|
||||
use std::future;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
// Compare bounded and unbounded protocol performance.
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
|
||||
use pipes::{spawn_service, recv};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// -*- rust -*-
|
||||
// xfail-pretty
|
||||
|
||||
/*
|
||||
A parallel version of fibonacci numbers.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
extern mod syntax;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
use syntax;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// -*- rust -*-
|
||||
// xfail-pretty
|
||||
|
||||
enum color {
|
||||
red,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
// A test of the macro system. Can we do HTML literals?
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
/*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// tjc: I don't know why
|
||||
// xfail-pretty
|
||||
mod pipes {
|
||||
#[legacy_exports];
|
||||
use cast::{forget, transmute};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
// An example of the bank protocol from eholk's blog post.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
use std::timer::sleep;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
// An example to make sure the protocol parsing syntax extension works.
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
proto! pingpong (
|
||||
ping:send {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
use std::timer::sleep;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
// Issue #2303
|
||||
|
||||
#[abi = "rust-intrinsic"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
// Issue #2303
|
||||
|
||||
#[abi = "rust-intrinsic"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
// FIXME #3654
|
||||
|
||||
mod a {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
// compile-flags: --test --cfg ignorecfg
|
||||
// xfail-fast
|
||||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
fn id(x: bool) -> bool { x }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
// xfail-pretty
|
||||
|
||||
fn id(x: bool) -> bool { x }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue