aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/excludes/_appveyor: exclude AppVeyor killerk0kubun2018-11-201-0/+2
* revert r65822shugo2018-11-201-37/+0
* lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo2018-11-201-0/+37
* process.c: do not try to pause MJITk0kubun2018-11-201-2/+0
* test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun2018-11-191-2/+2
* revert r65807k0kubun2018-11-191-0/+2
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-191-0/+11
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-2/+38
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1
* test/mkmf/base.rb: use CC_WRAPPER same as the toplevelnobu2018-11-171-0/+8
* test/excludes/_wercker: remove obsoleted pipeline namek0kubun2018-11-164-0/+0
* appveyor.yml: give up running test_push_over_ary_maxk0kubun2018-11-161-0/+3
* Test for undef'ed method in class hierachyk0kubun2018-11-161-1/+1
* pack.c: refine warningnobu2018-11-161-0/+7
* test_ftp.rb: loosen another timeout requirementk0kubun2018-11-141-2/+2
* test_ftp.rb: loosen timeout for Travis osxk0kubun2018-11-141-4/+4
* test_gem_stream_ui.rb: loosen timeout for --jit-waitk0kubun2018-11-141-4/+5
* test/excludes/../TestWEBrickUtils.rb: exclude unstable testk0kubun2018-11-133-0/+3
* Pathname: Have #relative_path_from accept String argument.marcandre2018-11-131-1/+2
* test_function.rb: loosen delta boundaryk0kubun2018-11-131-1/+1
* appveyor.yml: run memory-exchausting test separatelyk0kubun2018-11-131-1/+0
* date_core.c: respect COMPLEX_DAT bitnobu2018-11-131-0/+8
* date_core.c: keep COMPLEX_DAT bitnobu2018-11-131-0/+8
* test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun2018-11-131-0/+1
* Export rb_flo_div_flo for MJITnobu2018-11-121-0/+1
* erb.rb: warn invalid trim_mode [Misc #15294]k0kubun2018-11-121-0/+22
* Fix a typo [ci skip]nobu2018-11-111-1/+1