mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Comments only: annotate FIXMEs in tests
This commit is contained in:
parent
dac4916cec
commit
e8e143b9d7
@ -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"]; })(); }
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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); }
|
||||
|
Loading…
Reference in New Issue
Block a user