]> git.lizzy.rs Git - rust.git/commit
auto merge of #10098 : alexcrichton/rust/attempts, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 28 Oct 2013 01:41:25 +0000 (18:41 -0700)
committerbors <bors@rust-lang.org>
Mon, 28 Oct 2013 01:41:25 +0000 (18:41 -0700)
commita1200118271ae6f14847baa93d0bfc1d7750b3bb
treebf2ac1f8ffd8017cfb24788627ca59220e5a7862
parent16b8a41531bb0054f05be7a19e0867b8174c83b1
parent8455ad898cc20106251ddbff61e874abfcf95cbb
auto merge of #10098 : alexcrichton/rust/attempts, r=alexcrichton

It was pretty much a miracle that these tests were ever passing. They would
never have passed in the single threaded case because only one sigint in the
tests is ever generated, but when run in parallel two sigints will be generated.