summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2012-12-05Merge pull request #567 from beoran/beoran_stack_overflow_fixYukihiro "Matz" Matsumoto
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
2012-11-30add test for 'Abbreviated variable assignment as returns'skandhas
2012-11-27add Module#class_eval testskandhas
2012-11-27add Module#module_eval testskandhas
2012-11-26add Module#instance_methods testskandhas
2012-11-24add Module#include? testskandhas
2012-11-23add assert 'BS Block 35'skandhas
2012-11-23add assert 'BS Block 34'skandhas
2012-11-23modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined...skandhas
2012-11-22Keep stack depth and allocation better under control and fix crash on infinit...Beoran
2012-11-20Use check_float when testing equality for float valuesXuejie Xiao
2012-11-19Restore accidentally deleted erfc(1) testXuejie Xiao
2012-11-19Fix provided implementation of erf and erfc functions.Xuejie Xiao
2012-11-17add test for issue#547; close #554Yukihiro Matz Matsumoto
2012-11-13Merge pull request #549 from skandhas/pr-modify-class-variables-testYukihiro "Matz" Matsumoto
2012-11-13fix the issue String#slice with Range may return broken String.Tomoyuki Sahara
2012-11-13modify Module#class_variables testskandhas
2012-11-12modify Module#class_variables testskandhas
2012-11-09add Module#class_variables testskandhas
2012-11-02add test for 8cf42709Yukihiro Matsumoto
2012-11-01Add Test for String#each_byteDaniel Bovensiepen
2012-11-01Add Test for String#bytesDaniel Bovensiepen
2012-10-20add test case for 750b7c2Yukihiro Matsumoto
2012-10-20unexpect break/next/redo/retry should raise LocalJumpErrorYukihiro Matsumoto
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-09-30add test case for Array#unshift, <=>, and *Akira Kuroda
2012-09-15Merge pull request #473 from bovi/integer-step-testYukihiro "Matz" Matsumoto
2012-09-15Add test case for Integer#stepDaniel Bovensiepen
2012-09-15Don't check ObjectID of Kernel#to_s. Only class check of instanceDaniel Bovensiepen
2012-09-12check if an Exception instance has a "mesg" attributeTomoyuki Sahara
2012-09-10Add Test Case for Issue #460Daniel Bovensiepen
2012-09-09Add Time TestsDaniel Bovensiepen
2012-09-09Add Module TestsDaniel Bovensiepen
2012-09-09Add Kernel TestsDaniel Bovensiepen
2012-09-03introduce toplevel object main; close #327Yukihiro Matsumoto
2012-08-13Add more test for exception.Masamitsu MURASE
2012-08-12check value from NilClass#inspectYukihiro Matsumoto
2012-08-12check inside of result from Kernel#instance_variableYukihiro Matsumoto
2012-08-09Also added test for charsh bug with Struct.new without parameters.Beoran
2012-08-09Struct.new crashed if no arguments are given. Fixed.Beoran
2012-08-01some test requires double precisionYukihiro Matsumoto
2012-08-01float do not have enough precision to round if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-29Modify test for Class.Masamitsu MURASE
2012-07-29fix segmentation fault in Array#firstAkira Kuroda
2012-07-26do not use TrueClass/FalseClass.newYukihiro Matsumoto
2012-07-26Merge pull request #395 from monaka/pr-add-more-test-for-arrayYukihiro "Matz" Matsumoto
2012-07-25Add tests for coverage.Masaki Muranaka