Skip to content

Commit 4d5c54e

Browse files
committed
---
yaml --- r: 13493 b: refs/heads/master c: d0e1591 h: refs/heads/master i: 13491: 874e655 v: v3
1 parent aef8ed0 commit 4d5c54e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 70dde68cfbf1a549fdcd0a9d60c1e90f3b1f2a22
2+
refs/heads/master: d0e1591a6a6002f9a0bf464c60fcc9ed24d14612
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn program_output(prog: str, args: [str]) ->
287287
// Spawn two entire schedulers to read both stdout and sterr
288288
// in parallel so we don't deadlock while blocking on one
289289
// or the other. FIXME: Surely there's a much more clever way
290-
// to do this.
290+
// to do this. (#2625)
291291
let p = comm::port();
292292
let ch = comm::chan(p);
293293
task::spawn_sched(task::single_threaded) {||
@@ -387,7 +387,7 @@ mod tests {
387387
import io::writer_util;
388388

389389
// Regression test for memory leaks
390-
#[ignore(cfg(windows))] // FIXME
390+
#[ignore(cfg(windows))] // FIXME (#2626)
391391
fn test_leaks() {
392392
run::run_program("echo", []);
393393
run::start_program("echo", []);

0 commit comments

Comments
 (0)