- 21 Jul, 2014 2 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Jul, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Move word boxing structs to "mruby/boxing_word.h".
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Print backtrace of crashed test in verbose mode.
-
- 19 Jul, 2014 1 commit
-
-
take_cheeze authored
-
- 16 Jul, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Check mrbgem.rake instead of directory to ignore empty directories in full-core gembox.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jul, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Jul, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_bool` as return type of `mrb_const_defined_at`.
-
Yukihiro "Matz" Matsumoto authored
Inherit `$mrbtest_verbose` flag in core tests.
-
take_cheeze authored
-
take_cheeze authored
-
- 12 Jul, 2014 20 commits
-
-
Yukihiro "Matz" Matsumoto authored
use C style comments instead of C++ style comments
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Fix rake failure since `mrbtest_objs` isn't flattened.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
Append generated test object to `@test_objs` of mrbgem spec. Add method `custom_test_init?` to check whether mrbgem has custom test init function.
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
Previous version ignored some errors, and didn't free memory and close files. Now no memory will be dynamically allocated to simplify error handling. This commit also fixes a wrong check: files[i] = fopen(argv[i], "wb"); if (!ireps[i]) { Improve error messages a bit and add missing newline to one.
-
cremno authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Support minimum dependency test.
-
take_cheeze authored
Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`.
-