Comments only: annotate FIXMEs in tests

This commit is contained in:
Tim Chevalier 2012-07-12 15:10:47 -07:00
parent dac4916cec
commit e8e143b9d7
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
// FIXME: The disambiguation the pretty printer does here
// is probably not necessary anymore
// is probably not necessary anymore (#2882)
fn blk1(b: fn()) -> fn@() { ret fn@() { }; }
fn test1() { (do blk1 { #debug["hi"]; })(); }

View file

@ -1,6 +1,6 @@
// xfail-test
// xfail-fast
// (Not sure why, though -- FIXME (tjc)
// (Not sure why, though -- FIXME #2883)
import to_str::*;
import to_str::to_str;

View file

@ -67,8 +67,6 @@ mod pipes {
}
full { fail "duplicate send" }
blocked {
// FIXME: once the target will actually block, tell the
// scheduler to wake it up.
// The receiver will eventually clean this up.
unsafe { forget(p); }