summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2013-04-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-09although I understand the intntion of 039679f1, consuming all memory in the t...Yukihiro "Matz" Matsumoto
2013-04-06Add a comment. Kernel#require is defined in the mrbgem.Masaki Muranaka
2013-04-06Add some tests.Masaki Muranaka
2013-04-05Fix exitmattn
2013-04-04Add one more test for NameError#initialize. As we support NameError#name.Masaki Muranaka
2013-04-04Add test for NameError#nameMasaki Muranaka
2013-04-02Add comments: some methods is defined in mrbgems.Masaki Muranaka
2013-04-02Add comments: eval method is defined in mrbgems.Masaki Muranaka
2013-04-02Add "Comparable" to labels.Masaki Muranaka
2013-04-02Add test cases.Masaki Muranaka
2013-04-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2013-03-27resolve conflict from #964Yukihiro Matz Matsumoto
2013-03-24Add stdio.h. This is just for now. We should discuss about remote tests later.Masaki Muranaka
2013-03-19%I %i literalFUKUZAWA-Tadashi
2013-03-17bugfix about escaping '\n'FUKUZAWA-Tadashi
2013-03-17refactor heredoc identifierFUKUZAWA-Tadashi
2013-03-17implement literal %W %w %sFUKUZAWA-Tadashi
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-17refine abf1b18 to remove nested ifYukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
2013-03-16Remove unused string.h.Masaki Muranaka
2013-03-16Remove strncmp(). It enables to process various options.Masaki Muranaka
2013-03-13Cut off eval_test from mainkano4
2013-03-12Add static declarationkano4
2013-03-08Change unsigned char to uint8_tYuichiro MASUI
2013-03-08New mrb format. The detail is in https://github.com/mruby/mruby/issues/944Yuichiro MASUI
2013-03-03implement heredocFUKUZAWA-Tadashi
2013-03-02bugfix: assert_raiseAkira Yumiyama
2013-03-01Pluggable Structmattn
2013-02-28Move Math::TOLERANCE to mruby-mathDaniel Bovensiepen
2013-02-28Pluggable Mathmattn
2013-02-27Merge pull request #889 from mattn/pluggable_timeYukihiro "Matz" Matsumoto
2013-02-27Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because mod...Masamitsu MURASE
2013-02-26Pluggable Time classmattn
2013-02-25Add skip method for testmattn
2013-02-25rename assert_raises to assert_raiseYukihiro Matz Matsumoto
2013-02-25remove assert_instance_of and assert_kind_of which might hinder duck typingYukihiro Matz Matsumoto
2013-02-25rename assert_includes to assert_includeYukihiro Matz Matsumoto
2013-02-25Merge branch 'pr-mrbtest-assert-ext' of https://github.com/iij/mruby into iij...Yukihiro Matz Matsumoto
2013-02-25Add more tests for `begin` and `rescue`.Masamitsu MURASE
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-22add assert_{includes,instance_of,kind_of,raises} methods.Akira Yumiyama
2013-02-20update String#gsub testAkira Yumiyama
2013-02-18adopt String#gsub to fixed split behaviorYukihiro Matz Matsumoto
2013-02-17Merge pull request #849 from iij/pr-mrbtest-assert-extYukihiro "Matz" Matsumoto
2013-02-18add assert_{true,nil,equal} methods.Akira Yumiyama
2013-02-17Merge pull request #847 from bovi/gsubYukihiro "Matz" Matsumoto
2013-02-17String#gsub fix with last characterDaniel Bovensiepen
2013-02-16Add Module#remove_const testDaniel Bovensiepen