summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-12-26test_proc.rb: remove duplicate test_source_locationnobu
2017-12-26vm_method.c: fix super in refined modulenobu
2017-12-26parse.y: warning for locationsnobu
2017-12-26vm_eval.c: strange message in evalnobu
2017-12-26test/ruby/test_proc.rb: Add a test for Binding#source_locationmame
2017-12-25test/ruby/test_process.rb: get rid of timing issuenobu
2017-12-25Set first line numbers for empty iseqs.ko1
2017-12-24compile.c: toplevel return argumentsnobu
2017-12-23RubyVM::InstructionSequence#trace_points.ko1
2017-12-23RubyVM::InstructionSequence#each_child.ko1
2017-12-23revert line number spec of *return events.ko1
2017-12-23fix unicode data directorynobu
2017-12-22update unicode data files directorynobu
2017-12-22force hash values fixableusa
2017-12-21test for [Bug #14214]nobu
2017-12-21Don't allow mixed escapenaruse
2017-12-21move dump format validation into parsing epiloguenaruse
2017-12-21fix escapes in undumpnaruse
2017-12-20extend timeout limit.ko1
2017-12-20parse.y: end of script at newlinenobu
2017-12-19skip test_aspawn_too_long_path on Solaris 10 or earlierngoto
2017-12-19compile.c: side effect in splatnobu
2017-12-18test_io.rb: EINVAL on Windowsnobu
2017-12-18io.c: opening external commandnobu
2017-12-18io.c: open generic in binreadnobu
2017-12-18check EOPNOTSUPP.ko1
2017-12-18io.c: opening external commandnobu
2017-12-18test/ruby/test_io.rb: test for r61314nobu
2017-12-17thread.c: fix overly long Thread#join w/ timeoutnormal
2017-12-16ruby.c: script __dir__ encodingnobu
2017-12-16test_vm_dump.rb: skip if gccnobu
2017-12-16string.c: multiple codepointsnobu
2017-12-15thread.c: fix deadlocknobu
2017-12-14The main Thread should have report_on_exception=true for consistencyeregon
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