summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-03-11The combination of non-Symbol keys and Symbol keys is now allowed againmame
2019-03-05Directories in RbConfig may not exist until installationnobu
2019-02-27skip to not support color tty environment.hsbt
2019-02-23spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun
2019-02-23spec/../shared/write.rb: suppress random failurek0kubun
2019-02-22File#birthtime depends on the kernel version on Linuxnobu
2019-02-21Update to ruby/spec@7a16e01eregon
2019-02-21Update to ruby/mspec@2ee5661eregon
2019-02-20Adjust the rubycop rules of Bundler upstream repository.hsbt
2019-02-20Revise the example on OpenBSDnobu
2019-02-20fix rubyspec test to pass tests. please revisit it @nobu?ko1
2019-02-20* spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre
2019-02-18Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt
2019-02-18Fixup r66984. It breakes bundler's examples.hsbt
2019-02-18The ruby core applied the difference structure from bundler upstream reposito...hsbt
2019-02-11Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon
2019-02-07Fix specs for yield in singleton class being deprecatederegon
2019-02-07Update to ruby/spec@6cf8ebeeregon
2019-02-07Update to ruby/mspec@231e2ceeregon
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