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
/
mrbgems
/
mruby-test
/
driver.c
Age
Commit message (
Expand
)
Author
2021-02-07
Enlarge tolerance limit for `float32`; close #5329
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2019-08-01
Add new specifiers/modifiers to format string of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-29
Resolved conflicts in #4320
Yukihiro "Matz" Matsumoto
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-14
Add `assert_match` and `assert_not_match`
KOBAYASHI Shuji
2019-04-10
Fixed old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-03-23
Refactor `t_print` for test
KOBAYASHI Shuji
2019-03-13
Do not raise an exception when bintest fail
KOBAYASHI Shuji
2019-03-07
Add a missing file for #4314
KOBAYASHI Shuji
2019-02-22
Integrate `init_mrbtest.c` to `driver.c` in `mruby-test` mrbgem
KOBAYASHI Shuji
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
Flush stdout after every print from tests
Yukihiro "Matz" Matsumoto
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-09-27
fix: mrbgems\mruby-test\driver.c(67): warning C4244: '=': conversion from 'mr...
Tomasz Dąbrowski
2016-11-24
Fixed float tolerance in tests when MRB_USE_FLOAT is set
Tomasz Dąbrowski
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-08-22
Move test source code and rake task to mrbgem
Zachary Scott