aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel2018-12-281-0/+1
* Implement Fiber#raise. Fixes #10344.samuel2018-12-281-0/+40
* test_jit.rb: suppress random failure on RubyCIk0kubun2018-12-281-2/+2
* test_method.rb: do not kill RubyCI openSUSE machinek0kubun2018-12-271-0/+4
* test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun2018-12-272-2/+2
* jit_support.rb: skip testing MJIT on oracle developer studiok0kubun2018-12-271-2/+5
* Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu2018-12-271-3/+13
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame2018-12-261-35/+53
* object.c (rb_obj_match): use rb_warn for deprecation warningmame2018-12-262-1/+12
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* test/rdoc: skip some tests when euid is rootmame2018-12-263-0/+6
* test/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCESmame2018-12-261-5/+5
* erb.rb: print deprecation warning with warn level 1k0kubun2018-12-251-4/+4
* Restore SOURCE_DATE_EPOCHnobu2018-12-253-0/+9
* fix a test by restoring value checking.ko12018-12-251-1/+2
* test_win32ole_event.rb: use better retry strategyk0kubun2018-12-241-3/+2
* test_win32ole_event.rb: avoid unlimited retriesk0kubun2018-12-241-0/+1
* time.c: zone in fixoff modenobu2018-12-241-0/+4
* enumerator.c: fix inspect with the last empty hashnobu2018-12-241-0/+6
* Add test case of ArithmeticSequence#summrkn2018-12-231-0/+6
* Prohibit circular causes [Bug #15447]nobu2018-12-231-5/+2
* remove trailing spaces [ci skip]nobu2018-12-231-1/+1
* test/ruby/test_thread.rb (test_fork_while_parent_locked): rewrite to avoid OOMnormal2018-12-231-35/+14
* Import CSV 3.0.2kou2018-12-235-62/+240
* Restrict cause to an exception object [Bug #15447]nobu2018-12-231-4/+2
* test/fiddle/test_function.rb: loosen timeoutk0kubun2018-12-231-1/+1
* Merge RubyGems 3.0.1 from rubygems/rubygems.hsbt2018-12-232-1/+18
* ostruct.rb: Accept block for to_h [#15451].marcandre2018-12-221-0/+7
* test/ruby/test_thread.rb (test_fork_while_parent_locked): reduce threadsnormal2018-12-221-3/+2
* Fix for circular causesnobu2018-12-221-0/+13
* Removed garbage outputnobu2018-12-221-1/+0
* Moved regexps not to confuse ruby-mode.elnobu2018-12-221-1/+5
* test/ruby/test_thread.rb: reduce thread count to avoid SIGKILLnormal2018-12-211-0/+1
* test/ruby/test_thread.rb: add diagnosis code for [Bug #15430]normal2018-12-211-4/+25
* test/excludes/_wercker: give up testing TestGemRemoteFetcherk0kubun2018-12-211-0/+4
* test_jit.rb: show debug info for success_count testk0kubun2018-12-211-3/+1
* range.c: reject ArithmeticSequence in rb_range_valuesmrkn2018-12-211-0/+1
* eval_error.c (show_cause): check if cause is an Exception or notmame2018-12-211-0/+9
* enumerator.c: Fix airth_seq_each for Rationalmrkn2018-12-211-0/+14
* Import bigdecimal-1.4.0.pre.20181220amrkn2018-12-201-0/+1
* ext/coverage/lib/coverage.rb (Coverage.line_stub): use only line eventsmame2018-12-201-1/+1
* hide iseq operand object for duphash. [Bug #15440]ko12018-12-201-6/+4
* Test separately to get rid of risk to modify unrelated hashnobu2018-12-201-11/+14
* Freeze hash literals embedded in duphash instructionsnobu2018-12-201-0/+16
* parse.y: ignore constant name capturesnobu2018-12-201-0/+6
* Really ensure loading REXML in testskou2018-12-201-1/+2
* Ensure loading REXMLkou2018-12-201-1/+4
* rexml: upgrade to 3.1.8kou2018-12-2013-56/+275
* webrick: add the ability to override res, req creationnormal2018-12-191-0/+32