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
Age
Commit message (
Expand
)
Author
2019-04-19
Add type check (conversion) in `String#[]=`
KOBAYASHI Shuji
2019-04-12
Refine `assert_float`
KOBAYASHI Shuji
2019-04-10
Use `mrb_immediate_p()` in `mrb_obj_freeze()` and `mrb_obj_frozen()`
KOBAYASHI Shuji
2019-04-07
Fix test for `Array#slice`
KOBAYASHI Shuji
2019-04-05
`Module#alias_method` should return `self` in ISO standard
KOBAYASHI Shuji
2019-03-31
Fix warning: '*' interpreted as argument prefix
KOBAYASHI Shuji
2019-03-30
Add `pass` and `flunk` to `test/assert.rb`
KOBAYASHI Shuji
2019-03-26
Fix dealing with infinity and NaN in `test/assert.rb:assert_float`
KOBAYASHI Shuji
2019-03-25
Remove implementation of `Symbol#===`
KOBAYASHI Shuji
2019-03-25
Update float test values to avoid precision errors.
Yukihiro "Matz" Matsumoto
2019-03-25
Avoid infinite binary floating numbers in `float`.
Yukihiro "Matz" Matsumoto
2019-03-23
Refactor `t_print` for test
KOBAYASHI Shuji
2019-03-22
Simplify `assert_step` in `test/t/numeric.rb`
KOBAYASHI Shuji
2019-03-22
Merge pull request #4334 from shuujii/remove-redundant-content-in-assertion-f...
Yukihiro "Matz" Matsumoto
2019-03-21
Fix `Float#eql?`
KOBAYASHI Shuji
2019-03-21
Remove redundant content in assertion failure message and diff
KOBAYASHI Shuji
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2019-03-17
Fix class/instance variable name validation
KOBAYASHI Shuji
2019-03-15
Merge pull request #4328 from shuujii/fix-constant-name-validation
Yukihiro "Matz" Matsumoto
2019-03-15
Avoid using infinite binary floating point numbers in tests.
Yukihiro "Matz" Matsumoto
2019-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-03-13
Do not raise an exception when bintest fail
KOBAYASHI Shuji
2019-03-10
Add bintest header
KOBAYASHI Shuji
2019-03-07
Set `GEMNAME` on bintest
KOBAYASHI Shuji
2019-03-05
Count skip tests
KOBAYASHI Shuji
2019-03-04
`GEMNAME` is undefined in bintest
KOBAYASHI Shuji
2019-03-03
Simplify `MRubyTestSkip` in `test/assert.rb`
KOBAYASHI Shuji
2019-03-02
Fix missing assertion in `test/t/class.rb`
KOBAYASHI Shuji
2019-03-02
Remove useless regression tests; ref #4306
Yukihiro "Matz" Matsumoto
2019-03-02
Remove useless regression tests; fix #4306
Yukihiro "Matz" Matsumoto
2019-02-28
Remove `?A` style string literals from string tests; #4303
Yukihiro "Matz" Matsumoto
2019-02-27
Add test for string literal concatenation
dearblue
2019-02-26
Remove unneeded `=>` in test skip/error messages
KOBAYASHI Shuji
2019-02-24
Refine mrbgem name in assertion failure/skip message for core test
KOBAYASHI Shuji
2019-02-21
Merge pull request #4290 from shuujii/refactor-exception-handling-in-assert
Yukihiro "Matz" Matsumoto
2019-02-21
Refactor exception handling in `assert`
KOBAYASHI Shuji
2019-02-20
`assert_true`/`assert_false` should pass when actual is only `true`/`false`
KOBAYASHI Shuji
2019-02-19
Use more appropriate assertion methods
KOBAYASHI Shuji
2019-02-18
Fix wrong assertion method in some tests
KOBAYASHI Shuji
2019-02-14
Lazy message/diff creation for assertion in `test/assert.rb`
KOBAYASHI Shuji
2019-02-09
Always through `assert_true` for assertion methods in `test/assert.rb`
KOBAYASHI Shuji
2019-01-28
`class`/`module` expression with empty body should return `nil`
KOBAYASHI Shuji
2019-01-22
Fix tests for `String#reverse` with `MRB_UTF8_STRING`
KOBAYASHI Shuji
2019-01-17
Fix assertion name for `Numeric#**` test
KOBAYASHI Shuji
2019-01-15
Fix coercing for first step counter in `Numeric#step`
KOBAYASHI Shuji
2019-01-13
Improve compatibility to CRuby for `Float#to_s`
KOBAYASHI Shuji
2019-01-12
Use `__send__` instead of `send`; ref #4207
KOBAYASHI Shuji
2019-01-05
Add `assert_same` and `assert_not_same`
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2019-01-01
range: Embed edges in RRange on boxing environment.
KOBAYASHI Shuji
[next]