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
2012-07-10
Add a Test Case for #359 Array Corruption
Daniel Bovensiepen
2012-07-08
Add tests for Modules #append_features, #include, #included and #included_mod...
Daniel Bovensiepen
2012-07-08
proper type check when creating a range; #345
Yukihiro Matsumoto
2012-07-08
.. is weaker than ==
Yukihiro Matsumoto
2012-07-03
remove unused variables
Yukihiro Matsumoto
2012-07-03
test/driver to use EXIT_SUCCESS
Yukihiro Matsumoto
2012-07-03
add context to parser, that would hold local variable info, filename, and lin...
Yukihiro Matsumoto
2012-06-27
Fix kernel test descriptions
Daniel Bovensiepen
2012-06-27
Add more kernel tests
Daniel Bovensiepen
2012-06-24
update ISO chapter number in test/t/kernel.rb
Yukihiro Matsumoto
2012-06-24
Merge pull request #316 from masamitsu-murase/modify_obj_clone
Yukihiro "Matz" Matsumoto
2012-06-24
Add sample test for Kernel#clone and Kernel#dup.
Masamitsu MURASE
2012-06-24
Add test for Struct#==.
Masamitsu MURASE
2012-06-21
Add execution time to tests
Daniel Bovensiepen
2012-06-21
Merge pull request #305 from bovi/optional-feature
Yukihiro "Matz" Matsumoto
2012-06-21
only execute struct tests if struct feature is activated
Daniel Bovensiepen
2012-06-21
only execute time tests if time feature is activated
Daniel Bovensiepen
2012-06-21
only execute math tests if math feature is activated
Daniel Bovensiepen
2012-06-21
Skip time test in case that Time isn't implemented
Daniel Bovensiepen
2012-06-21
Skip struct test in case that Struct isn't implemented
Daniel Bovensiepen
2012-06-21
Skip math test in case that Math isn't implemented
Daniel Bovensiepen
2012-06-21
Add test for Array#to_s and Array#inspect.
Masaki Muranaka
2012-06-19
remove local_variables test
Yukihiro Matsumoto
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-06-18
add Struct tests
Yukihiro Matsumoto
2012-06-15
remove LoadError
Yukihiro Matsumoto
2012-06-15
Move Subclasses of ScriptError to mrblib.
Masaki Muranaka
2012-06-14
Tests for Comparable. Still not all path coverage.
Masaki Muranaka
2012-06-14
remove .inspect from bs_block.rb tests
Yukihiro Matsumoto
2012-06-13
Assert should handle all exceptions.
Masaki Muranaka
2012-06-12
block_given? should work; close #262
Yukihiro Matsumoto
2012-06-12
String#split("") should split per character (byte for now)
Yukihiro Matsumoto
2012-06-12
s.split(nil) should work like s.split()
Yukihiro Matsumoto
2012-06-12
should enhance test for Array#slice
Yukihiro Matsumoto
2012-06-12
minor correction in test/t/syntax.rb
Yukihiro Matsumoto
2012-06-12
String#split now understands string sep
Yukihiro Matsumoto
2012-06-11
Add test for slice of shared string.
Masamitsu MURASE
2012-06-05
stop introducing Math::TORELANCE
Yukihiro Matsumoto
2012-06-04
Merge pull request #245 from pbosetti/tests
Yukihiro "Matz" Matsumoto
2012-06-04
Added Math.sqrt() that was missing in math.c, and added relevant test case
Paolo Bosetti
2012-06-05
Add Time tests
Daniel Bovensiepen
2012-06-03
Merge pull request #239 from thecodeshop/jf/mrb_open
Yukihiro "Matz" Matsumoto
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-06-03
Add superclass tests for Exceptions
Daniel Bovensiepen
2012-06-03
Add BasicObject Tests
Daniel Bovensiepen
2012-06-03
Improve Class#superclass to ISO
Daniel Bovensiepen
2012-06-03
Check mrb_open return value for NULL
Jon
2012-06-03
A rescue clause with no parameter list rescues only StandardErrors
Kazuki Tsujimoto
2012-06-03
resolve conflict in test/t/class.rb
Yukihiro Matsumoto
2012-06-03
Add Class#superclass; a patch made by @bovi; close #234
Yukihiro Matsumoto
[next]