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
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2021-01-17
Add tests for `Integer#quo` and `Float#quo`; #5268
Yukihiro "Matz" Matsumoto
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-11-14
Integer operation should result in Integer.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2019-09-23
Fix `Fixnum` overflow test in `Integer#<<` test
KOBAYASHI Shuji
2019-09-17
Fix `Fixnum#(to_s|inspect)` argument specs
KOBAYASHI Shuji
2019-01-15
Fix coercing for first step counter in `Numeric#step`
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
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