| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-05 | Close `mrb_state` before exit. | Takeshi Watanabe | |
| 2018-03-05 | Close on exception too. | Takeshi Watanabe | |
| 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 ↵ | Tomasz Dąbrowski | |
| 'mrb_int' to 'int', possible loss of data | |||
| 2016-11-24 | Fixed float tolerance in tests when MRB_USE_FLOAT is set | Tomasz Dąbrowski | |
| 2016-02-12 | Fix bug in mruby-test gem. | Daniel Bovensiepen | |
| In an used build path mruby-test wasn't updating mrbtest.c in the case that the mgem selection was changed. This lead to: - a missing reference in case a GEM was removed - ignoring all new GEMs added to the build configuration This fix keeps track of the active gems and demands a rebuild of mrbtest.c in case that the gem selection changed. | |||
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2015-11-24 | Remove unnecessary dependencies for assert_rb codegen and test_rbireps | Zachary Scott | |
| 2015-11-24 | Remove mrbtest_irep from mrbtest | Zachary Scott | |
| If we make the core tests a dependency on the mruby-test gem, we don't need to worry about maintaining the core test irep alone. | |||
| 2015-10-24 | Ensure mrbs dependency is maintained for mruby-test | Zachary Scott | |
| 2015-09-03 | Add build_mrbtest after config block is evaluated | Zachary Scott | |
| This allows us to add `enable_test` anywhere in a build target, without having to worry about the order in which they are included. Previously, there was a bug that occured when adding 'mruby-test' gem to dependencies before additional gems. Instead of adding the 'mruby-test' gem dependency manually to a test build, we now only need to call `enable_test` in the target. This also allows us to call `test_enabled?` downstream when running mruby tests ourselves. /cc #2924 | |||
| 2015-08-22 | Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake | Zachary Scott | |
| 2015-08-22 | Move test source code and rake task to mrbgem | Zachary Scott | |
