summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-02-05Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon
2019-02-05Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon
2019-02-05Pass the Array from select() to Socket.udp_server_recveregon
2019-02-05Ignore to add bundler lib direcotry if it is same as rubylibdir.hsbt
2019-02-05Make sure to wait for socket to be readable.samuel
2019-02-04add debug codeko1
2019-02-02Fixup r66984. Update the location of bundler gemspec.hsbt
2019-01-28Add refinements support to method/instance_method.nobu
2019-01-27Update to ruby/spec@e57f49ceregon
2019-01-20Update to ruby/spec@e2fbd4deregon
2019-01-20Update to ruby/spec@35a9fbaeregon
2019-01-20Update to ruby/mspec@e9a482deregon
2019-01-17call rb_str_modify to make a copy unsharednobu
2019-01-15setbyte / ungetbyte allow out-of-range integersshyouhei
2019-01-12RbConfig::CONFIG never had "exeext"nobu
2019-01-11Drop whole examplesnobu
2019-01-11Fix r66791nobu
2019-01-11Fix r66772nobu
2019-01-10proc.c: proc without blocknobu
2019-01-04Merge Bundler 2.0.1 from upstream.hsbt
2018-12-30Exclude Solaris in Process.clock_gettime specseregon
2018-12-30Revert "clock_gettime_spec.rb: exclude invalid clocks for Solaris"eregon
2018-12-30accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun
2018-12-30clock_gettime_spec.rb: exclude invalid clocks for Solarisk0kubun
2018-12-30accept_nonblock_spec: IO.select instead of sleepnormal
2018-12-30Update to ruby/spec@2d89e48eregon
2018-12-29Skip specs on AIX as it doesn't have /dev/fderegon
2018-12-29Reenable spec on Solaris to find out which clocks fail on Solariseregon
2018-12-29Exclude CLOCKs which require special permissions in Process.clock_gettime specseregon
2018-12-29Reenable spec on Linux to find out which clocks fail on RHELeregon
2018-12-29Refactor Process.clock_gettime spec to give more information when it failseregon
2018-12-29clock_gettime_spec.rb: add more platform guards for RubyCIk0kubun
2018-12-29spawn_spec.rb: add missing platform guardk0kubun
2018-12-29clock_gettime_spec.rb: skip a new spec broken on solarisk0kubun
2018-12-29Update to ruby/spec@c8b36c4eregon
2018-12-29Update to ruby/spec@944ea57eregon
2018-12-29Update to ruby/mspec@2bd2eaderegon
2018-12-27accept_nonblock_spec.rb: skip spurious failurek0kubun
2018-12-27Fix restorationnobu
2018-12-27Suppress warningsnobu
2018-12-26spec/ruby/library/socket/socket/bind_spec.rb: allow to run under dockermame
2018-12-26spec/ruby/core/process/setpriority_spec.rb: allow to run under dockermame
2018-12-22ostruct.rb: Accept block for to_h [#15451].marcandre
2018-12-20rexml: upgrade to 3.1.8kou
2018-12-16spec/../initialize_spec.rb: skip fd-specific speck0kubun
2018-12-15use System Monitor Control for spec of Win32OLE.suke
2018-12-11Merge Bundler 1.17.2 from upstream.hsbt
2018-12-11Same as r66334 add Errno::EISDIRnaruse
2018-12-11Downgrade Bundler 1.17.x from 2.0.0.hsbt
2018-12-07Array#any? just returns true/falsenobu