summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-29Revert "erb.rb: print deprecation warning with warn level 1"k0kubun
2018-12-29test_gc.rb: increase timeout for RubyCIk0kubun
2018-12-29test_jit.rb: prevent mixing outputs by race conditionk0kubun
2018-12-29test_notimp.rb: loosen timeoutk0kubun
2018-12-29test_iseq_load.rb: increase timeout for stressful roundtripk0kubun
2018-12-28test_io.rb: increase timeout for RubyCIk0kubun
2018-12-28test_readline.rb: skip readline test for new solaris11s-sunck0kubun
2018-12-28webrick/test_utils.rb: loosen timeout severityk0kubun
2018-12-28jit_support.rb: deal with -std=c99 flagk0kubun
2018-12-28test_array.rb: increase timeout for RubyCIk0kubun
2018-12-28test_iseq_load.rb: increase timeout for RubyCIk0kubun
2018-12-28Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel
2018-12-28Implement Fiber#raise. Fixes #10344.samuel
2018-12-28test_jit.rb: suppress random failure on RubyCIk0kubun
2018-12-27test_method.rb: do not kill RubyCI openSUSE machinek0kubun
2018-12-27test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun
2018-12-27jit_support.rb: skip testing MJIT on oracle developer studiok0kubun
2018-12-27Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu
2018-12-26string.c: remove the deprecation warnings of `String#bytes` with blockmame
2018-12-26Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame
2018-12-26object.c (rb_obj_match): use rb_warn for deprecation warningmame
2018-12-26string.c: remove the deprecation warnings of `String#bytes` with blockmame
2018-12-26test/rdoc: skip some tests when euid is rootmame
2018-12-26test/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCESmame
2018-12-25erb.rb: print deprecation warning with warn level 1k0kubun
2018-12-25Restore SOURCE_DATE_EPOCHnobu
2018-12-25fix a test by restoring value checking.ko1
2018-12-24test_win32ole_event.rb: use better retry strategyk0kubun
2018-12-24test_win32ole_event.rb: avoid unlimited retriesk0kubun
2018-12-24time.c: zone in fixoff modenobu
2018-12-24enumerator.c: fix inspect with the last empty hashnobu
2018-12-23Add test case of ArithmeticSequence#summrkn
2018-12-23Prohibit circular causes [Bug #15447]nobu
2018-12-23remove trailing spaces [ci skip]nobu
2018-12-23test/ruby/test_thread.rb (test_fork_while_parent_locked): rewrite to avoid OOMnormal
2018-12-23Import CSV 3.0.2kou
2018-12-23Restrict cause to an exception object [Bug #15447]nobu
2018-12-23test/fiddle/test_function.rb: loosen timeoutk0kubun
2018-12-23Merge RubyGems 3.0.1 from rubygems/rubygems.hsbt
2018-12-22ostruct.rb: Accept block for to_h [#15451].marcandre
2018-12-22test/ruby/test_thread.rb (test_fork_while_parent_locked): reduce threadsnormal
2018-12-22Fix for circular causesnobu
2018-12-22Removed garbage outputnobu
2018-12-22Moved regexps not to confuse ruby-mode.elnobu
2018-12-21test/ruby/test_thread.rb: reduce thread count to avoid SIGKILLnormal
2018-12-21test/ruby/test_thread.rb: add diagnosis code for [Bug #15430]normal
2018-12-21test/excludes/_wercker: give up testing TestGemRemoteFetcherk0kubun
2018-12-21test_jit.rb: show debug info for success_count testk0kubun
2018-12-21range.c: reject ArithmeticSequence in rb_range_valuesmrkn
2018-12-21eval_error.c (show_cause): check if cause is an Exception or notmame