summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2013-06-08Add undef var testCarson McDonald
2013-05-17First implementation of ObjectSpace moved outside of gc.cRyan Scott
2013-05-12ObjectSpace.count_objects was incorrectly checking if an object was already f...Ryan Scott
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-08Move declaration of kernel to the beginning of the methodDaniel Bovensiepen
2013-05-08Implement fallback print method for testing environment in case mruby-print G...Daniel Bovensiepen
2013-05-08Add more test cases for test coverage.Masaki Muranaka
2013-05-05Adding a few more respond_to testsCarson McDonald
2013-04-30the receiver should be included in ancestors even when it's a singleton classYukihiro "Matz" Matsumoto
2013-04-25Add tests to make sure. As we do not use standard library for formatting.Masaki Muranaka
2013-04-25Move regression test as String#dump is not in ther core but the mrbgems.Masaki Muranaka
2013-04-24Merge pull request #1211 from skandhas/pr-fix-Module-ancestorsYukihiro "Matz" Matsumoto
2013-04-25fix Module#ancestors and update testskandhas
2013-04-25a string may have a lot of non-printable chars.Tomoyuki Sahara
2013-04-21Remove unused variableCarson McDonald
2013-04-20fix test to check class variables in superclassesYukihiro "Matz" Matsumoto
2013-04-20Add a test for respond_to_missing?Carson McDonald
2013-04-17catching NameError here is not desirable.Tomoyuki Sahara
2013-04-17rollback stack before executing ensure clause.Tomoyuki Sahara
2013-04-16Add Proc#arityh2so5
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