rust/src/test
bors 08176a3561 auto merge of #16894 : alexcrichton/rust/issue-16872, r=huonw
It was previously asserted that each thread received at least one connection,
but this is not guaranteed to always be the case due to scheduling. This test
also deadlocked on failure due to a lingering reference to the sending half of
the channel, so that reference is now also eagerly dropped so the test can fail
properly if something bad happens.

Closes #16872
2014-08-31 17:15:52 +00:00
..
auxiliary Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
bench Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
codegen
compile-fail rollup merge of #16840 : huonw/feature-has-added 2014-08-30 23:47:33 -07:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo debuginfo: Emit different autotest debugger scripts depending on GDB version. 2014-08-27 15:19:14 +02:00
pretty Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
run-fail
run-make auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix 2014-08-30 10:51:26 +00:00
run-pass test: Fix the tcp-accept-stress test 2014-08-30 23:43:20 -07:00
run-pass-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00