summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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-12irb.rb: preserve ARGV on binding.irbk0kubun
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-12ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODEmame
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-06remove unnecessary read_timeout.shugo
2017-12-06`Integer#pow(b)` accepts numerickazu
2017-12-05test_syntax.rb: Add a test case for `not()`yui-knk
2017-12-05ext/coverage/coverage.c: method coverage has column info. of method def.mame