summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-20fix test errors on Windowsusa
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-12-20test/coverage/test_coverage.rb: make the expected value the same as 2.4mame
2017-12-20Fixed command Injectionnobu
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-19Merge psych-3.0.2 from ruby/psych.hsbt
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-18envutil.rb: define flush methodnobu
2017-12-18test/ruby/test_io.rb: test for r61314nobu
2017-12-18iseq.c (finish_iseq_build): fix coverage leakage [Bug #14191]mame
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-15openssl: suppress report_on_exception warningrhe
2017-12-15thread.c: fix deadlocknobu
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-14The main Thread should have report_on_exception=true for consistencyeregon
2017-12-14openssl: import v2.1.0rhe
2017-12-14Implement String#undump to unescape String#dump-ed stringtadd
2017-12-14Thread.current.report_on_exception = falseusa
2017-12-14Allow empty path components in a URI [Bug #8352]knu
2017-12-13bigdecimal: version 1.3.3mrkn
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-13webrick: compile RE correctly for beginning and end matchnormal
2017-12-12Capture the values of globals in EnvUtil to restore to the originaleregon
2017-12-12Revert r61192 and r61193eregon
2017-12-12Use EnvUtil.with_default_external in tests needing iteregon
2017-12-12Do not change Encoding.default_internal in assert_raise_with_messageeregon
2017-12-12Check that global encodings are not changed in test-alleregon
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-12Remove extra assert_nil in Rinda testseregon
2017-12-12Fix tests which fail with extra stderr output when a Thread dieseregon
2017-12-12Rescue expected Interrupt in TupleSpaceTestModule#test_take_bug_8215eregon
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-12irb/test_init.rb: add test to ensure $0k0kubun
2017-12-12test_struct.rb: rename constants to clarifyk0kubun
2017-12-12ext/coverage/coverage.c: Add test casesyui-knk