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
/
driver.c
Age
Commit message (
Expand
)
Author
2015-08-22
Move test source code and rake task to mrbgem
Zachary Scott
2015-05-15
Use `mrb_funcall` instead of `mrb_load_string` in test driver.
take_cheeze
2014-07-14
Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.
take_cheeze
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-07-09
remove unused return_value
Yukihiro "Matz" Matsumoto
2014-07-08
Print error instead of printing return value of report.
take_cheeze
2014-05-13
Replace from include <>, to include "".
yui-knk
2014-05-13
fix overflow error like #2244 on MRB_WORD_BOXING
Yukihiro "Matz" Matsumoto
2014-05-05
add Mrbtest::FIXNUM_{MAX,MIN,BIT}
cremno
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-29
Use mrb_intern_lit instead of mrb_intern in test driver.
take_cheeze
2014-03-06
make embed string when create literals
ksss
2014-03-06
embed small string
ksss
2014-02-08
Remove notice of early version
Daniel Bovensiepen
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-09-23
fix a bug introduced in prev commit
Yuichi Nishiwaki
2013-09-23
eliminate use of traditional intern API (mrb_intern()) completely
Yuichi Nishiwaki
2013-05-08
Move declaration of kernel to the beginning of the method
Daniel Bovensiepen
2013-05-08
Implement fallback print method for testing environment in case mruby-print G...
Daniel Bovensiepen
2013-03-24
Add stdio.h. This is just for now. We should discuss about remote tests later.
Masaki Muranaka
2013-03-17
resolve conflict from #1017
Yukihiro Matz Matsumoto
2013-03-17
refine abf1b18 to remove nested if
Yukihiro Matz Matsumoto
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-16
Remove unused string.h.
Masaki Muranaka
2013-03-16
Remove strncmp(). It enables to process various options.
Masaki Muranaka
2013-03-13
Cut off eval_test from main
kano4
2013-03-12
Add static declaration
kano4
2013-02-09
add mrbtest verbose mode ('-v' option)
Akira Yumiyama
2012-11-04
replace FIXNUM_P() by mrb_fixnum_p()
Yukihiro Matz Matsumoto
2012-07-29
Modify return value of mrbtest.
Masamitsu MURASE
2012-07-03
remove unused variables
Yukihiro Matsumoto
2012-07-03
test/driver to use EXIT_SUCCESS
Yukihiro Matsumoto
2012-07-03
add context to parser, that would hold local variable info, filename, and lin...
Yukihiro Matsumoto
2012-06-03
Check mrb_open return value for NULL
Jon
2012-05-22
change example code to do mrb_close()
Mitchell Blank Jr
2012-05-18
refactor test driver
Yukihiro Matsumoto
2012-05-18
rename compiler.h to mruby/compiler.h
Yukihiro Matsumoto
2012-05-14
make test restructuring
Yukihiro Matsumoto