summaryrefslogtreecommitdiffhomepage
path: root/test/t/proc.rb
AgeCommit message (Expand)Author
2019-01-05Add `assert_same` and `assert_not_same`KOBAYASHI Shuji
2017-08-30Tested LocalJumpErrors caused by break in a procChristopher Aue
2016-12-22Should call initialize method if definedksss
2016-12-21Proc shouldn't have `initialize` methodksss
2016-12-02Fix segfault in mrb_proc_copy.Clayton Smith
2016-11-24Fix calling .arity on Proc with undefined `initialize`Francois Chagnon
2015-06-22fix arity of lambdas with optional argumentscremno
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-25Fix assert_equal argument order in test/t/proc.rbJun Hiroe
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto
2014-05-10OP_ENTER fix segmentation faultksss
2014-05-10Remove use of mruby-proc-ext method.take_cheeze
2014-05-09OP_ENTER clean block object in registerksss
2013-09-18Fix self value in a block is changed with return value for Fixnum, nil, insta...Keita Obo
2013-09-18Fixed self value in a block is changed with return valueKeita Obo
2013-08-02I fix order of actual and expect test value in proc.rb.Jun Hiroe
2013-06-14Improve Proc TestsDaniel Bovensiepen
2013-04-16Add Proc#arityh2so5
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen