mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-16 02:24:35 +00:00
Enabled tests.
This commit is contained in:
parent
3768bb32cd
commit
39fc0883fd
@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32
|
||||
|
||||
extern mod extra;
|
||||
|
||||
use extra::list::{List, Cons, Nil};
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-win32
|
||||
// error-pattern:explicit
|
||||
extern mod extra;
|
||||
|
||||
|
@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32
|
||||
|
||||
use std::task;
|
||||
|
||||
fn adder(x: @int, y: @int) -> int { return *x + *y; }
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-fast
|
||||
// xfail-win32 #7999
|
||||
|
||||
use std::comm;
|
||||
use std::task;
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-win32 leaks
|
||||
extern mod extra;
|
||||
|
||||
use std::task;
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-win32
|
||||
extern mod extra;
|
||||
|
||||
use std::comm;
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-win32
|
||||
|
||||
extern mod extra;
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-win32
|
||||
|
||||
// A port of task-killjoin to use a class with a dtor to manage
|
||||
// the join.
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test linked failure
|
||||
// xfail-win32
|
||||
|
||||
// Create a task that is supervised by another task, join the supervised task
|
||||
// from the supervising task, then fail the supervised task. The supervised
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32 leaks
|
||||
// Issue #787
|
||||
// Don't try to clean up uninitialized locals
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// Make sure the destructor is run for unit-like structs.
|
||||
// xfail-fast
|
||||
// xfail-win32 #7999
|
||||
|
||||
use std::task;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32
|
||||
extern mod extra;
|
||||
|
||||
use std::task;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32
|
||||
extern mod extra;
|
||||
|
||||
use std::task;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32
|
||||
extern mod extra;
|
||||
|
||||
use std::task;
|
||||
|
Loading…
Reference in New Issue
Block a user