summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-12-14Implement String#undump to unescape String#dump-ed stringtadd
2017-12-13test/ruby/test_env.rb: suppress a warningnobu
2017-12-13test_process.rb: fix error when empty groupsnobu
2017-12-13Avoid extra output in test_thread_interrupt_for_killed_threaderegon
2017-12-12Revert r61192 and r61193eregon
2017-12-12Use EnvUtil.with_default_external in tests needing iteregon
2017-12-12Remove useless assertion in TestThread#test_handle_interrupt_blockingeregon
2017-12-12Handle exception explicitly in TestBignum#test_interrupt_during_to_seregon
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-12-12Fix tests which fail with extra stderr output when a Thread dieseregon
2017-12-12Set Thread.report_on_exception=true by default to report exceptions in Threadseregon
2017-12-12struct.c: show `keyword_init: true` on inspectk0kubun
2017-12-12test_struct.rb: rename constants to clarifyk0kubun
2017-12-12Unneeded assertiona_matsuda
2017-12-12Add Method#=== that invokes #calla_matsuda
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12error.c(exc_full_message): Exception#full_messagesorah
2017-12-12Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]naruse
2017-12-12process.c: add Process.last_statusmrkn
2017-12-12struct.c: add keyword_init option to Struct.newk0kubun
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-12-11Fix a method nameyui-knk
2017-12-11remove vm_opt_binop_dispatch().ko1
2017-12-10Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre
2017-12-09test_process.rb (test_maxgroups): add assertionsnobu
2017-12-08test_file_exhaustive.rb: get rid of failuresnobu
2017-12-08test_file_exhaustive.rb: test_utime_symlinkfilenobu
2017-12-08test_file_exhaustive.rb: fix arguments ordernobu
2017-12-06`Integer#pow(b)` accepts numerickazu
2017-12-05test_syntax.rb: Add a test case for `not()`yui-knk
2017-12-04bignum.c, numeric.c: add Integer#pow(b, m)mrkn
2017-12-02Modules should not have subclasses.shugo
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-29Make Module#attr{accessor|reader|writer|} public [#14132]marcandre
2017-11-29file.c: File.lutimenobu
2017-11-29* remove trailing spaces.svn
2017-11-29Unused module refinement shouldn't break method search.shugo
2017-11-23io.c: read BOM only for readingnobu
2017-11-21test/ruby/bug-13526.rb: should wait until all threads are stoppederegon
2017-11-19test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon
2017-11-16parse.y: no return in classnobu
2017-11-15remove rb_thread_t::event_hooks.ko1
2017-11-15fix uninitialized memory reference.ko1
2017-11-14parse.y: zero codepointsnobu
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-13compile.c: fixup r60727nobu
2017-11-13regexec.c: invalidate previously matched positionnobu
2017-11-13test_regexp.rb: test_absentnobu
2017-11-12load.c: cwd encodingnobu
2017-11-09TracePoint.new: raise ArgumentError when no block given [#14074]marcandre