aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/ruby/test_io.rb: test for r61314nobu2017-12-181-0/+4
* 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
* thread.c: fix deadlocknobu2017-12-151-0/+38
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-141-2/+2
* Implement String#undump to unescape String#dump-ed stringtadd2017-12-141-0/+35
* 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
* Revert r61192 and r61193eregon2017-12-122-11/+5
* Use EnvUtil.with_default_external in tests needing iteregon2017-12-122-5/+11
* 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-126-66/+83
* Fix tests which fail with extra stderr output when a Thread dieseregon2017-12-121-6/+10
* 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
* test_struct.rb: rename constants to clarifyk0kubun2017-12-121-10/+10
* 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
* 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-1218-66/+66
* 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
* `Integer#pow(b)` accepts numerickazu2017-12-061-0/+4
* test_syntax.rb: Add a test case for `not()`yui-knk2017-12-051-0/+4
* bignum.c, numeric.c: add Integer#pow(b, m)mrkn2017-12-041-0/+14
* Modules should not have subclasses.shugo2017-12-021-0/+19
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-3/+7
* Make Module#attr{accessor|reader|writer|} public [#14132]marcandre2017-11-291-0/+12
* file.c: File.lutimenobu2017-11-291-0/+30
* * remove trailing spaces.svn2017-11-291-3/+3
* Unused module refinement shouldn't break method search.shugo2017-11-291-0/+26