aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/testunit/test_parallel.rb: respect subprocess timeout scalenormal2018-11-301-1/+2
* disable non-blocking pipes and sockets by defaultnormal2018-11-291-2/+2
* clear dst Hash on Hash#replace. [Bug #15358]ko12018-11-291-0/+8
* time.c: rescue find_timezone when loadingnobu2018-11-281-1/+31
* Try with TZInfo and Timezone gemsnobu2018-11-281-0/+38
* Time.at in: tznobu2018-11-281-2/+2
* Timezone at Time.atnobu2018-11-281-0/+12
* Try Time.find_timezone to convert name to timezonenobu2018-11-281-11/+20
* Try Time.find_timezone to loadnobu2018-11-281-0/+1
* test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal2018-11-281-1/+2
* Merge rubygems upstream from https://github.com/rubygems/rubygems/commit/2c49...hsbt2018-11-286-53/+96
* lib/monitor.rb: avoid race conditions by Thread.handle_interruptshugo2018-11-281-0/+22
* Merge rdoc-6.1.0.bata2aycabta2018-11-272-3/+7
* improve messages for test failuresduerst2018-11-261-7/+11
* * remove trailing spaces.svn2018-11-261-2/+2
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-0/+27
* Give up support for cross-callcc set_trace_func.ko12018-11-261-4/+13
* Support targetting TracePoint [Feature #15289]ko12018-11-261-0/+142
* test_jit.rb: skip a test for Windows for nowk0kubun2018-11-261-1/+5
* process.c: finish MJIT prior to #execk0kubun2018-11-261-0/+12
* add tests for grapheme clusters using Unicode Emoji test dataduerst2018-11-261-0/+117
* object.c: Deprecate Object#=~ and add NilClass#=~`mame2018-11-261-1/+3
* test/rdoc/test_rdoc_rdoc.rb: add dummy finishmame2018-11-261-0/+14
* Normalize month-mday before finding epochnaruse2018-11-251-0/+23
* parser: improve error messagesnobu2018-11-253-4/+4
* assertions for r65956nobu2018-11-241-1/+8
* remove guard against bug #15337, because it is fixedduerst2018-11-241-2/+0
* add tests using Unicode test data for grapheme clustersduerst2018-11-241-0/+94
* Don't use single byte optimization on grapheme clustersnaruse2018-11-241-0/+1
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-241-1/+115
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-9/+3
* Fix r65926 test_dir.rb for windows (tilde)k0kubun2018-11-241-1/+2
* test/ruby/test_thread.rb: use safe navigation operator.kazu2018-11-231-5/+6
* split each assert_nothing_raisednobu2018-11-231-3/+7
* Use File.expand_path("~username") instead of ENV["HOME"]naruse2018-11-221-2/+1
* Revert r63030nobu2018-11-221-1/+3
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-224-2/+14
* Enable refinements at Object#respond_to?nobu2018-11-221-2/+2
* Enable refinements to public_send.nobu2018-11-221-0/+33
* Proc#<< and Proc#>>nobu2018-11-222-22/+28
* proc.c: Support any callable when composing Procsnobu2018-11-222-6/+31
* proc.c: Implement Method#* for Method compositionnobu2018-11-221-0/+34
* proc.c: Implement Proc#* for Proc compositionnobu2018-11-221-0/+51
* Revert "test_gem_remote_fetcher.rb: give up testing MJIT here"k0kubun2018-11-221-4/+0
* test_gem_remote_fetcher.rb: give up testing MJIT herek0kubun2018-11-211-0/+4
* Merge master branch from rubygems/rubygems upstream.hsbt2018-11-21100-187/+191
* Skip known MJIT random test failuresk0kubun2018-11-202-0/+9
* configure.ac: disable native-fiber for MinGWk0kubun2018-11-203-7/+0
* appveyor.yml: do not undefine everything [ci skip]k0kubun2018-11-201-1/+1
* appveyor.yml: exclude TestEnumerable.rb on msys2k0kubun2018-11-203-0/+7