summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2016-02-19test/ruby: suppress runtime warningsnobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-02-19test: use assert_not_*nobu
2016-02-18string.c: Symbol#matchnobu
2016-02-18* re.c: Add MatchData#named_capturessorah
2016-02-17test_dir.rb: Dir.empty? with directoriesnobu
2016-02-17test_dir.rb: Dir.empty? with dot filenobu
2016-02-17* test/ruby/test_dir.rb (TestDir#test_empty?): fix a platform dependent test.usa
2016-02-17string.c: fix rb_str_initnobu
2016-02-17Additional fix and tests for r53851naruse
2016-02-17* string.c (rb_str_init): introduce String.new(capacity: size)naruse
2016-02-16numeric.c: fix segfaultnobu
2016-02-16dir.c: Dir.empty?nobu
2016-02-15* insns.def (opt_plus): simply use LONG2NUM() instead of wronglynaruse
2016-02-15parse.y: kwarg to method with same name variablenobu
2016-02-14test_exception.rb: fix commit missnobu
2016-02-14not overwrite causenobu
2016-02-06Fix r53748; the datafile includes non ASCIInaruse
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Added data-based testing forduerst
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Tests for three case foldingduerst
2016-02-06* enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :foldduerst
2016-02-05* test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.duerst
2016-02-03Remove debug print introduced in r52386naruse
2016-02-03test_exception.rb: NameError at FCALLnobu
2016-01-31r53688 testnobu
2016-01-31test for File#lstat.nobu
2016-01-30vm_eval.c: fix hook callnobu
2016-01-29r53689 testnobu
2016-01-27* test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCESusa
2016-01-26increase timeout for Solaris 10 SPARCnaruse
2016-01-26compile.c: fix tailcall optimizationnobu
2016-01-26Signal.list deduplicates keysnormal
2016-01-25symbol.c: more informative error messagenobu
2016-01-25* test/ruby/test_string.rb: added testcase for next!, succ and succ!hsbt
2016-01-24test_class.rb: fix encodingnobu
2016-01-24test_class.rb: test_namescope_error_messagenobu
2016-01-23Add test for Array#keep_ifnobu
2016-01-23* range.c (range_eqq): revert r11113 because rb_call_super() isshugo
2016-01-21* regparse.c (fetch_name_with_level): allow non word charactersnaruse
2016-01-21* marshal.c (r_object0): honor Marshal.load post procnaruse
2016-01-21test_io_m17n.rb: BOM with non-UTFnobu
2016-01-19increase timeout for ARMv7naruse
2016-01-18parse.y: escaped newline in dedenting heredocnobu
2016-01-18* test/ruby/test_string.rb: Added extra testcase for test_rstrip_banghsbt
2016-01-17test_syntax.rb: try allnobu
2016-01-17* string.c: Any kind of option is now taking the new code path forduerst
2016-01-17* enc/unicode.c: Fixed a logical error and some comments.duerst
2016-01-17* enc/unicode.c: Removed artificial expansion for Turkic,duerst
2016-01-17Add a test case for ENV#select_bang,keep_ifnobu
2016-01-17Add a test case for ENV#reject_bang,delete_ifnobu