File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 70dde68cfbf1a549fdcd0a9d60c1e90f3b1f2a22
2
+ refs/heads/master: d0e1591a6a6002f9a0bf464c60fcc9ed24d14612
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ fn program_output(prog: str, args: [str]) ->
287
287
// Spawn two entire schedulers to read both stdout and sterr
288
288
// in parallel so we don't deadlock while blocking on one
289
289
// or the other. FIXME: Surely there's a much more clever way
290
- // to do this.
290
+ // to do this. (#2625)
291
291
let p = comm:: port ( ) ;
292
292
let ch = comm:: chan ( p) ;
293
293
task:: spawn_sched ( task:: single_threaded) { ||
@@ -387,7 +387,7 @@ mod tests {
387
387
import io:: writer_util;
388
388
389
389
// Regression test for memory leaks
390
- #[ ignore( cfg( windows) ) ] // FIXME
390
+ #[ ignore( cfg( windows) ) ] // FIXME (#2626)
391
391
fn test_leaks ( ) {
392
392
run:: run_program ( "echo" , [ ] ) ;
393
393
run:: start_program ( "echo" , [ ] ) ;
You can’t perform that action at this time.
0 commit comments