rust/src/test
Corey Richardson 5258e13d0b test/run-pass/out-of-stack: prevent tco
We really do *not* want TCO to kick in. If it does, we'll never blow the
stack, and never trigger the condition the test is checking for. To that end,
do a meaningless alloc that serves only to get a destructor to run. The
addition of nocapture/noalias seems to have let LLVM do more TCO, which
hurt this testcase.
2014-03-27 08:10:47 -04:00
..
auxiliary Implement cross-crate support for autoderef. 2014-03-23 01:11:39 +02:00
bench test: Update all tests with the sync changes 2014-03-24 17:17:46 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail rustc: Relax restriction on privacy for fields 2014-03-26 10:20:12 -07:00
debug-info Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
pretty test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
run-fail rustc: Switch defaults from libgreen to libnative 2014-03-21 12:03:13 -07:00
run-make rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
run-pass test/run-pass/out-of-stack: prevent tco 2014-03-27 08:10:47 -04:00
run-pass-fulldeps test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00