rust/src/test
NODA, Kai 87424c6a32 Fix false positive alerts from a run-pass test on Command.
Reported as a part of rust-lang/rust#19120

The logic of rust-lang/rust@74fb798a20 was
flawed because when a CI tool run the test parallely with other tasks,
they all belong to a single session family and the test may pick up
irrelevant zombie processes before they are reaped by the CI tool
depending on timing.

Also, panic! inside a loop over all children makes the logic simpler.

By not destructing the return values of Command::spawn() until
find_zombies() finishes, I believe we can conduct a slightly stricter
test.

Signed-off-by: NODA, Kai <nodakai@gmail.com>
2014-12-07 07:07:26 +08:00
..
auxiliary Fix xcrate enum namespacing 2014-11-25 11:02:47 -08:00
bench rollup merge of #19416: sfackler/global-stdin 2014-12-05 10:06:52 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #19553: sfackler/issue-19543 2014-12-05 10:08:33 -08:00
compile-fail-fulldeps Adjust some error messages to start with a lowercase letter and not finish with a full stop 2014-11-30 20:26:53 +13:00
debuginfo gdb: Fix pretty printer for nullable-opt enums with fat pointers. 2014-12-02 18:28:43 -05:00
pretty syntax: Make asm! clobbers a proper vector. 2014-11-30 11:58:23 +09:00
run-fail Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
run-make Fix various references in late-running tests and things 2014-12-05 01:52:18 -05:00
run-pass Fix false positive alerts from a run-pass test on Command. 2014-12-07 07:07:26 +08:00
run-pass-fulldeps test: Ignore issue-19501 pretty for now 2014-12-03 09:22:13 -08:00
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00