summaryrefslogtreecommitdiffhomepage
path: root/test/t/array.rb
AgeCommit message (Expand)Author
2018-04-25Fix array replace leak error in mruby-uri.Takeshi Watanabe
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2017-07-09Should only check frozen for Array#popksss
2017-07-09Add frozen test for Array#shiftksss
2017-03-29Set proper class to subclass of Arrayokkez
2016-12-11Implement Object#freezeTakashi Kokubun
2016-12-01Add test for recently fixed bugsYutaka HARA
2016-11-22hash value may be overflown from IntegerYukihiro "Matz" Matsumoto
2016-11-16Fixed rindex calling into mrb_equal bugYukihiro "Matz" Matsumoto
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-08Make Array#[]= raise IndexError.yui-knk
2014-02-28swap actual and expected; ref #1764Yukihiro "Matz" Matsumoto
2014-02-28fix test for Array#[]ksss
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-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto
2013-12-30add some tests for [], delete_at, index, and rindexAkira Kuroda
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-10-01Added test for inline arrays longer than 126 elements.Paolo Bosetti
2013-08-13I add ISO test '15.2.12.3' included modules in ArrrayJun Hiroe
2013-08-01Fix order of actual and expect test value for ArrayDaniel Bovensiepen
2013-06-09Fix Array TestsDaniel Bovensiepen
2013-06-09Improve Array testsDaniel Bovensiepen
2013-04-02Add test cases.Masaki Muranaka
2012-12-03Array#[]= should return assigning value; close #584Yukihiro Matz Matsumoto
2012-09-30add test case for Array#unshift, <=>, and *Akira Kuroda
2012-07-29fix segmentation fault in Array#firstAkira Kuroda
2012-07-26Merge pull request #395 from monaka/pr-add-more-test-for-arrayYukihiro "Matz" Matsumoto
2012-07-25Add tests for coverage.Masaki Muranaka
2012-07-25fix segmentation fault in Array#lastAkira Kuroda
2012-07-10Add a Test Case for #359 Array CorruptionDaniel Bovensiepen
2012-06-21Add test for Array#to_s and Array#inspect.Masaki Muranaka
2012-06-12should enhance test for Array#sliceYukihiro Matsumoto
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-16Complete all Array ISO CodesDaniel Bovensiepen
2012-05-14make test restructuringYukihiro Matsumoto