File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1156,6 +1156,9 @@ fn test_spawn_raw_unsupervise() {
1156
1156
// The following 8 tests test the following 2^3 combinations:
1157
1157
// {un,}linked {un,}supervised failure propagation {up,down}wards.
1158
1158
1159
+ // !!! These tests are dangerous. If something is buggy, they will hang, !!!
1160
+ // !!! instead of exiting cleanly. This might wedge the buildbots. !!!
1161
+
1159
1162
#[ test] #[ ignore( cfg( windows) ) ]
1160
1163
fn test_spawn_unlinked_unsup_no_fail_down ( ) { // grandchild sends on a port
1161
1164
let po = comm:: port ( ) ;
@@ -1232,7 +1235,7 @@ fn test_spawn_linked_unsup_fail_down() { // parent fails; child fails
1232
1235
1233
1236
// A bonus linked failure test
1234
1237
1235
- #[ test] #[ should_fail] #[ ignore( cfg( windows) ) ]
1238
+ #[ test] #[ should_fail] // #[ignore(cfg(windows))]
1236
1239
#[ ignore] // FIXME (#1868) (bblum) make this work
1237
1240
fn test_spawn_unlinked_sup_propagate_grandchild ( ) {
1238
1241
let builder = task:: builder ( ) ;
You can’t perform that action at this time.
0 commit comments