summaryrefslogtreecommitdiffhomepage
path: root/test/t
AgeCommit message (Collapse)Author
2012-07-17refactoring on module testsYukihiro Matsumoto
2012-07-17add Module#ancestors 15.2.2.4.9Yukihiro Matsumoto
2012-07-17Add test for Kernel#extend.Masamitsu MURASE
2012-07-10Add a Test Case for #359 Array CorruptionDaniel Bovensiepen
2012-07-08Add tests for Modules #append_features, #include, #included and ↵Daniel Bovensiepen
#included_modules
2012-07-08proper type check when creating a range; #345Yukihiro Matsumoto
2012-07-08.. is weaker than ==Yukihiro Matsumoto
2012-06-27Fix kernel test descriptionsDaniel Bovensiepen
2012-06-27Add more kernel testsDaniel Bovensiepen
2012-06-24update ISO chapter number in test/t/kernel.rbYukihiro Matsumoto
2012-06-24Merge pull request #316 from masamitsu-murase/modify_obj_cloneYukihiro "Matz" Matsumoto
Modify Kernel#clone and Kernel#dup
2012-06-24Add sample test for Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-24Add test for Struct#==.Masamitsu MURASE
2012-06-21Merge pull request #305 from bovi/optional-featureYukihiro "Matz" Matsumoto
Tests are executed based on available features
2012-06-21only execute struct tests if struct feature is activatedDaniel Bovensiepen
2012-06-21only execute time tests if time feature is activatedDaniel Bovensiepen
2012-06-21only execute math tests if math feature is activatedDaniel Bovensiepen
2012-06-21Skip time test in case that Time isn't implementedDaniel Bovensiepen
2012-06-21Skip struct test in case that Struct isn't implementedDaniel Bovensiepen
2012-06-21Skip math test in case that Math isn't implementedDaniel Bovensiepen
2012-06-21Add test for Array#to_s and Array#inspect.Masaki Muranaka
2012-06-19remove local_variables testYukihiro Matsumoto
2012-06-18add Struct testsYukihiro Matsumoto
2012-06-15remove LoadErrorYukihiro Matsumoto
2012-06-15Move Subclasses of ScriptError to mrblib.Masaki Muranaka
2012-06-14Tests for Comparable. Still not all path coverage.Masaki Muranaka
2012-06-14remove .inspect from bs_block.rb testsYukihiro Matsumoto
2012-06-12block_given? should work; close #262Yukihiro Matsumoto
2012-06-12String#split("") should split per character (byte for now)Yukihiro Matsumoto
2012-06-12s.split(nil) should work like s.split()Yukihiro Matsumoto
2012-06-12should enhance test for Array#sliceYukihiro Matsumoto
2012-06-12minor correction in test/t/syntax.rbYukihiro Matsumoto
2012-06-12String#split now understands string sepYukihiro Matsumoto
2012-06-11Add test for slice of shared string.Masamitsu MURASE
2012-06-04Merge pull request #245 from pbosetti/testsYukihiro "Matz" Matsumoto
Added Math.sqrt() that was missing in math.c, and added relevant test case
2012-06-04Added Math.sqrt() that was missing in math.c, and added relevant test casePaolo Bosetti
2012-06-05Add Time testsDaniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-06-03Add superclass tests for ExceptionsDaniel Bovensiepen
2012-06-03Add BasicObject TestsDaniel Bovensiepen
2012-06-03Improve Class#superclass to ISODaniel Bovensiepen
2012-06-03A rescue clause with no parameter list rescues only StandardErrorsKazuki Tsujimoto
2012-06-03resolve conflict in test/t/class.rbYukihiro Matsumoto
2012-06-03Add Class#superclass; a patch made by @bovi; close #234Yukihiro Matsumoto
2012-06-03Add first test case for Class#new and prepare further feature tests for itDaniel Bovensiepen
2012-06-02Add test cases for HashDaniel Bovensiepen
2012-06-02Add string test for string interpolationDaniel Bovensiepen
2012-06-02Merge pull request #221 from bovi/test-for-issue211Yukihiro "Matz" Matsumoto
Add Test Case for issue #211
2012-06-02Add Test Case for issue #211Daniel Bovensiepen
2012-06-02Add Test Case for issue #210Daniel Bovensiepen