aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix tests which fail with extra stderr output when a Thread dieseregon2017-12-122-6/+11
* Rescue expected Interrupt in TupleSpaceTestModule#test_take_bug_8215eregon2017-12-121-0/+2
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-122-14/+30
* struct.c: show `keyword_init: true` on inspectk0kubun2017-12-121-0/+2
* irb/test_init.rb: add test to ensure $0k0kubun2017-12-121-0/+6
* test_struct.rb: rename constants to clarifyk0kubun2017-12-121-10/+10
* ext/coverage/coverage.c: Add test casesyui-knk2017-12-121-0/+7
* Unneeded assertiona_matsuda2017-12-121-1/+0
* Add Method#=== that invokes #calla_matsuda2017-12-121-0/+6
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-0/+5
* error.c(exc_full_message): Exception#full_messagesorah2017-12-121-0/+11
* irb.rb: preserve ARGV on binding.irbk0kubun2017-12-121-0/+25
* Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]naruse2017-12-121-0/+24
* process.c: add Process.last_statusmrkn2017-12-121-0/+5
* struct.c: add keyword_init option to Struct.newk0kubun2017-12-121-0/+17
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-1226-82/+82
* ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODEmame2017-12-121-1/+0
* Fix a method nameyui-knk2017-12-111-1/+1
* remove vm_opt_binop_dispatch().ko12017-12-111-0/+40
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-0/+18
* test_process.rb (test_maxgroups): add assertionsnobu2017-12-091-1/+6
* test_file_exhaustive.rb: get rid of failuresnobu2017-12-081-3/+0
* test_file_exhaustive.rb: test_utime_symlinkfilenobu2017-12-081-0/+1
* test_file_exhaustive.rb: fix arguments ordernobu2017-12-081-5/+5