rust/src/test
Alex Crichton 279ec9b9b8 test: Join child threads on windows in tests
Windows tests can often deadlock if a child thread continues after the main
thread and then panics, and a `println!` executed in a child thread after the
main thread has exited is at risk of panicking.
2015-05-27 09:15:19 -07:00
..
auxiliary rustc_back: Don't pass 'u' to ar invocations 2015-05-26 07:06:31 -07:00
bench Auto merge of #24920 - alexcrichton:duration, r=aturon 2015-05-14 18:18:39 +00:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail - Fix regression of literal out of range check for negative i64 values which was introduced by commit 7b1916d253. 2015-05-25 07:42:16 -06:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo Update tests to not use old ~ syntax 2015-05-03 20:16:03 -04:00
parse-fail Clarify the error message for malformed extern crate statements 2015-05-16 22:35:59 +12:00
pretty Correct pretty-printing of type Foo<T> where T: Bound = ...; 2015-05-04 10:21:39 +02:00
run-fail Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Fix ICE trying to pass DST to C functions 2015-05-21 10:46:30 +02:00
run-pass test: Join child threads on windows in tests 2015-05-27 09:15:19 -07:00
run-pass-fulldeps Fix test run-pass-fulldeps\issue-15149.rs on Windows 2015-05-19 20:37:17 +03:00
run-pass-valgrind Address review commets 2015-05-19 17:42:14 +03:00
rustdoc rustdoc: Add Associated Constants section 2015-05-09 12:20:45 +02:00