File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 682939724f83e3368d3b58ff99e7bf8fd9ff5960
4
+ refs/heads/snap-stage3: def88913d80e153d956ce85f8155d77455bcfe5e
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -633,16 +633,12 @@ pub mod bytepipes {
633
633
#[ cfg( test) ]
634
634
mod test {
635
635
636
- use flatpipes:: { Flattener , Unflattener } ;
637
- use flatpipes:: bytepipes:: * ;
636
+ use flatpipes:: BytePort ;
638
637
use flatpipes:: pod;
639
638
use flatpipes:: serial;
640
639
use io_util:: BufReader ;
641
- use flatpipes:: { BytePort , FlatChan , FlatPort } ;
642
640
643
- use std:: comm;
644
641
use std:: io:: BytesWriter ;
645
- use std:: result;
646
642
use std:: task;
647
643
648
644
#[ test]
@@ -727,7 +723,11 @@ mod test {
727
723
728
724
// FIXME #2064: Networking doesn't work on x86
729
725
// XXX Broken until networking support is added back
730
- /*#[test]
726
+ /*
727
+ use flatpipes::{Flattener, Unflattener, FlatChan, FlatPort};
728
+ use flatpipes::bytepipes::*;
729
+
730
+ #[test]
731
731
#[cfg(target_arch = "x86_64")]
732
732
fn test_pod_tcp_stream() {
733
733
fn reader_port(buf: TcpSocketBuf
@@ -767,6 +767,8 @@ mod test {
767
767
port: uint) {
768
768
769
769
use std::cell::Cell;
770
+ use std::comm;
771
+ use std::result;
770
772
use net::ip;
771
773
use net::tcp;
772
774
use uv;
You can’t perform that action at this time.
0 commit comments