]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34983 - alexcrichton:windows-flaky, r=brson
authorbors <bors@rust-lang.org>
Tue, 26 Jul 2016 20:51:34 +0000 (13:51 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2016 20:51:34 +0000 (13:51 -0700)
commitfeeca945738ffc6d252ae0fbb2f35723e4eb95a6
tree695f6972504c9b51a5fb3d89c3790728304d2614
parent9316ae515e2f8f3f497fb4f1559910c1eef2433d
parent84876662417aab8f90d685cf6bdd9471f2353022
Auto merge of #34983 - alexcrichton:windows-flaky, r=brson

std: Ignore tests where threads outlive main

Long ago we discovered that threads which outlive main and then exit while the
rest of the program is exiting causes Windows to hang (#20704). That's what was
happening in this test so let's just not run this test any more.