rust/src/test
bors a10917a6a9 auto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichton
This installs signal handlers to print out stack overflow messages on Linux. It also ensures the main thread has a guard page.

This will catch stack overflows in external code. It's done in preparation of switching to stack probes (#16012).

I've done some simple tests with overflowing the main thread, native threads and green threads (with and without UV) on x86-64.
This might work on ARM, MIPS and x86-32.

I've been unable to run the test suite on this because of #16305.
2014-10-24 17:32:04 +00:00
..
auxiliary Adjust orphan rules to consider all input types, not just self type. 2014-10-21 23:52:00 -04:00
bench
codegen
compile-fail Add a lint for not using field pattern shorthands 2014-10-24 15:44:18 +13:00
compile-fail-fulldeps
debuginfo debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available 2014-10-22 10:47:45 +02:00
pretty
run-fail
run-make
run-pass Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
run-pass-fulldeps
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00