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-05-08
fix typo
yui-knk
2014-05-08
Make Array#[]= raise IndexError.
yui-knk
2014-05-06
OP_ENTER fix variable assignment
ksss
2014-05-05
Refactoring exception test.
yui-knk
2014-05-03
count skipped line numbers
Nobuyoshi Nakada
2014-05-03
skip to the next line and reset column after `=end`
Nobuyoshi Nakada
2014-05-03
fix embedded documents
Nobuyoshi Nakada
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-28
Add tests for multiline comment parsing
Carson McDonald
2014-04-28
add post mandatory argument test
mirichi
2014-04-21
tests should not depend on `mruby-proc-ext`
cremno
2014-04-21
fix optional block arguments in rhs
Nobuyoshi Nakada
2014-04-21
fix optional arguments in rhs
Nobuyoshi Nakada
2014-04-21
allow method definition in cmdarg
Nobuyoshi Nakada
2014-04-19
Allow parenthesed do-block in cmdarg
Nobuyoshi Nakada
2014-04-06
Merge pull request #2018 from akuroda/pr_false_test
Yukihiro "Matz" Matsumoto
2014-04-06
remove tests for unicode chars in regular expression literals.
Tomoyuki Sahara
2014-04-06
add tests for FalseClass
Akira Kuroda
2014-04-05
Fix 'make test' fail to build on Windows(MSVC)
kyab
2014-04-04
Hash#replace should copy default as well; close #2004
Yukihiro "Matz" Matsumoto
2014-04-04
merge test code from #2003
Yukihiro "Matz" Matsumoto
2014-04-03
Fix build fail for 'make test' with no mrbgems
kyab
2014-03-31
Show error class name when raise Error
ksss
2014-03-29
Use mrb_intern_lit instead of mrb_intern in test driver.
take_cheeze
2014-03-28
Implement Kernel#define_singleton_method
ksss
2014-03-28
Add test for backquote.
take_cheeze
2014-03-28
add Numeric#/ tests; ref #1965
Yukihiro "Matz" Matsumoto
2014-03-27
Implement Kernel#__method__
ksss
2014-03-27
allow underscores in integer literals; close #1960
Yukihiro "Matz" Matsumoto
2014-03-26
revert 813ba5 since #1949 fixed
Yukihiro "Matz" Matsumoto
2014-03-26
Don't use ensure to fix crash of mruby-eval test.
take_cheeze
2014-03-23
Small correction to the test identification.
chasonr
2014-03-23
Implement \u notation for strings and regexes.
chasonr
2014-03-24
remove unnecessary operator method call; ref #1927
Yukihiro "Matz" Matsumoto
2014-03-24
Count crashed tests in total tests count.
take_cheeze
2014-03-21
Float#round fix bug for infinity and nan cases
ksss
2014-03-21
Fix behavior of Comparable methods
ksss
2014-03-21
add tests for TrueClass
Akira Kuroda
2014-03-17
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1875 from akuroda/pr_nil_test
Yukihiro "Matz" Matsumoto
2014-03-17
refactor Enumerable#{all?,any?} tests
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1869 from suzukaze/add-test-enumerable.rb
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1871 from ksss/numeric-plus
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1872 from ksss/numeric-mul
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1873 from suzukaze/refactor-assert.rb
Yukihiro "Matz" Matsumoto
2014-03-17
add unit tests for NilClass
Akira Kuroda
2014-03-16
float + nil should be raise TypeError
ksss
2014-03-16
Refactor assert_true
Jun Hiroe
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
fix bug when `0 + other object`
ksss
[next]