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-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-07
remove superfluous includes
cremno
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
2013-12-31
More object_id test coverage
Carson McDonald
2013-12-30
Merge pull request #1626 from carsonmcdonald/moreclasstests
Yukihiro "Matz" Matsumoto
2013-12-30
add some tests for [], delete_at, index, and rindex
Akira Kuroda
2013-12-27
When superclass isn't a class tests
Carson McDonald
2013-12-27
More singleton tests
Carson McDonald
2013-12-25
Add more testing for singletons
Carson McDonald
2013-12-24
Change :vattr= to :cattr= in respond_to? test
Carson McDonald
2013-12-20
add some tests for case statements
h2so5
2013-12-09
modify test case to check #1606
Yukihiro "Matz" Matsumoto
2013-12-07
Fix ISO no in Array#* and Array#+
Jun Hiroe
2013-12-04
Add is_a? test to cover issue 1477
Carson McDonald
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-10-30
resolve conflict #1552
Yukihiro "Matz" Matsumoto
2013-10-30
implement Class.new with block
h2so5
2013-10-30
fix wrong actual and expected order
Yukihiro "Matz" Matsumoto
2013-10-25
update test code to ensure return value from class statement
Yukihiro "Matz" Matsumoto
2013-10-25
add a regression for #1544
fleuria
2013-10-01
Added test for inline arrays longer than 126 elements.
Paolo Bosetti
2013-09-25
Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfix
Yukihiro "Matz" Matsumoto
2013-09-23
fix a bug introduced in prev commit
Yuichi Nishiwaki
2013-09-23
eliminate use of traditional intern API (mrb_intern()) completely
Yuichi Nishiwaki
2013-09-22
fix bugs on Heredocument
FUKUZAWA-Tadashi
2013-09-18
Fix self value in a block is changed with return value for Fixnum, nil, insta...
Keita Obo
2013-09-18
Fixed self value in a block is changed with return value
Keita Obo
2013-09-03
remove Exception#verbose_backtrace; #1495
Yukihiro "Matz" Matsumoto
2013-09-02
add verbose_backtrace
take_cheeze
2013-09-02
add Exception#backtrace test
take_cheeze
2013-08-13
Test for Class#inherited
Carson McDonald
2013-08-13
Add test for Class.new(*args)
Carson McDonald
2013-08-13
Add two tests for issue #1467
Carson McDonald
2013-08-13
I add ISO test '15.2.12.3' included modules in Arrray
Jun Hiroe
[next]