summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2012-05-31remove #new from immediate classesYukihiro Matsumoto
2012-05-30remove debug printYukihiro Matsumoto
2012-05-30specify allocating array size for Hash#valuesYukihiro Matsumoto
2012-05-29Add literal tests for currently working String literals and make notice about...Daniel Bovensiepen
2012-05-29SEGV by adding a new assertDaniel Bovensiepen
2012-05-29Raise SEGV by using String literalDaniel Bovensiepen
2012-05-29Forgot Literals fileDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-27add Enumerable tests and identify data corruption with merge in HashDaniel Bovensiepen
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