diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-19 15:40:37 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-22 20:02:20 -0700 |
| commit | 12ecdb6381049e468ae56bf2e049ee885e185d2c (patch) | |
| tree | f24d6c0d18079a717fd724dcacaefb104e297905 /src/libstd/task/spawn.rs | |
| parent | 9e4fddeadea70d2e9d04234b248ab119e5310630 (diff) | |
| download | rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.tar.gz rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.zip | |
Enabled unit tests in std and extra.
Diffstat (limited to 'src/libstd/task/spawn.rs')
| -rw-r--r-- | src/libstd/task/spawn.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/task/spawn.rs b/src/libstd/task/spawn.rs index e0efc14a887..783d9c3e810 100644 --- a/src/libstd/task/spawn.rs +++ b/src/libstd/task/spawn.rs @@ -722,7 +722,6 @@ fn test_spawn_raw_simple() { } #[test] -#[ignore(cfg(windows))] fn test_spawn_raw_unsupervise() { let opts = task::TaskOpts { linked: false, @@ -736,7 +735,6 @@ fn test_spawn_raw_unsupervise() { } #[test] -#[ignore(cfg(windows))] fn test_spawn_raw_notify_success() { let (notify_po, notify_ch) = comm::stream(); @@ -750,7 +748,6 @@ fn test_spawn_raw_notify_success() { } #[test] -#[ignore(cfg(windows))] fn test_spawn_raw_notify_failure() { // New bindings for these let (notify_po, notify_ch) = comm::stream(); |
