summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Expand)Author
2014-03-08fix #1823ksss
2014-03-07Merge pull request #1820 from ksss/string-embedYukihiro "Matz" Matsumoto
2014-03-07Fix behavior Hash#eql?ksss
2014-03-06add embed string testksss
2014-03-05__FILE__ test: add support for \ as separatorcremno
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
2014-03-04add tests for Integer#divmod.Tomoyuki Sahara
2014-03-04Fix Float#divmod.Tomoyuki Sahara
2014-03-02add tests for String#*Akira Kuroda
2014-02-28swap actual and expected; ref #1764Yukihiro "Matz" Matsumoto
2014-02-28fix test for Array#[]ksss
2014-02-27Refactor tests in kernel.rbJun Hiroe
2014-02-26add test for Kernel#instance_variable_defined?cubicdaiya
2014-02-26add test for __LINE__ and __FILE__take_cheeze
2014-02-22fix the position of capitalize! and downcast!, and add test for upcase!Akira Kuroda
2014-02-22add tests for String#capitalize! and String#downcase!Akira Kuroda
2014-02-14add test for Hash#dupLi Yazhou
2014-02-09Fix Kernel#global_variables for $1-$9Pavel
2014-02-05disable LocalJumpError test since the code causes SyntaxError (not LocalJumpE...Yukihiro "Matz" Matsumoto
2014-02-03add Float#nan?Tomoyuki Sahara
2014-01-30Array#[]= is now range awareYukihiro "Matz" Matsumoto
2014-01-30move Array#[] tests from mrbgems to test/t/array.rbYukihiro "Matz" Matsumoto
2014-01-25clone Class/Module rightlyh2so5
2014-01-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto
2014-01-09Merge pull request #1654 from iij/pr-not-match-operatorYukihiro "Matz" Matsumoto
2014-01-10add operator "!~".Tomoyuki Sahara
2014-01-10fix ISO reference number of String#=~.Tomoyuki Sahara
2014-01-06Merge pull request #1645 from iij/pr-case-expression-testYukihiro "Matz" Matsumoto
2014-01-06tests for "case" expression.Tomoyuki Sahara
2014-01-05Test for raise in ensureCarson McDonald
2014-01-04Test case statement with splatCarson McDonald
2014-01-04object_id may not return Fixnum (ISO says Integer), since intptr_t may be big...Yukihiro "Matz" Matsumoto
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-30Merge pull request #1626 from carsonmcdonald/moreclasstestsYukihiro "Matz" Matsumoto
2013-12-30add some tests for [], delete_at, index, and rindexAkira Kuroda
2013-12-27When superclass isn't a class testsCarson McDonald
2013-12-27More singleton testsCarson McDonald
2013-12-25Add more testing for singletonsCarson McDonald
2013-12-24Change :vattr= to :cattr= in respond_to? testCarson McDonald
2013-12-20add some tests for case statementsh2so5
2013-12-09modify test case to check #1606Yukihiro "Matz" Matsumoto
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-12-04Add is_a? test to cover issue 1477Carson McDonald
2013-10-30resolve conflict #1552Yukihiro "Matz" Matsumoto
2013-10-30implement Class.new with blockh2so5
2013-10-30fix wrong actual and expected orderYukihiro "Matz" Matsumoto