Skip to content

Commit

Permalink
std: xfail test_serializing_pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 3, 2013
1 parent b37a685 commit 76f7207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/flatpipes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ mod test {
}

#[test]
#[ignore(reason = "FIXME #6211 failing on linux snapshot machine")]
fn test_serializing_pipes() {
let (port, chan) = serial::pipe_stream();

Expand Down

5 comments on commit 76f7207

@bors
Copy link
Contributor

@bors bors commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at brson@76f7207

@bors
Copy link
Contributor

@bors bors commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/xfail-flatpipes = 76f7207 into auto

@bors
Copy link
Contributor

@bors bors commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/xfail-flatpipes = 76f7207 merged ok, testing candidate = 2ae44a0

@bors
Copy link
Contributor

@bors bors commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 2ae44a0

Please sign in to comment.