summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Collapse)Author
2014-05-25Exception#exception fix testksss
Exception.exception is not call Exception#exception. Test for Exception#exception should call Exception#exception method.
2014-05-25Fix assert_equal argument order in test/t/proc.rbJun Hiroe
2014-05-22Merge pull request #2304 from ksss/class-newYukihiro "Matz" Matsumoto
Class.new do not call `class_eval'
2014-05-22Class.new add test caseksss
2014-05-21Module#initialize set created objectksss
for block argument
2014-05-20Correct comment in exception test.yui-knk
2014-05-20Merge pull request #2295 from ksss/module-initializeYukihiro "Matz" Matsumoto
Implement Module#initialize (15.2.2.4.31)
2014-05-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-20update raise in ensure testYukihiro "Matz" Matsumoto
2014-05-20correct comment; ref #2297Yukihiro "Matz" Matsumoto
2014-05-20Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into ↵Yukihiro "Matz" Matsumoto
yui-knk-add-exception-test
2014-05-20Add 'Raise in rescue' test to exception.yui-knk
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-19Implement Module#initialize (15.2.2.4.31)ksss
2014-05-18Add test for remove_instance_variableCarson McDonald
2014-05-18instance method name use "#" instead of "." for assertksss
2014-05-16Fix #2259 .take_cheeze
2014-05-14Add ISO No. to Integer#divmod test.yui-knk
2014-05-13Merge pull request #2190 from cremno/mrbtest-mrb_int-constantsYukihiro "Matz" Matsumoto
test fixnum overflow for add, sub and mul
2014-05-13Merge pull request #2243 from yui-knk/fix-isoYukihiro "Matz" Matsumoto
Fix ISO No.
2014-05-13Fix ISO No.yui-knk
2014-05-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto
2014-05-12Fix Hash testJun Hiroe
2014-05-10Merge pull request #2223 from yui-knk/fix-nameerrorYukihiro "Matz" Matsumoto
Delete unused NameError#new. And add test.
2014-05-10Merge pull request #2226 from yui-knk/hash-merge-errorYukihiro "Matz" Matsumoto
Change to raise TypeError (Hash#merge, #merge!)
2014-05-10Change to raise TypeError (Hash#merge, #merge!)yui-knk
2014-05-10OP_ENTER fix segmentation faultksss
2014-05-10Delete unused NameError#new. And add test.yui-knk
2014-05-10Merge pull request #2221 from yui-knk/add-exception-testYukihiro "Matz" Matsumoto
Add exception test
2014-05-10Merge pull request #2222 from take-cheeze/remove_proc_methYukihiro "Matz" Matsumoto
Remove use of mruby-proc-ext method in core test.
2014-05-10Merge pull request #2220 from yui-knk/refactor-testYukihiro "Matz" Matsumoto
Refactoring test to use assert_nothing_raised.
2014-05-10Add assert to Exception#inspect test.yui-knk
2014-05-10Remove use of mruby-proc-ext method.take_cheeze
2014-05-09Refactoring test to use assert_nothing_raised.yui-knk
2014-05-09Move `__method__` to mruby-kernel-ext since it's not ISO method.take_cheeze
2014-05-09Merge pull request #2214 from ksss/proc-clearYukihiro "Matz" Matsumoto
OP_ENTER clean block object in register
2014-05-09Merge pull request #2215 from yui-knk/fix-typo-testYukihiro "Matz" Matsumoto
Add ISO No. to String#inspect test.
2014-05-09Add ISO No. to String#inspect test.yui-knk
2014-05-09OP_ENTER clean block object in registerksss
2014-05-08Add tests for Range#to_s Range#inspect.yui-knk
2014-05-08fix typoyui-knk
2014-05-08Make Array#[]= raise IndexError.yui-knk
If second param is negative, Array#[] raise IndexError.
2014-05-06OP_ENTER fix variable assignmentksss
2014-05-05Refactoring exception test.yui-knk
Change to use assert_equal explicitly.
2014-05-05test fixnum overflow for add, sub and mulcremno
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
tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found.
2014-04-30remove trailing spacesNobuyoshi Nakada