summaryrefslogtreecommitdiffhomepage
path: root/test/t/array.rb
AgeCommit message (Collapse)Author
2021-03-17range.c: fixed a begin-less ranges issue.Yukihiro "Matz" Matsumoto
2020-12-13Fix spellingJohn Bampton
2020-10-15Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into ↵Yukihiro "Matz" Matsumoto
zubycz-work_for_merge
2020-10-13Introduce endless range (a part of #5085)taiyoslime
Co-Authored-By: n4o847 <[email protected]> Co-Authored-By: smallkirby <[email protected]>
2020-10-12Reorganize `Integer` system.Yukihiro "Matz" Matsumoto
- Integrate `Fixnum` and `Integer` - Remove `Integral` - `int / int -> int` - Replace `mrb_fixnum()` to `mrb_int()` - Replace `mrb_fixnum_value()` to `mrb_int_value()`. - Use `mrb_integer_p()` instead of `mrb_fixnum_p()`
2019-07-17Merge branch 'master' into i110/inspect-recursionYukihiro "Matz" Matsumoto
2019-04-07Fix test for `Array#slice`KOBAYASHI Shuji
2019-03-19Use `FrozenError` instead of `RuntimeError` in frozen object modification testKOBAYASHI Shuji
2019-03-02Remove useless regression tests; ref #4306Yukihiro "Matz" Matsumoto
2019-03-02Remove useless regression tests; fix #4306Yukihiro "Matz" Matsumoto
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2018-10-18replace quicksort with mergesort.Tomoyuki Sahara
2018-06-04Let inspect recursion do the right thingIchito Nagata
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
More compatibility to CRuby.
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
mruby special.
2016-11-16Fixed rindex calling into mrb_equal bugYukihiro "Matz" Matsumoto
Fixed by Alex Snaps and reported by Mathieu Leduc-Hamel, both from shopify.com. Thank you!
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-08Make Array#[]= raise IndexError.yui-knk
If second param is negative, Array#[] raise IndexError.
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
Add tests for coverage.
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