rust/src/test
Alex Crichton b21a0cee19 rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spurious
These tests have all been failing spuroiusly on Windows from time to time, and
one suspicion is that the shilc thread outliving the main thread somehow causes
the problem. Switch all the tests over to using Thread::scoped instead of
Thread::spawn to see if it helps the issue.

cc #19120
2015-01-07 17:17:34 -08:00
..
auxiliary Merge pull request #20675 from jbcrail/fix-test-comments 2015-01-07 15:35:30 +00:00
bench std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #20696: reem/unsized-typeid 2015-01-07 17:17:31 -08:00
compile-fail-fulldeps Fix misspelled comments in tests. 2015-01-06 20:54:54 -05:00
debuginfo More test fixes 2015-01-06 21:26:48 -08:00
pretty Preliminary feature staging 2015-01-07 15:34:56 -08:00
run-fail rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
run-make rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
run-pass rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spurious 2015-01-07 17:17:34 -08:00
run-pass-fulldeps More test fixes 2015-01-06 21:26:48 -08:00
run-pass-valgrind Fallout 2015-01-06 14:20:48 +13:00