summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2016-01-16parse.y: should not deent concatenated stringnobu
2016-01-16* enc/unicode.c: Artificial mapping to test buffer expansion code.duerst
2016-01-16* string.c, enc/unicode.c: New code path as a preparation for Unicode-wideduerst
2016-01-15parse.y: should not deent concatenated stringnobu
2016-01-14variable.c: matched backrefs onlynobu
2016-01-14sprintf.c: exact numbernobu
2016-01-14test_sprintf.rb: simplifynobu
2016-01-14variable.c: $1..$9 in global_variablesnobu
2016-01-13iseq.c: mark parent iseqnobu
2016-01-13test_thread.rb: wait for the thread to sleepnobu
2016-01-12iseq.c: mark parents of wrapped iseqnobu
2016-01-12fix test to follow r53503naruse
2016-01-12* remove trailing spaces.svn
2016-01-12test/ruby/enc/test_casing_options.rb: Tests for optionduerst
2016-01-10compile.c: fix lhs splat in massignnobu
2016-01-09test_hash.rb: add testnobu
2016-01-09symbol.h: unexpected safe callnobu
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2016-01-05* test/ruby/test_string.rb(test_chr): added test for String#chrhsbt
2016-01-05* test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt
2015-12-31Add test for Enumerator::Lazy#takenobu
2015-12-31parse.y: single-quote indented heredocnobu