File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
branches/dist-snap/src/libcore/rt Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
9
refs/heads/incoming: b50030718cf28f2a5a81857a26b57442734fe854
10
- refs/heads/dist-snap: d24a3a4b016331438ec3c611e37c11cfe41fa4af
10
+ refs/heads/dist-snap: eac629bf5c4b9efd0de3ff6a14d63584eb4a967d
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
13
13
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ impl Stream for UvStream {
335
335
}
336
336
337
337
#[ test]
338
- #[ ignore( reason = "ffi struct issues" ) ]
339
338
fn test_simple_io_no_connect ( ) {
340
339
do run_in_bare_thread {
341
340
let mut sched = ~UvEventLoop : : new_scheduler ( ) ;
@@ -351,7 +350,6 @@ fn test_simple_io_no_connect() {
351
350
}
352
351
353
352
#[ test]
354
- #[ ignore( reason = "ffi struct issues" ) ]
355
353
fn test_simple_tcp_server_and_client ( ) {
356
354
do run_in_bare_thread {
357
355
let mut sched = ~UvEventLoop : : new_scheduler ( ) ;
You can’t perform that action at this time.
0 commit comments