summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-12-20Test separately to get rid of risk to modify unrelated hashnobu
2018-12-20Freeze hash literals embedded in duphash instructionsnobu
2018-12-20parse.y: ignore constant name capturesnobu
2018-12-18Enable refinements on symbol-proc in ruby-level methodsnobu
2018-12-18thread_sync.c (mutex_ptr): only reinitalize waitqueue at forknormal
2018-12-18should use defined_class.ko1
2018-12-17Fix test failure if ENV["USER"] doesn't match Process.euidnormal
2018-12-17Split test_fnmatchnobu
2018-12-17Already nlink is properly set on Windowsnobu
2018-12-17Split test_expand_path, test_basename, test_dirnamenobu
2018-12-16Refine error message for time intervalnobu
2018-12-12skip a test.ko1
2018-12-12remove `compiled_` prefix. [Feature #15287]ko1
2018-12-11CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support itnaruse
2018-12-11Fix infinite loop by ensurenobu
2018-12-10add a test to make sure some unassigned codepoints do not get convertedduerst
2018-12-09implement special behavior for Georgian for String#capitalizeduerst
2018-12-07Adjust reserved hash valuesnobu
2018-12-07replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']duerst
2018-12-06Warn redefinitions of some methods on Objectnobu
2018-12-06Speed up hash literals by dupingtenderlove
2018-12-06add tests for script_compiled TP event.ko1
2018-12-06Return same ISeq object for one src.ko1
2018-12-05thread_sync.c (mutex_ptr): handle mutexes held by parent threads in childrennormal
2018-12-05update to Unicode 11.0.0 (main step, not complete yet)duerst
2018-12-04commit missduerst
2018-12-04change diaeresis from above to below for better visibilityduerst
2018-12-04Fix error messagenobu
2018-12-04exclude skin tones as second component in TestEmojiBreaks#test_mixed_emojiduerst
2018-12-04Revert "Symbol refinements"mrkn
2018-12-04Symbol refinementsmrkn
2018-12-04change embedding character in TestEmojiBreaks#test_embedded_emojiduerst
2018-12-03Collapse putobject, putobject, newarraytenderlove
2018-12-03process.c: fix ETXTBUSY from MJIT compiler processnormal
2018-12-03Revert "Symbol refinements"nobu
2018-12-03Symbol refinementsnobu
2018-12-03Revert "Symbol refinements [Bug #15114]"nobu
2018-12-03Symbol refinements [Bug #15114]nobu
2018-12-03Refine RubyVM::AbstractSyntaxTree::Node#typenobu
2018-12-02solve the genie/zombie/wrestlers bugduerst
2018-12-01Avoid GCing dead stack after switching away from a fibersamuel
2018-11-30test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal
2018-11-29clear dst Hash on Hash#replace. [Bug #15358]ko1
2018-11-28time.c: rescue find_timezone when loadingnobu
2018-11-28Try with TZInfo and Timezone gemsnobu
2018-11-28Time.at in: tznobu
2018-11-28Timezone at Time.atnobu
2018-11-28Try Time.find_timezone to convert name to timezonenobu
2018-11-28Try Time.find_timezone to loadnobu
2018-11-28test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal