summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2014-05-08fix typoyui-knk
2014-05-08Make Array#[]= raise IndexError.yui-knk
2014-05-06OP_ENTER fix variable assignmentksss
2014-05-05Refactoring exception test.yui-knk
2014-05-03count skipped line numbersNobuyoshi Nakada
2014-05-03skip to the next line and reset column after `=end`Nobuyoshi Nakada
2014-05-03fix embedded documentsNobuyoshi Nakada
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-28Add tests for multiline comment parsingCarson McDonald
2014-04-28add post mandatory argument testmirichi
2014-04-21tests should not depend on `mruby-proc-ext`cremno
2014-04-21fix optional block arguments in rhsNobuyoshi Nakada
2014-04-21fix optional arguments in rhsNobuyoshi Nakada
2014-04-21allow method definition in cmdargNobuyoshi Nakada
2014-04-19Allow parenthesed do-block in cmdargNobuyoshi Nakada
2014-04-06Merge pull request #2018 from akuroda/pr_false_testYukihiro "Matz" Matsumoto
2014-04-06remove tests for unicode chars in regular expression literals.Tomoyuki Sahara
2014-04-06add tests for FalseClassAkira Kuroda
2014-04-05Fix 'make test' fail to build on Windows(MSVC)kyab
2014-04-04Hash#replace should copy default as well; close #2004Yukihiro "Matz" Matsumoto
2014-04-04merge test code from #2003Yukihiro "Matz" Matsumoto
2014-04-03Fix build fail for 'make test' with no mrbgemskyab
2014-03-31Show error class name when raise Errorksss
2014-03-29Use mrb_intern_lit instead of mrb_intern in test driver.take_cheeze
2014-03-28Implement Kernel#define_singleton_methodksss
2014-03-28Add test for backquote.take_cheeze
2014-03-28add Numeric#/ tests; ref #1965Yukihiro "Matz" Matsumoto
2014-03-27Implement Kernel#__method__ksss
2014-03-27allow underscores in integer literals; close #1960Yukihiro "Matz" Matsumoto
2014-03-26revert 813ba5 since #1949 fixedYukihiro "Matz" Matsumoto
2014-03-26Don't use ensure to fix crash of mruby-eval test.take_cheeze
2014-03-23Small correction to the test identification.chasonr
2014-03-23Implement \u notation for strings and regexes.chasonr
2014-03-24remove unnecessary operator method call; ref #1927Yukihiro "Matz" Matsumoto
2014-03-24Count crashed tests in total tests count.take_cheeze
2014-03-21Float#round fix bug for infinity and nan casesksss
2014-03-21Fix behavior of Comparable methodsksss
2014-03-21add tests for TrueClassAkira Kuroda
2014-03-17Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1875 from akuroda/pr_nil_testYukihiro "Matz" Matsumoto
2014-03-17refactor Enumerable#{all?,any?} testsYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1869 from suzukaze/add-test-enumerable.rbYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1871 from ksss/numeric-plusYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1872 from ksss/numeric-mulYukihiro "Matz" Matsumoto
2014-03-17Merge pull request #1873 from suzukaze/refactor-assert.rbYukihiro "Matz" Matsumoto
2014-03-17add unit tests for NilClassAkira Kuroda
2014-03-16float + nil should be raise TypeErrorksss
2014-03-16Refactor assert_trueJun Hiroe
2014-03-16fix bug when `0 * other object`ksss
2014-03-16fix bug when `0 + other object`ksss