about summary refs log tree commit diff
path: root/src/rt/test/rust_test_util.h
AgeCommit message (Collapse)AuthorLines
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-1/+4
getenv is not threadsafe and (maybe as a result) it's randomly crashing with CFLAGS=-g and RUST_THREADS=32. Calls from rust code are still on their own.
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-2/+0
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile ↵Eric Holk-0/+41
under the latest refactoring changes.
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard ↵Eric Holk-41/+0
library tests, so we might as well have less code to fix during refactoring.
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-3/+1
2010-09-07Started work on a framework for writing runtime tests, added some simple ↵Michael Bebenita-0/+43
test cases.