aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal2017-12-222-0/+20
* Extend timeout for CI.shugo2017-12-211-2/+2
* open-uri defines URI.open defined as an alias.akr2017-12-211-0/+10
* test for [Bug #14214]nobu2017-12-211-0/+10
* Don't allow mixed escapenaruse2017-12-211-0/+2
* move dump format validation into parsing epiloguenaruse2017-12-211-0/+10
* fix escapes in undumpnaruse2017-12-211-0/+13
* fix test errors on Windowsusa2017-12-202-2/+2
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-0/+15
* test/coverage/test_coverage.rb: make the expected value the same as 2.4mame2017-12-201-1/+1
* Fixed command Injectionnobu2017-12-202-0/+21
* extend timeout limit.ko12017-12-201-4/+5
* parse.y: end of script at newlinenobu2017-12-201-0/+6
* skip test_aspawn_too_long_path on Solaris 10 or earlierngoto2017-12-191-0/+3
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-191-1/+1
* compile.c: side effect in splatnobu2017-12-191-0/+6
* test_io.rb: EINVAL on Windowsnobu2017-12-181-2/+2
* io.c: opening external commandnobu2017-12-181-2/+3
* io.c: open generic in binreadnobu2017-12-181-0/+6
* check EOPNOTSUPP.ko12017-12-181-0/+2
* io.c: opening external commandnobu2017-12-181-0/+9
* envutil.rb: define flush methodnobu2017-12-181-0/+1
* test/ruby/test_io.rb: test for r61314nobu2017-12-181-0/+4
* iseq.c (finish_iseq_build): fix coverage leakage [Bug #14191]mame2017-12-181-0/+33
* thread.c: fix overly long Thread#join w/ timeoutnormal2017-12-171-0/+14
* ruby.c: script __dir__ encodingnobu2017-12-161-2/+7
* test_vm_dump.rb: skip if gccnobu2017-12-161-1/+1
* string.c: multiple codepointsnobu2017-12-161-0/+1
* openssl: suppress report_on_exception warningrhe2017-12-151-0/+12
* thread.c: fix deadlocknobu2017-12-151-0/+38
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-141-0/+234
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-141-2/+2
* openssl: import v2.1.0rhe2017-12-141-22/+45
* Implement String#undump to unescape String#dump-ed stringtadd2017-12-141-0/+35
* Thread.current.report_on_exception = falseusa2017-12-141-0/+3
* Allow empty path components in a URI [Bug #8352]knu2017-12-141-0/+6
* bigdecimal: version 1.3.3mrkn2017-12-132-242/+285
* test/ruby/test_env.rb: suppress a warningnobu2017-12-131-1/+3
* test_process.rb: fix error when empty groupsnobu2017-12-131-0/+1
* Avoid extra output in test_thread_interrupt_for_killed_threaderegon2017-12-131-0/+1
* webrick: compile RE correctly for beginning and end matchnormal2017-12-131-0/+25
* Capture the values of globals in EnvUtil to restore to the originaleregon2017-12-122-20/+24
* Revert r61192 and r61193eregon2017-12-123-14/+11
* Use EnvUtil.with_default_external in tests needing iteregon2017-12-122-5/+11
* Do not change Encoding.default_internal in assert_raise_with_messageeregon2017-12-121-6/+3
* Check that global encodings are not changed in test-alleregon2017-12-121-1/+23
* Remove useless assertion in TestThread#test_handle_interrupt_blockingeregon2017-12-121-1/+1
* Handle exception explicitly in TestBignum#test_interrupt_during_to_seregon2017-12-121-3/+5
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-1219-148/+181
* Remove extra assert_nil in Rinda testseregon2017-12-121-3/+2