Skip to content

Commit e9847db

Browse files
committed
---
yaml --- r: 22639 b: refs/heads/master c: d1e3e62 h: refs/heads/master i: 22637: 96427d5 22635: 4ce51a8 22631: 1addea0 22623: ecd562a v: v3
1 parent cf5dc48 commit e9847db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 07bb1aefc9a88e213c8e36f515ffb6a9148614fd
2+
refs/heads/master: d1e3e62300cad92a79c8716d6bfe7cb460ae4b09
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/task.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,9 @@ fn test_spawn_raw_unsupervise() {
11561156
// The following 8 tests test the following 2^3 combinations:
11571157
// {un,}linked {un,}supervised failure propagation {up,down}wards.
11581158

1159+
// !!! These tests are dangerous. If something is buggy, they will hang, !!!
1160+
// !!! instead of exiting cleanly. This might wedge the buildbots. !!!
1161+
11591162
#[test] #[ignore(cfg(windows))]
11601163
fn test_spawn_unlinked_unsup_no_fail_down() { // grandchild sends on a port
11611164
let po = comm::port();
@@ -1232,7 +1235,7 @@ fn test_spawn_linked_unsup_fail_down() { // parent fails; child fails
12321235

12331236
// A bonus linked failure test
12341237

1235-
#[test] #[should_fail] #[ignore(cfg(windows))]
1238+
#[test] #[should_fail] // #[ignore(cfg(windows))]
12361239
#[ignore] // FIXME (#1868) (bblum) make this work
12371240
fn test_spawn_unlinked_sup_propagate_grandchild() {
12381241
let builder = task::builder();

0 commit comments

Comments
 (0)