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
2015-08-27
Add String#freeze test
Jun Hiroe
2015-07-13
Clean up tests
Blaž Hrastnik
2015-07-13
assert() cannot be nested
Blaž Hrastnik
2015-07-13
Set origin when doing kind_of? comparisons
Blaž Hrastnik
2015-07-13
Enable test_prepend_module_ancestors because it seems to pass.
Blaž Hrastnik
2015-07-13
Space out test_prepend_super_in_alias assert
Corey Powell
2015-07-13
Enable visibility prepend tests again
Blaž Hrastnik
2015-07-13
Ported all MRI prepend tests
Corey Powell
2015-07-13
Removed some debug prints from the test
Corey Powell
2015-07-13
Ported a bit more of the MRI Module#prepend tests over
Corey Powell
2015-07-13
Rename classes because of conflicts
Blaž Hrastnik
2015-07-13
Implement Module#prepend.
Blaž Hrastnik
2015-06-22
fix arity of lambdas with optional arguments
cremno
2015-06-08
gsub/sub supports back references in substitutes. fixes #2816.
Tomoyuki Sahara
2015-05-31
fix masgn nosplat array rhs bug
cremno
2015-05-31
update test/t/syntax.rb to success on CRuby
Yukihiro "Matz" Matsumoto
2015-05-31
Merge branch 'failing-multiple-assignments-with-rest-tests' of https://github...
Yukihiro "Matz" Matsumoto
2015-05-29
check if outer is a class or module
cremno
2015-05-29
add multiple assignment with rest tests
cremno
2015-05-07
fix splat without assignment; fix #2781
cremno
2015-04-17
Fix to avoid warning
Miura Hideki
2015-04-17
Add test of negative arguments for Integer#%
Miura Hideki
2015-02-24
Fix a bug that no expression case doesn't return valid value
Kouhei Sutou
2015-02-24
Fix a bug that if and no return value case can't return true clause value
Kouhei Sutou
2015-02-05
Fix ensure with yield context on break and return
Kouhei Sutou
2014-12-23
Fix splat and multiple assignments
Kouhei Sutou
2014-12-17
String#[] should reject nil index
h2so5
2014-11-27
add multiple assignment decomposition test
Yukihiro "Matz" Matsumoto
2014-11-26
fix(String) String#[] accepts float; close #2650 #2651
Robert Mosolgo
2014-10-20
instance_methods etc should not include undef'ed method names; based on a pat...
Yukihiro "Matz" Matsumoto
2014-08-25
Add test for Numeric#pow.
Tatsuhiko Kubo
2014-08-20
Remove empty lines.
Tatsuhiko Kubo
2014-08-09
Fix a bug that class variable can't be referenced from class method
Kouhei Sutou
2014-07-18
add Module#module_function
dreamedge
2014-06-19
fix conflict resolution mistake
Yukihiro "Matz" Matsumoto
2014-06-18
resolve conflict
Yukihiro "Matz" Matsumoto
2014-06-18
remove superclass test for classes that do not exist in mruby (core)
Yukihiro "Matz" Matsumoto
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-06-11
str_replace: self should not be shared and nofree
ksss
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-06-01
remove part of 9cd71916 test for same reason as 5306e47
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2320 from yui-knk/test-enumerable
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2316 from ksss/test-exception
Yukihiro "Matz" Matsumoto
2014-05-25
Merge pull request #2315 from suzukaze/fix-test-proc
Yukihiro "Matz" Matsumoto
2014-05-25
Replace assert_true with assert_equal.
yui-knk
2014-05-25
Change to use assert method.
yui-knk
2014-05-25
fix typo.
yui-knk
[prev]
[next]