summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen
2012-05-24Add ISO Test Cases for KernelDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-21print description on exceptionsYukihiro Matsumoto
2012-05-20Fix Hash#shift return value from Hash to ArrayDaniel Bovensiepen
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen
2012-05-19Finish all Float ISO TestsDaniel Bovensiepen
2012-05-19Complete Integer Tests for ISODaniel Bovensiepen
2012-05-17Added some tests for Math module. Some refactoring in math.c; numeric toleran...Paolo Bosetti
2012-05-17Minor edits in tests for Math modulePaolo Bosetti
2012-05-16Added some tests for trig functions in Math module. Also, tests are made agai...Paolo Bosetti
2012-05-16Add Tests for NumericDaniel Bovensiepen
2012-05-16Add Tests for IntegerDaniel Bovensiepen
2012-05-16Add Math Test for new implementationDaniel Bovensiepen
2012-05-16Complete all Array ISO CodesDaniel Bovensiepen
2012-05-16Move assert lib for tests one directory up and add it always in the beginningDaniel Bovensiepen
2012-05-16Add newline in the end of test case files so that the concat of all files wor...Daniel Bovensiepen
2012-05-16Add first part of the bootstrap codeDaniel Bovensiepen
2012-05-16Remove array for now due to the reason that they are lost after exception wa...Daniel Bovensiepen
2012-05-16handle exceptions in tests and reduce syntax features in assert codeDaniel Bovensiepen
2012-05-14make test restructuringYukihiro Matsumoto