Enabled tests.

This commit is contained in:
Vadim Chugunov 2013-08-18 01:05:23 -07:00
parent 3768bb32cd
commit 39fc0883fd
14 changed files with 0 additions and 16 deletions

View File

@ -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};

View File

@ -9,7 +9,6 @@
// except according to those terms.
// xfail-test linked failure
// xfail-win32
// error-pattern:explicit
extern mod extra;

View File

@ -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; }

View File

@ -10,7 +10,6 @@
// xfail-test linked failure
// xfail-fast
// xfail-win32 #7999
use std::comm;
use std::task;

View File

@ -9,7 +9,6 @@
// except according to those terms.
// xfail-test linked failure
// xfail-win32 leaks
extern mod extra;
use std::task;

View File

@ -9,7 +9,6 @@
// except according to those terms.
// xfail-test linked failure
// xfail-win32
extern mod extra;
use std::comm;

View File

@ -9,7 +9,6 @@
// except according to those terms.
// xfail-fast
// xfail-win32
extern mod extra;

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -10,7 +10,6 @@
// Make sure the destructor is run for unit-like structs.
// xfail-fast
// xfail-win32 #7999
use std::task;

View File

@ -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;

View File

@ -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;

View File

@ -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;