summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2014-03-17Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1875 from akuroda/pr_nil_testYukihiro "Matz" Matsumoto
2014-03-17refactor Enumerable#{all?,any?} testsYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1869 from suzukaze/add-test-enumerable.rbYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1871 from ksss/numeric-plusYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1872 from ksss/numeric-mulYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1873 from suzukaze/refactor-assert.rbYukihiro "Matz" Matsumoto
2014-03-17add unit tests for NilClassAkira Kuroda
2014-03-16float + nil should be raise TypeErrorksss
2014-03-16Refactor assert_trueJun Hiroe
2014-03-16fix bug when `0 * other object`ksss
2014-03-16fix bug when `0 + other object`ksss
2014-03-16Add Enumerable#any?(&block) testsJun Hiroe
2014-03-16Add Enumerable#all?(&block) testsJun Hiroe
2014-03-15Hash#shift may return any entriesYukihiro "Matz" Matsumoto
2014-03-11add assertion method `assert_nothing_raised'ksss
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2014-03-09Add comments to notify files are auto generated.Masaki Muranaka
2014-03-08fix #1823ksss
2014-03-07Merge pull request #1820 from ksss/string-embedYukihiro "Matz" Matsumoto
2014-03-07Fix behavior Hash#eql?ksss
2014-03-06add embed string testksss
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-03-05__FILE__ test: add support for \ as separatorcremno
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
2014-03-04add tests for Integer#divmod.Tomoyuki Sahara
2014-03-04Fix Float#divmod.Tomoyuki Sahara
2014-03-03run enabled gem's bintest onlytake_cheeze
2014-03-02add tests for String#*Akira Kuroda
2014-02-28swap actual and expected; ref #1764Yukihiro "Matz" Matsumoto
2014-02-28fix test for Array#[]ksss
2014-02-27Refactor tests in kernel.rbJun Hiroe
2014-02-27Merge pull request #1751 from cubicdaiya/issues/test_for_instance_variable_de...Yukihiro "Matz" Matsumoto
2014-02-27Merge pull request #1753 from take-cheeze/assert_rbYukihiro "Matz" Matsumoto
2014-02-26add test for Kernel#instance_variable_defined?cubicdaiya
2014-02-26compile assert.rb oncetake_cheeze
2014-02-26add test for __LINE__ and __FILE__take_cheeze
2014-02-22fix the position of capitalize! and downcast!, and add test for upcase!Akira Kuroda
2014-02-22add tests for String#capitalize! and String#downcase!Akira Kuroda
2014-02-14add test for Hash#dupLi Yazhou
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-02-09Fix Kernel#global_variables for $1-$9Pavel
2014-02-08Remove notice of early versionDaniel Bovensiepen
2014-02-05disable LocalJumpError test since the code causes SyntaxError (not LocalJumpE...Yukihiro "Matz" Matsumoto
2014-02-03add Float#nan?Tomoyuki Sahara
2014-01-30Array#[]= is now range awareYukihiro "Matz" Matsumoto
2014-01-30move Array#[] tests from mrbgems to test/t/array.rbYukihiro "Matz" Matsumoto
2014-01-25clone Class/Module rightlyh2so5
2014-01-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto