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
/
integer.rb
Age
Commit message (
Expand
)
Author
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2015-12-17
Fix "ambiguous first argument" warning
Zachary Scott
2015-11-18
Bugfix nagative-number lshift() bit overflow
murase_syuka
2015-11-18
Bugfix lshift() bit overflow; close #3023
murase_syuka
2015-09-02
Integer << and >> to use Float instead of raising RangeError
Yukihiro "Matz" Matsumoto
2015-04-17
Fix to avoid warning
Miura Hideki
2015-04-17
Add test of negative arguments for Integer#%
Miura Hideki
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-14
Add ISO No. to Integer#divmod test.
yui-knk
2014-05-13
Merge pull request #2190 from cremno/mrbtest-mrb_int-constants
Yukihiro "Matz" Matsumoto
2014-05-13
Fix ISO No.
yui-knk
2014-05-05
test fixnum overflow for add, sub and mul
cremno
2014-03-17
Merge pull request #1871 from ksss/numeric-plus
Yukihiro "Matz" Matsumoto
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
fix bug when `0 + other object`
ksss
2014-03-04
add tests for Integer#divmod.
Tomoyuki Sahara
2013-08-02
I fix order of actual and expect test value in integer.rb.
Jun Hiroe
2013-07-06
Add a few more shift tests
Carson McDonald
2013-06-15
Improve Integer Tests
Daniel Bovensiepen
2012-09-15
Add test case for Integer#step
Daniel Bovensiepen
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-19
Complete Integer Tests for ISO
Daniel Bovensiepen
2012-05-16
Add Tests for Integer
Daniel Bovensiepen