summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2019-01-08Mark array as "going to be modified" in `Array#reject!`tenderlove
2019-01-08Check by #name [ruby-core:90853] [Bug #15497]nobu
2019-01-08Defer escaping control char in error messagesnobu
2019-01-08range.c (range_last): disable optimization when each is redefinedmrkn
2019-01-07time.c: support military time zone namesnobu
2019-01-07time.c: UTC and Z timezones should be utcnobu
2019-01-07complex.c (f_divide): canonicalize a quotientmrkn
2019-01-06ast.c: argument must be a stringnobu
2019-01-05test/ruby/test_range.rb: add assertionsmrkn
2019-01-05parse.y: refine error messagesnobu
2019-01-03test_complex.rb: use the same approach to fix failuresk0kubun
2019-01-03test_complex.rb: fix tests for RUBYOPT="-w"k0kubun
2019-01-02complex.c: fix against redefining component methodsmrkn
2019-01-01suppress warning: method redefined; discarding old + introduced at r66681naruse
2019-01-01complex.c: Optimize Complex#+ for some conditionsmrkn
2019-01-01test_jit.rb: test methodref insnk0kubun
2018-12-31Method reference operatornobu
2018-12-31load.c: resolve_feature_pathnobu
2018-12-30vm_args.c: search symbol proc in super classesnobu
2018-12-30test_array.rb: increase timeout for RubyCIk0kubun
2018-12-30test_optimization.rb: increase timeout for RubyCIk0kubun
2018-12-30test_refinement.rb: increase timeout for RubyCIk0kubun
2018-12-29`TracePoint#enable(target_thraed:)` [Feature #15473]ko1
2018-12-29test_jit.rb: suppress random test failurek0kubun
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-28test_io.rb: increase timeout for RubyCIk0kubun
2018-12-28test_array.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-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/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCESmame
2018-12-25fix a test by restoring value checking.ko1
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-23test/ruby/test_thread.rb (test_fork_while_parent_locked): rewrite to avoid OOMnormal
2018-12-23Restrict cause to an exception object [Bug #15447]nobu
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