about summary refs log tree commit diff
path: root/src/rt/test/rust_test_harness.cpp
AgeCommit message (Collapse)AuthorLines
2011-07-13Attempt to correct buggy win32 timer code (causing tinderbox failures).Graydon Hoare-1/+1
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile ↵Eric Holk-0/+40
under the latest refactoring changes.
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard ↵Eric Holk-40/+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-1/+1
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-5/+8
2010-09-07Started work on a framework for writing runtime tests, added some simple ↵Michael Bebenita-0/+37
test cases.