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
2013-01-28
Enable test for `Range#initialize`.
Masamitsu MURASE
2013-01-20
Merge pull request #754 from masamitsu-murase/modify_undef_node
Yukihiro "Matz" Matsumoto
2013-01-20
Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_strin...
Yukihiro "Matz" Matsumoto
2013-01-20
Add test for `undef` and `alias`.
Masamitsu MURASE
2013-01-20
Add a test for quoted non-expanded string literal.
Masamitsu MURASE
2013-01-20
Add test for issue #750.
Masamitsu MURASE
2013-01-07
add test cases for GC API
Narihiro Nakamura
2013-01-04
add test for Module#method_defined?
skandhas
2012-12-29
add test for Module#remove_method
skandhas
2012-12-25
add test for Module#remove_class_variable
skandhas
2012-12-23
add test for Module#class_variable_defined?
skandhas
2012-12-21
fix mrb_mod_cv_set and add test for Module#class_variable_set
skandhas
2012-12-20
add test for Module#class_variable_get
skandhas
2012-12-19
Modify String#bytes.
Masamitsu MURASE
2012-12-05
Merge pull request #567 from beoran/beoran_stack_overflow_fix
Yukihiro "Matz" Matsumoto
2012-12-03
Array#[]= should return assigning value; close #584
Yukihiro Matz Matsumoto
2012-12-03
Ruby's Time#yday should start from 1; close #581
Yukihiro Matz Matsumoto
2012-11-30
Merge pull request #573 from skandhas/pr-add-Module-module_eval
Yukihiro "Matz" Matsumoto
2012-11-30
add test for 'Abbreviated variable assignment as returns'
skandhas
2012-11-27
add Module#class_eval test
skandhas
2012-11-27
add Module#module_eval test
skandhas
2012-11-26
add Module#instance_methods test
skandhas
2012-11-24
add Module#include? test
skandhas
2012-11-23
add assert 'BS Block 35'
skandhas
2012-11-23
add assert 'BS Block 34'
skandhas
2012-11-23
modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined...
skandhas
2012-11-22
Keep stack depth and allocation better under control and fix crash on infinit...
Beoran
2012-11-20
Use check_float when testing equality for float values
Xuejie Xiao
2012-11-19
Restore accidentally deleted erfc(1) test
Xuejie Xiao
2012-11-19
Fix provided implementation of erf and erfc functions.
Xuejie Xiao
2012-11-17
add test for issue#547; close #554
Yukihiro Matz Matsumoto
2012-11-13
Merge pull request #549 from skandhas/pr-modify-class-variables-test
Yukihiro "Matz" Matsumoto
2012-11-13
fix the issue String#slice with Range may return broken String.
Tomoyuki Sahara
2012-11-13
modify Module#class_variables test
skandhas
2012-11-12
modify Module#class_variables test
skandhas
2012-11-09
add Module#class_variables test
skandhas
2012-11-02
add test for 8cf42709
Yukihiro Matsumoto
2012-11-01
Add Test for String#each_byte
Daniel Bovensiepen
2012-11-01
Add Test for String#bytes
Daniel Bovensiepen
2012-10-20
add test case for 750b7c2
Yukihiro Matsumoto
2012-10-20
unexpect break/next/redo/retry should raise LocalJumpError
Yukihiro Matsumoto
2012-10-09
Bugfix for crash if main was extended with a module.
Beoran
2012-09-30
add test case for Array#unshift, <=>, and *
Akira Kuroda
2012-09-15
Merge pull request #473 from bovi/integer-step-test
Yukihiro "Matz" Matsumoto
2012-09-15
Add test case for Integer#step
Daniel Bovensiepen
2012-09-15
Don't check ObjectID of Kernel#to_s. Only class check of instance
Daniel Bovensiepen
2012-09-12
check if an Exception instance has a "mesg" attribute
Tomoyuki Sahara
2012-09-10
Add Test Case for Issue #460
Daniel Bovensiepen
2012-09-09
Add Time Tests
Daniel Bovensiepen
2012-09-09
Add Module Tests
Daniel Bovensiepen
[next]