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-07-07
Fix `Numeric#step` to infinity; ref. #4555
KOBAYASHI Shuji
2019-06-30
Fix `include`, `prepend` and `extend` to frozen object
KOBAYASHI Shuji
2019-06-29
Merge pull request #4540 from dearblue/assert-nesting
Yukihiro "Matz" Matsumoto
2019-06-29
Add test for `String#[]=`
dearblue
2019-06-29
Nested `assert` for mrbtest
dearblue
2019-06-28
Use `__ENCODING__` in tests
KOBAYASHI Shuji
2019-06-27
Add modification tests for immediate value
KOBAYASHI Shuji
2019-06-22
Add test for one UTF-8 charactor
dearblue
2019-06-21
Move `Kernel#__send__` test to core from `mruby-metaprog`
KOBAYASHI Shuji
2019-06-16
Fix cvar, ivar, const and method can be removed to frozen object
KOBAYASHI Shuji
2019-06-10
Merge pull request #4495 from shuujii/remove-Kernel-global_variables-from-core
Yukihiro "Matz" Matsumoto
2019-06-09
Fix missing assertions in `test/t/syntax.rb`
KOBAYASHI Shuji
2019-06-08
Remove "Check the usage of a NUL character" test
KOBAYASHI Shuji
2019-06-07
Remove `Kernel#global_variables` from core
KOBAYASHI Shuji
2019-06-05
Fix missing assertions in `test/t/module.rb`
KOBAYASHI Shuji
2019-05-27
Use `$undefined.equal?(obj2)` instead of `obj2 == $undefined` in `assert.rb`
KOBAYASHI Shuji
2019-05-15
Merge pull request #4400 from shuujii/fix-name-assignment-to-frozen-anonymous...
Yukihiro "Matz" Matsumoto
2019-05-03
Simplify conversion process for `i` in `mrb_get_args()`
KOBAYASHI Shuji
2019-04-29
Refine the default values of `flunk`
KOBAYASHI Shuji
2019-04-26
Add `assert_raise_with_message` and `assert_raise_with_message_pattern`
KOBAYASHI Shuji
2019-04-25
Singleton class of frozen object should be frozen
KOBAYASHI Shuji
2019-04-24
Fix modiying class variable to frozen class/module
KOBAYASHI Shuji
2019-04-23
Fix "ambiguous first argument" warning in `test/t/float.rb`
KOBAYASHI Shuji
2019-04-23
Fix name assignment to frozen anonymous class/module
KOBAYASHI Shuji
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-22
Add `assert_predicate` and `assert_operator`
KOBAYASHI Shuji
2019-04-21
Commented out `String#scan` because it is not implemented yet
KOBAYASHI Shuji
2019-04-19
Add type check (conversion) in `String#[]=`
KOBAYASHI Shuji
2019-04-14
Add `assert_match` and `assert_not_match`
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
[prev]
[next]