rust/src/test
Tim Chevalier 85b5b2a8e4 Tests for while loops that may invalidate constraints
Wrote some small test cases that use while loops and moves, to
make sure the poststate for the loop body gets propagated into the
new prestate and deinitialization gets reflected.

Along with that, rewrite the code for intersecting states. I still
find it dodgy, but I guess I'll continue trying to add more tests.
Also, I'll probably feel better about it once I start formalizing
the algorithm.
2011-06-27 18:14:23 -07:00
..
bench Fixed a few concurrency bugs. Still not perfect, but overall it seems much more reliable. 2011-06-27 09:58:39 -07:00
compile-fail Tests for while loops that may invalidate constraints 2011-06-27 18:14:23 -07:00
run-fail Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
run-pass Tests for while loops that may invalidate constraints 2011-06-27 18:14:23 -07:00