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
2014-10-20
instance_methods etc should not include undef'ed method names; based on a pat...
Yukihiro "Matz" Matsumoto
2014-08-25
Add test for Numeric#pow.
Tatsuhiko Kubo
2014-08-20
Remove empty lines.
Tatsuhiko Kubo
2014-08-20
Fix error handlings for mrb_open_core().
Tatsuhiko Kubo
2014-08-09
Fix a bug that class variable can't be referenced from class method
Kouhei Sutou
2014-07-26
Merge pull request #2478 from dreamedge/add_module_function
Yukihiro "Matz" Matsumoto
2014-07-23
Fix memory leak for test driver
ksss
2014-07-19
Print backtrace of crashed test in verbose mode.
take_cheeze
2014-07-18
add Module#module_function
dreamedge
2014-07-14
Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.
take_cheeze
2014-07-12
Fix rake failure since `mrbtest_objs` isn't flattened.
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
Use `mrb_print_error` to print exception instead of `mrb_p`.
take_cheeze
2014-07-08
Print error instead of printing return value of report.
take_cheeze
2014-06-19
fix conflict resolution mistake
Yukihiro "Matz" Matsumoto
2014-06-18
resolve conflict
Yukihiro "Matz" Matsumoto
2014-06-18
remove superclass test for classes that do not exist in mruby (core)
Yukihiro "Matz" Matsumoto
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-06-11
str_replace: self should not be shared and nofree
ksss
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-06-01
remove part of 9cd71916 test for same reason as 5306e47
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2320 from yui-knk/test-enumerable
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2316 from ksss/test-exception
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2315 from suzukaze/fix-test-proc
Yukihiro "Matz" Matsumoto
2014-05-25
Replace assert_true with assert_equal.
yui-knk
2014-05-25
Change to use assert method.
yui-knk
2014-05-25
fix typo.
yui-knk
2014-05-25
Exception#exception fix test
ksss
2014-05-25
Fix assert_equal argument order in test/t/proc.rb
Jun Hiroe
2014-05-22
Merge pull request #2304 from ksss/class-new
Yukihiro "Matz" Matsumoto
2014-05-22
Class.new add test case
ksss
2014-05-21
Module#initialize set created object
ksss
2014-05-20
Correct comment in exception test.
yui-knk
2014-05-20
Merge pull request #2295 from ksss/module-initialize
Yukihiro "Matz" Matsumoto
2014-05-20
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-20
update raise in ensure test
Yukihiro "Matz" Matsumoto
2014-05-20
correct comment; ref #2297
Yukihiro "Matz" Matsumoto
2014-05-20
Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into yu...
Yukihiro "Matz" Matsumoto
2014-05-20
Add 'Raise in rescue' test to exception.
yui-knk
2014-05-19
Move `Kernel.local_variables` to core.
take_cheeze
2014-05-19
Implement Module#initialize (15.2.2.4.31)
ksss
2014-05-18
Add test for remove_instance_variable
Carson McDonald
2014-05-18
instance method name use "#" instead of "." for assert
ksss
2014-05-16
Fix #2259 .
take_cheeze
2014-05-14
Add ISO No. to Integer#divmod test.
yui-knk
[next]