summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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-07remove superfluous includescremno
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-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-10-30resolve conflict #1552Yukihiro "Matz" Matsumoto
2013-10-30implement Class.new with blockh2so5
2013-10-30fix wrong actual and expected orderYukihiro "Matz" Matsumoto
2013-10-25update test code to ensure return value from class statementYukihiro "Matz" Matsumoto
2013-10-25add a regression for #1544fleuria
2013-10-01Added test for inline arrays longer than 126 elements.Paolo Bosetti
2013-09-25Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfixYukihiro "Matz" Matsumoto
2013-09-23fix a bug introduced in prev commitYuichi Nishiwaki
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-09-22fix bugs on HeredocumentFUKUZAWA-Tadashi
2013-09-18Fix self value in a block is changed with return value for Fixnum, nil, insta...Keita Obo
2013-09-18Fixed self value in a block is changed with return valueKeita Obo
2013-09-03remove Exception#verbose_backtrace; #1495Yukihiro "Matz" Matsumoto
2013-09-02add verbose_backtracetake_cheeze
2013-09-02add Exception#backtrace testtake_cheeze
2013-08-13Test for Class#inheritedCarson McDonald
2013-08-13Add test for Class.new(*args)Carson McDonald
2013-08-13Add two tests for issue #1467Carson McDonald
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe