summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2012-07-29Modify test for Class.Masamitsu MURASE
2012-07-29fix segmentation fault in Array#firstAkira Kuroda
2012-07-26do not use TrueClass/FalseClass.newYukihiro Matsumoto
2012-07-26Merge pull request #395 from monaka/pr-add-more-test-for-arrayYukihiro "Matz" Matsumoto
2012-07-25Add tests for coverage.Masaki Muranaka
2012-07-24Merge pull request #393 from akuroda/array_last_fixYukihiro "Matz" Matsumoto
2012-07-25fix segmentation fault in Array#lastAkira Kuroda
2012-07-22add test cases for floor, inifinite?, truncate, ceil, and roundAkira Kuroda
2012-07-17Merge pull request #378 from masamitsu-murase/modify_proc_lambdaYukihiro "Matz" Matsumoto
2012-07-18Add tests for Kernel#lambda and Kernel.lambda.Masamitsu MURASE
2012-07-18Add test for 'respond_to?'.Masamitsu MURASE
2012-07-17resolve conflictYukihiro Matsumoto
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 #included_mod...Daniel Bovensiepen
2012-07-08proper type check when creating a range; #345Yukihiro Matsumoto
2012-07-08.. is weaker than ==Yukihiro Matsumoto
2012-07-03remove unused variablesYukihiro Matsumoto
2012-07-03test/driver to use EXIT_SUCCESSYukihiro Matsumoto
2012-07-03add context to parser, that would hold local variable info, filename, and lin...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
2012-06-24Add sample test for Kernel#clone and Kernel#dup.Masamitsu MURASE
2012-06-24Add test for Struct#==.Masamitsu MURASE
2012-06-21Add execution time to testsDaniel Bovensiepen
2012-06-21Merge pull request #305 from bovi/optional-featureYukihiro "Matz" Matsumoto
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-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
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-13Assert should handle all exceptions.Masaki Muranaka
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