summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2015-11-17mruby-1.2.01.2.0mimaki
2015-11-09fail to debuildAkira Mitsui
2015-11-06fix ambiguous first argument warningcremno
2015-10-01clarify asserts to UTF-8 test suites; ref #2971Yukihiro "Matz" Matsumoto
2015-10-01Merge pull request #2971 from mattn/utf8-chopYukihiro "Matz" Matsumoto
2015-09-30fix tests on windows.Yasuhiro Matsumoto
2015-09-30fix testsYasuhiro Matsumoto
2015-09-29chop with utf-8. fix #2967Yasuhiro Matsumoto
2015-09-24UTF-8 string support in coreYukihiro "Matz" Matsumoto
2015-09-23String#rindex should no longer take integer argumentYukihiro "Matz" Matsumoto
2015-09-16support String#[]= with 3 argstakahashim
2015-09-10add Hash#rehash to handle key modification; ref #2945Yukihiro "Matz" Matsumoto
2015-09-04Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfo...Yukihiro "Matz" Matsumoto
2015-09-03Merge pull request #2924 from zzak/mruby-testYukihiro "Matz" Matsumoto
2015-09-02Integer << and >> to use Float instead of raising RangeErrorYukihiro "Matz" Matsumoto
2015-09-02Make travis happyZachary Scott
2015-09-02Float << and >> should be more compatible to FixnumYukihiro "Matz" Matsumoto
2015-08-31run bintests within subfolders of bintest/Terence Lee
2015-08-27Add String#freeze testJun Hiroe
2015-08-22Move test source code and rake task to mrbgemZachary Scott
2015-07-13Clean up testsBlaž Hrastnik
2015-07-13assert() cannot be nestedBlaž Hrastnik
2015-07-13Set origin when doing kind_of? comparisonsBlaž Hrastnik
2015-07-13Enable test_prepend_module_ancestors because it seems to pass.Blaž Hrastnik
2015-07-13Space out test_prepend_super_in_alias assertCorey Powell
2015-07-13Enable visibility prepend tests againBlaž Hrastnik
2015-07-13Ported all MRI prepend testsCorey Powell
2015-07-13Removed some debug prints from the testCorey Powell
2015-07-13Ported a bit more of the MRI Module#prepend tests overCorey Powell
2015-07-13Rename classes because of conflictsBlaž Hrastnik
2015-07-13Implement Module#prepend.Blaž Hrastnik
2015-06-22fix arity of lambdas with optional argumentscremno
2015-06-08gsub/sub supports back references in substitutes. fixes #2816.Tomoyuki Sahara
2015-05-31fix masgn nosplat array rhs bugcremno
2015-05-31update test/t/syntax.rb to success on CRubyYukihiro "Matz" Matsumoto
2015-05-31Merge branch 'failing-multiple-assignments-with-rest-tests' of https://github...Yukihiro "Matz" Matsumoto
2015-05-29check if outer is a class or modulecremno
2015-05-29add multiple assignment with rest testscremno
2015-05-15Use `mrb_funcall` instead of `mrb_load_string` in test driver.take_cheeze
2015-05-07fix splat without assignment; fix #2781cremno
2015-04-17Fix to avoid warningMiura Hideki
2015-04-17Add test of negative arguments for Integer#%Miura Hideki
2015-02-24Fix a bug that no expression case doesn't return valid valueKouhei Sutou
2015-02-24Fix a bug that if and no return value case can't return true clause valueKouhei Sutou
2015-02-05Fix ensure with yield context on break and returnKouhei Sutou
2015-01-03Round execution timeDaniel Bovensiepen
2014-12-23Fix splat and multiple assignmentsKouhei Sutou
2014-12-17String#[] should reject nil indexh2so5
2014-11-27add multiple assignment decomposition testYukihiro "Matz" Matsumoto
2014-11-26fix(String) String#[] accepts float; close #2650 #2651Robert Mosolgo