summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2012-11-05typo fix on test/report.rbAkira Yumiyama
2012-11-05fix mrubytest dependenciesAkira Yumiyama
2012-11-05add mruby/mrbc tests.Akira Yumiyama
2012-11-04replace FIXNUM_P() by mrb_fixnum_p()Yukihiro Matz Matsumoto
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-10Merge pull request #462 from bovi/test-for-460Yukihiro "Matz" Matsumoto
2012-09-10Add Test Case for Issue #460Daniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-09Add Time TestsDaniel Bovensiepen
2012-09-09Add Module TestsDaniel Bovensiepen
2012-09-09Add Kernel TestsDaniel Bovensiepen
2012-09-06Add more info on how to run testsJoseph McCullough
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-01add Math::TOLERANCEYukihiro Matsumoto
2012-08-01float do not have enough precision to round if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-29Modify return value of mrbtest.Masamitsu MURASE
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
2012-07-24Merge pull request #393 from akuroda/array_last_fixYukihiro "Matz" Matsumoto
2012-07-25fix segmentation fault in Array#lastAkira Kuroda
2012-07-22add test cases for floor, inifinite?, truncate, ceil, and roundAkira Kuroda
2012-07-17Merge pull request #378 from masamitsu-murase/modify_proc_lambdaYukihiro "Matz" Matsumoto
2012-07-18Add tests for Kernel#lambda and Kernel.lambda.Masamitsu MURASE
2012-07-18Add test for 'respond_to?'.Masamitsu MURASE
2012-07-17resolve conflictYukihiro Matsumoto
2012-07-17refactoring on module testsYukihiro Matsumoto
2012-07-17add Module#ancestors 15.2.2.4.9Yukihiro Matsumoto
2012-07-17Add test for Kernel#extend.Masamitsu MURASE
2012-07-10Add a Test Case for #359 Array CorruptionDaniel Bovensiepen
2012-07-08Add tests for Modules #append_features, #include, #included and #included_mod...Daniel Bovensiepen
2012-07-08proper type check when creating a range; #345Yukihiro Matsumoto