Skip to content

Commit 8707a36

Browse files
committed
---
yaml --- r: 72179 b: refs/heads/dist-snap c: eac629b h: refs/heads/master i: 72177: e911f02 72175: b121c0e v: v3
1 parent e015ab5 commit 8707a36

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
99
refs/heads/incoming: b50030718cf28f2a5a81857a26b57442734fe854
10-
refs/heads/dist-snap: d24a3a4b016331438ec3c611e37c11cfe41fa4af
10+
refs/heads/dist-snap: eac629bf5c4b9efd0de3ff6a14d63584eb4a967d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/libcore/rt/uvio.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ impl Stream for UvStream {
335335
}
336336

337337
#[test]
338-
#[ignore(reason = "ffi struct issues")]
339338
fn test_simple_io_no_connect() {
340339
do run_in_bare_thread {
341340
let mut sched = ~UvEventLoop::new_scheduler();
@@ -351,7 +350,6 @@ fn test_simple_io_no_connect() {
351350
}
352351

353352
#[test]
354-
#[ignore(reason = "ffi struct issues")]
355353
fn test_simple_tcp_server_and_client() {
356354
do run_in_bare_thread {
357355
let mut sched = ~UvEventLoop::new_scheduler();

0 commit comments

Comments
 (0)