summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)Author
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
Append generated test object to `@test_objs` of mrbgem spec. Add method `custom_test_init?` to check whether mrbgem has custom test init function.
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
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
Move mrbgems ISO direct superclass test to `superclass.rb`. Skips test if class isn't defined. Close #2332.
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 ↵take_cheeze
it's modified.
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
Replace assert_true with assert_equal.
2014-05-25Merge pull request #2316 from ksss/test-exceptionYukihiro "Matz" Matsumoto
Exception#exception fix test
2014-05-25Merge pull request #2315 from suzukaze/fix-test-procYukihiro "Matz" Matsumoto
Fix assert_equal argument order in test/t/proc.rb
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
Exception.exception is not call Exception#exception. Test for Exception#exception should call Exception#exception method.
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
Class.new do not call `class_eval'
2014-05-22Class.new add test caseksss
2014-05-21Module#initialize set created objectksss
for block argument
2014-05-20Correct comment in exception test.yui-knk
2014-05-20Merge pull request #2295 from ksss/module-initializeYukihiro "Matz" Matsumoto
Implement Module#initialize (15.2.2.4.31)
2014-05-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-20update raise in ensure testYukihiro "Matz" Matsumoto
2014-05-20correct comment; ref #2297Yukihiro "Matz" Matsumoto
2014-05-20Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into ↵Yukihiro "Matz" Matsumoto
yui-knk-add-exception-test
2014-05-20Add 'Raise in rescue' test to exception.yui-knk
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-19Implement Module#initialize (15.2.2.4.31)ksss
2014-05-18Add test for remove_instance_variableCarson McDonald
2014-05-18instance method name use "#" instead of "." for assertksss
2014-05-16Fix #2259 .take_cheeze
2014-05-14Add ISO No. to Integer#divmod test.yui-knk
2014-05-13Replace from include <>, to include "".yui-knk
2014-05-13fix overflow error like #2244 on MRB_WORD_BOXINGYukihiro "Matz" Matsumoto
2014-05-13Merge pull request #2190 from cremno/mrbtest-mrb_int-constantsYukihiro "Matz" Matsumoto
test fixnum overflow for add, sub and mul
2014-05-13Merge pull request #2243 from yui-knk/fix-isoYukihiro "Matz" Matsumoto
Fix ISO No.
2014-05-13Fix ISO No.yui-knk
2014-05-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto