| Age | Commit message (Expand) | Author |
| 2012-10-09 | Bugfix for crash if main was extended with a module. | Beoran |
| 2012-09-30 | add test case for Array#unshift, <=>, and * | Akira Kuroda |
| 2012-09-15 | Merge pull request #473 from bovi/integer-step-test | Yukihiro "Matz" Matsumoto |
| 2012-09-15 | Add test case for Integer#step | Daniel Bovensiepen |
| 2012-09-15 | Don't check ObjectID of Kernel#to_s. Only class check of instance | Daniel Bovensiepen |
| 2012-09-12 | check if an Exception instance has a "mesg" attribute | Tomoyuki Sahara |
| 2012-09-10 | Merge pull request #462 from bovi/test-for-460 | Yukihiro "Matz" Matsumoto |
| 2012-09-10 | Add Test Case for Issue #460 | Daniel Bovensiepen |
| 2012-09-10 | Fix writing errors in Makefiles | Daniel Bovensiepen |
| 2012-09-09 | Add Time Tests | Daniel Bovensiepen |
| 2012-09-09 | Add Module Tests | Daniel Bovensiepen |
| 2012-09-09 | Add Kernel Tests | Daniel Bovensiepen |
| 2012-09-06 | Add more info on how to run tests | Joseph McCullough |
| 2012-09-03 | introduce toplevel object main; close #327 | Yukihiro Matsumoto |
| 2012-08-13 | Add more test for exception. | Masamitsu MURASE |
| 2012-08-12 | check value from NilClass#inspect | Yukihiro Matsumoto |
| 2012-08-12 | check inside of result from Kernel#instance_variable | Yukihiro Matsumoto |
| 2012-08-09 | Also added test for charsh bug with Struct.new without parameters. | Beoran |
| 2012-08-09 | Struct.new crashed if no arguments are given. Fixed. | Beoran |
| 2012-08-01 | some test requires double precision | Yukihiro Matsumoto |
| 2012-08-01 | add Math::TOLERANCE | Yukihiro Matsumoto |
| 2012-08-01 | float do not have enough precision to round if MRB_USE_FLOAT is set | Yukihiro Matsumoto |
| 2012-07-29 | Modify return value of mrbtest. | Masamitsu MURASE |
| 2012-07-29 | Modify test for Class. | Masamitsu MURASE |
| 2012-07-29 | fix segmentation fault in Array#first | Akira Kuroda |
| 2012-07-26 | do not use TrueClass/FalseClass.new | Yukihiro Matsumoto |
| 2012-07-26 | Merge pull request #395 from monaka/pr-add-more-test-for-array | Yukihiro "Matz" Matsumoto |
| 2012-07-25 | Add tests for coverage. | Masaki Muranaka |
| 2012-07-24 | Merge pull request #393 from akuroda/array_last_fix | Yukihiro "Matz" Matsumoto |
| 2012-07-25 | fix segmentation fault in Array#last | Akira Kuroda |
| 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 |