]> git.lizzy.rs Git - rust.git/commit
std: Ignore tests where threads outlive main
authorAlex Crichton <alex@alexcrichton.com>
Fri, 22 Jul 2016 23:21:51 +0000 (16:21 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 22 Jul 2016 23:29:36 +0000 (16:29 -0700)
commit84876662417aab8f90d685cf6bdd9471f2353022
tree4ee6ef78f7f9b3fda0722a790edc14d9e1dd0e00
parenteb196dc2fffe0c992959ed99827654c2adcebe33
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.
src/liballoc/arc.rs