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
/
t
Age
Commit message (
Expand
)
Author
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
add unit tests for NilClass
Akira Kuroda
2014-03-16
float + nil should be raise TypeError
ksss
2014-03-16
fix bug when `0 * other object`
ksss
2014-03-16
fix bug when `0 + other object`
ksss
2014-03-16
Add Enumerable#any?(&block) tests
Jun Hiroe
2014-03-16
Add Enumerable#all?(&block) tests
Jun Hiroe
2014-03-15
Hash#shift may return any entries
Yukihiro "Matz" Matsumoto
2014-03-08
fix #1823
ksss
2014-03-07
Merge pull request #1820 from ksss/string-embed
Yukihiro "Matz" Matsumoto
2014-03-07
Fix behavior Hash#eql?
ksss
2014-03-06
add embed string test
ksss
2014-03-05
__FILE__ test: add support for \ as separator
cremno
2014-03-04
fix off-by-one error in String#rindex(fixnum)
cubicdaiya
2014-03-04
add tests for Integer#divmod.
Tomoyuki Sahara
2014-03-04
Fix Float#divmod.
Tomoyuki Sahara
2014-03-02
add tests for String#*
Akira Kuroda
2014-02-28
swap actual and expected; ref #1764
Yukihiro "Matz" Matsumoto
2014-02-28
fix test for Array#[]
ksss
2014-02-27
Refactor tests in kernel.rb
Jun Hiroe
2014-02-26
add test for Kernel#instance_variable_defined?
cubicdaiya
2014-02-26
add test for __LINE__ and __FILE__
take_cheeze
2014-02-22
fix the position of capitalize! and downcast!, and add test for upcase!
Akira Kuroda
2014-02-22
add tests for String#capitalize! and String#downcase!
Akira Kuroda
2014-02-14
add test for Hash#dup
Li Yazhou
2014-02-09
Fix Kernel#global_variables for $1-$9
Pavel
2014-02-05
disable LocalJumpError test since the code causes SyntaxError (not LocalJumpE...
Yukihiro "Matz" Matsumoto
2014-02-03
add Float#nan?
Tomoyuki Sahara
2014-01-30
Array#[]= is now range aware
Yukihiro "Matz" Matsumoto
2014-01-30
move Array#[] tests from mrbgems to test/t/array.rb
Yukihiro "Matz" Matsumoto
2014-01-25
clone Class/Module rightly
h2so5
2014-01-16
hash value of enumerable should be obtained from its elements; close #1658
Yukihiro "Matz" Matsumoto
2014-01-09
Merge pull request #1654 from iij/pr-not-match-operator
Yukihiro "Matz" Matsumoto
2014-01-10
add operator "!~".
Tomoyuki Sahara
2014-01-10
fix ISO reference number of String#=~.
Tomoyuki Sahara
2014-01-06
Merge pull request #1645 from iij/pr-case-expression-test
Yukihiro "Matz" Matsumoto
2014-01-06
tests for "case" expression.
Tomoyuki Sahara
2014-01-05
Test for raise in ensure
Carson McDonald
2014-01-04
Test case statement with splat
Carson McDonald
2014-01-04
object_id may not return Fixnum (ISO says Integer), since intptr_t may be big...
Yukihiro "Matz" Matsumoto
2014-01-01
return value from #object_id may not be Fixnum; ref #1630
Yukihiro "Matz" Matsumoto
2014-01-01
successful recursion check to be shallower; ref #1630
Yukihiro "Matz" Matsumoto
2013-12-31
Method missing and inspect tests
Carson McDonald
2013-12-31
Test coverage of extending stack and overflow
Carson McDonald
[next]