| Age | Commit message (Expand) | Author |
| 2012-07-22 | add test cases for floor, inifinite?, truncate, ceil, and round | Akira Kuroda |
| 2012-07-17 | Merge pull request #378 from masamitsu-murase/modify_proc_lambda | Yukihiro "Matz" Matsumoto |
| 2012-07-18 | Add tests for Kernel#lambda and Kernel.lambda. | Masamitsu MURASE |
| 2012-07-18 | Add test for 'respond_to?'. | Masamitsu MURASE |
| 2012-07-17 | resolve conflict | Yukihiro Matsumoto |
| 2012-07-17 | refactoring on module tests | Yukihiro Matsumoto |
| 2012-07-17 | add Module#ancestors 15.2.2.4.9 | Yukihiro Matsumoto |
| 2012-07-17 | Add test for Kernel#extend. | Masamitsu MURASE |
| 2012-07-10 | Add a Test Case for #359 Array Corruption | Daniel Bovensiepen |
| 2012-07-08 | Add tests for Modules #append_features, #include, #included and #included_mod... | Daniel Bovensiepen |
| 2012-07-08 | proper type check when creating a range; #345 | Yukihiro Matsumoto |
| 2012-07-08 | .. is weaker than == | Yukihiro Matsumoto |
| 2012-07-03 | remove unused variables | Yukihiro Matsumoto |
| 2012-07-03 | test/driver to use EXIT_SUCCESS | Yukihiro Matsumoto |
| 2012-07-03 | add context to parser, that would hold local variable info, filename, and lin... | Yukihiro Matsumoto |
| 2012-06-27 | Fix kernel test descriptions | Daniel Bovensiepen |
| 2012-06-27 | Add more kernel tests | Daniel Bovensiepen |
| 2012-06-24 | update ISO chapter number in test/t/kernel.rb | Yukihiro Matsumoto |
| 2012-06-24 | Merge pull request #316 from masamitsu-murase/modify_obj_clone | Yukihiro "Matz" Matsumoto |
| 2012-06-24 | Add sample test for Kernel#clone and Kernel#dup. | Masamitsu MURASE |
| 2012-06-24 | Add test for Struct#==. | Masamitsu MURASE |
| 2012-06-21 | Add execution time to tests | Daniel Bovensiepen |
| 2012-06-21 | Merge pull request #305 from bovi/optional-feature | Yukihiro "Matz" Matsumoto |
| 2012-06-21 | only execute struct tests if struct feature is activated | Daniel Bovensiepen |
| 2012-06-21 | only execute time tests if time feature is activated | Daniel Bovensiepen |
| 2012-06-21 | only execute math tests if math feature is activated | Daniel Bovensiepen |
| 2012-06-21 | Skip time test in case that Time isn't implemented | Daniel Bovensiepen |
| 2012-06-21 | Skip struct test in case that Struct isn't implemented | Daniel Bovensiepen |
| 2012-06-21 | Skip math test in case that Math isn't implemented | Daniel Bovensiepen |
| 2012-06-21 | Add test for Array#to_s and Array#inspect. | Masaki Muranaka |
| 2012-06-19 | remove local_variables test | Yukihiro Matsumoto |
| 2012-06-18 | Make CFLAG choices in Makefiles more flexible | Daniel Bovensiepen |
| 2012-06-18 | add Struct tests | Yukihiro Matsumoto |
| 2012-06-15 | remove LoadError | Yukihiro Matsumoto |
| 2012-06-15 | Move Subclasses of ScriptError to mrblib. | Masaki Muranaka |
| 2012-06-14 | Tests for Comparable. Still not all path coverage. | Masaki Muranaka |
| 2012-06-14 | remove .inspect from bs_block.rb tests | Yukihiro Matsumoto |
| 2012-06-13 | Assert should handle all exceptions. | Masaki Muranaka |
| 2012-06-12 | block_given? should work; close #262 | Yukihiro Matsumoto |
| 2012-06-12 | String#split("") should split per character (byte for now) | Yukihiro Matsumoto |
| 2012-06-12 | s.split(nil) should work like s.split() | Yukihiro Matsumoto |
| 2012-06-12 | should enhance test for Array#slice | Yukihiro Matsumoto |
| 2012-06-12 | minor correction in test/t/syntax.rb | Yukihiro Matsumoto |
| 2012-06-12 | String#split now understands string sep | Yukihiro Matsumoto |
| 2012-06-11 | Add test for slice of shared string. | Masamitsu MURASE |
| 2012-06-05 | stop introducing Math::TORELANCE | Yukihiro Matsumoto |
| 2012-06-04 | Merge pull request #245 from pbosetti/tests | Yukihiro "Matz" Matsumoto |
| 2012-06-04 | Added Math.sqrt() that was missing in math.c, and added relevant test case | Paolo Bosetti |
| 2012-06-05 | Add Time tests | Daniel Bovensiepen |
| 2012-06-03 | Merge pull request #239 from thecodeshop/jf/mrb_open | Yukihiro "Matz" Matsumoto |