about summary refs log tree commit diff
path: root/src/rt/test/rust_test_harness.h
AgeCommit message (Collapse)AuthorLines
2012-02-02rt: Remove bitrotted testsBrian Anderson-22/+0
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile ↵Eric Holk-0/+22
under the latest refactoring changes.
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard ↵Eric Holk-22/+0
library tests, so we might as well have less code to fix during refactoring.
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-2/+1
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-1/+2
2010-09-07Started work on a framework for writing runtime tests, added some simple ↵Michael Bebenita-0/+22
test cases.