summaryrefslogtreecommitdiffhomepage
path: root/test/t/kernel.rb
AgeCommit message (Collapse)Author
2014-06-01remove part of 9cd71916 test for same reason as 5306e47Yukihiro "Matz" Matsumoto
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-18Add test for remove_instance_variableCarson McDonald
2014-05-16Fix #2259 .take_cheeze
2014-05-09Move `__method__` to mruby-kernel-ext since it's not ISO method.take_cheeze
2014-03-28Implement Kernel#define_singleton_methodksss
2014-03-27Implement Kernel#__method__ksss
2014-02-27Refactor tests in kernel.rbJun Hiroe
2014-02-26add test for Kernel#instance_variable_defined?cubicdaiya
2014-02-09Fix Kernel#global_variables for $1-$9Pavel
2014-01-10add operator "!~".Tomoyuki Sahara
2014-01-04object_id may not return Fixnum (ISO says Integer), since intptr_t may be ↵Yukihiro "Matz" Matsumoto
bigger than Fixnum, so type check for Numeric; ref #1630
2014-01-01return value from #object_id may not be Fixnum; ref #1630Yukihiro "Matz" Matsumoto
2014-01-01successful recursion check to be shallower; ref #1630Yukihiro "Matz" Matsumoto
2013-12-31Method missing and inspect testsCarson McDonald
2013-12-31Test coverage of extending stack and overflowCarson McDonald
2013-12-31More object_id test coverageCarson McDonald
2013-12-04Add is_a? test to cover issue 1477Carson McDonald
2013-08-02I fix order of actual and expect test value in kernel.rb.Jun Hiroe
2013-06-15Improve Kernel TestsDaniel Bovensiepen
2013-05-05Adding a few more respond_to testsCarson McDonald
2013-04-20Add a test for respond_to_missing?Carson McDonald
2013-04-06Add a comment. Kernel#require is defined in the mrbgem.Masaki Muranaka
2013-04-06Add some tests.Masaki 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-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2012-10-09Bugfix for crash if main was extended with a module.Beoran
2012-09-15Don't check ObjectID of Kernel#to_s. Only class check of instanceDaniel Bovensiepen
2012-09-09Add Kernel TestsDaniel Bovensiepen
2012-09-03introduce toplevel object main; close #327Yukihiro Matsumoto
2012-08-12check value from NilClass#inspectYukihiro Matsumoto
2012-08-12check inside of result from Kernel#instance_variableYukihiro Matsumoto
2012-07-17Merge pull request #378 from masamitsu-murase/modify_proc_lambdaYukihiro "Matz" Matsumoto
Modify proc_lambda
2012-07-18Add tests for Kernel#lambda and Kernel.lambda.Masamitsu MURASE
2012-07-18Add test for 'respond_to?'.Masamitsu MURASE
2012-07-17Add test for Kernel#extend.Masamitsu MURASE
2012-06-27Fix kernel test descriptionsDaniel Bovensiepen
2012-06-27Add more kernel testsDaniel Bovensiepen
2012-06-24update ISO chapter number in test/t/kernel.rbYukihiro Matsumoto
2012-06-24Add sample test for Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-19remove local_variables testYukihiro Matsumoto
2012-06-12block_given? should work; close #262Yukihiro Matsumoto
2012-06-02Add Test Case for issue #211Daniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-24Add ISO Test Cases for KernelDaniel Bovensiepen