summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2013-12-20add some tests for case statementsh2so5
2013-12-09modify test case to check #1606Yukihiro "Matz" Matsumoto
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-12-04Add is_a? test to cover issue 1477Carson McDonald
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-10-30resolve conflict #1552Yukihiro "Matz" Matsumoto
2013-10-30implement Class.new with blockh2so5
2013-10-30fix wrong actual and expected orderYukihiro "Matz" Matsumoto
2013-10-25update test code to ensure return value from class statementYukihiro "Matz" Matsumoto
2013-10-25add a regression for #1544fleuria
2013-10-01Added test for inline arrays longer than 126 elements.Paolo Bosetti
2013-09-25Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfixYukihiro "Matz" Matsumoto
2013-09-23fix a bug introduced in prev commitYuichi Nishiwaki
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-09-22fix bugs on HeredocumentFUKUZAWA-Tadashi
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-09-03remove Exception#verbose_backtrace; #1495Yukihiro "Matz" Matsumoto
2013-09-02add verbose_backtracetake_cheeze
2013-09-02add Exception#backtrace testtake_cheeze
2013-08-13Test for Class#inheritedCarson McDonald
2013-08-13Add test for Class.new(*args)Carson McDonald
2013-08-13Add two tests for issue #1467Carson McDonald
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe
2013-08-11I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...Jun Hiroe
2013-08-02I fix order of actual and expect test value in typeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in true.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in syntax.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in symbol.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in string.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in standarderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in runtimeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in rangeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in range.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in proc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in object.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in numeric.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nomethoderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nil.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nameerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in module.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in localjumperror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in literals.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in kernel.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in integer.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in indexerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in hash.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in gc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in float.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in false.rb.Jun Hiroe