summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2014-10-20instance_methods etc should not include undef'ed method names; based on a pat...Yukihiro "Matz" Matsumoto
2014-08-25Add test for Numeric#pow.Tatsuhiko Kubo
2014-08-20Remove empty lines.Tatsuhiko Kubo
2014-08-20Fix error handlings for mrb_open_core().Tatsuhiko Kubo
2014-08-09Fix a bug that class variable can't be referenced from class methodKouhei Sutou
2014-07-26Merge pull request #2478 from dreamedge/add_module_functionYukihiro "Matz" Matsumoto
2014-07-23Fix memory leak for test driverksss
2014-07-19Print backtrace of crashed test in verbose mode.take_cheeze
2014-07-18add Module#module_functiondreamedge
2014-07-14Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.take_cheeze
2014-07-12Fix rake failure since `mrbtest_objs` isn't flattened.take_cheeze
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-09remove unused return_valueYukihiro "Matz" Matsumoto
2014-07-08Use `mrb_print_error` to print exception instead of `mrb_p`.take_cheeze
2014-07-08Print error instead of printing return value of report.take_cheeze
2014-06-19fix conflict resolution mistakeYukihiro "Matz" Matsumoto
2014-06-18resolve conflictYukihiro "Matz" Matsumoto
2014-06-18remove superclass test for classes that do not exist in mruby (core)Yukihiro "Matz" Matsumoto
2014-06-15Test all ISO defined classes direct superclass except `Object` class.take_cheeze
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-06-11str_replace: self should not be shared and nofreeksss
2014-06-07move String#clear to mruby-string-ext; ref #2370Yukihiro "Matz" Matsumoto
2014-06-07Implement String#clearJun Hiroe
2014-06-04Add generator script to dependency so that it will regenerate C codes when it...take_cheeze
2014-06-02Implement `NoMethodError#args`.take_cheeze
2014-06-01remove part of 9cd71916 test for same reason as 5306e47Yukihiro "Matz" Matsumoto
2014-05-25Merge pull request #2320 from yui-knk/test-enumerableYukihiro "Matz" Matsumoto
2014-05-25Merge pull request #2316 from ksss/test-exceptionYukihiro "Matz" Matsumoto
2014-05-25Merge pull request #2315 from suzukaze/fix-test-procYukihiro "Matz" Matsumoto
2014-05-25Replace assert_true with assert_equal.yui-knk
2014-05-25Change to use assert method.yui-knk
2014-05-25fix typo.yui-knk
2014-05-25Exception#exception fix testksss
2014-05-25Fix assert_equal argument order in test/t/proc.rbJun Hiroe
2014-05-22Merge pull request #2304 from ksss/class-newYukihiro "Matz" Matsumoto
2014-05-22Class.new add test caseksss
2014-05-21Module#initialize set created objectksss
2014-05-20Correct comment in exception test.yui-knk