index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
array.rb
Age
Commit message (
Expand
)
Author
2018-04-25
Fix array replace leak error in mruby-uri.
Takeshi Watanabe
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-07-09
Should only check frozen for Array#pop
ksss
2017-07-09
Add frozen test for Array#shift
ksss
2017-03-29
Set proper class to subclass of Array
okkez
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-12-01
Add test for recently fixed bugs
Yutaka HARA
2016-11-22
hash value may be overflown from Integer
Yukihiro "Matz" Matsumoto
2016-11-16
Fixed rindex calling into mrb_equal bug
Yukihiro "Matz" Matsumoto
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-08
Make Array#[]= raise IndexError.
yui-knk
2014-02-28
swap actual and expected; ref #1764
Yukihiro "Matz" Matsumoto
2014-02-28
fix test for Array#[]
ksss
2014-01-30
Array#[]= is now range aware
Yukihiro "Matz" Matsumoto
2014-01-30
move Array#[] tests from mrbgems to test/t/array.rb
Yukihiro "Matz" Matsumoto
2014-01-16
hash value of enumerable should be obtained from its elements; close #1658
Yukihiro "Matz" Matsumoto
2013-12-30
add some tests for [], delete_at, index, and rindex
Akira Kuroda
2013-12-07
Fix ISO no in Array#* and Array#+
Jun Hiroe
2013-10-01
Added test for inline arrays longer than 126 elements.
Paolo Bosetti
2013-08-13
I add ISO test '15.2.12.3' included modules in Arrray
Jun Hiroe
2013-08-01
Fix order of actual and expect test value for Array
Daniel Bovensiepen
2013-06-09
Fix Array Tests
Daniel Bovensiepen
2013-06-09
Improve Array tests
Daniel Bovensiepen
2013-04-02
Add test cases.
Masaki Muranaka
2012-12-03
Array#[]= should return assigning value; close #584
Yukihiro Matz Matsumoto
2012-09-30
add test case for Array#unshift, <=>, and *
Akira Kuroda
2012-07-29
fix segmentation fault in Array#first
Akira Kuroda
2012-07-26
Merge pull request #395 from monaka/pr-add-more-test-for-array
Yukihiro "Matz" Matsumoto
2012-07-25
Add tests for coverage.
Masaki Muranaka
2012-07-25
fix segmentation fault in Array#last
Akira Kuroda
2012-07-10
Add a Test Case for #359 Array Corruption
Daniel Bovensiepen
2012-06-21
Add test for Array#to_s and Array#inspect.
Masaki Muranaka
2012-06-12
should enhance test for Array#slice
Yukihiro Matsumoto
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-23
test t/*.rb spacing fix
Yukihiro Matsumoto
2012-05-16
Complete all Array ISO Codes
Daniel Bovensiepen
2012-05-14
make test restructuring
Yukihiro Matsumoto