aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add some more buffer for timeout checkk0kubun2019-03-291-1/+1
* strip trailing spaces [ci skip]nobu2019-03-291-2/+2
* Guard spec against msys2 shellk0kubun2019-03-281-2/+7
* Do not fail with --disable-jit-supportk0kubun2019-03-281-2/+9
* Update to ruby/spec@e81b3cderegon2019-03-2853-106/+932
* Fix typoskazu2019-03-271-4/+4
* Skip EBADF spec in MJIT test for nowk0kubun2019-03-271-11/+13
* Skip Bundler's test made fail by r67226k0kubun2019-03-141-0/+1
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-112-90/+30
* Directories in RbConfig may not exist until installationnobu2019-03-051-2/+2
* skip to not support color tty environment.hsbt2019-02-271-0/+12
* spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun2019-02-231-9/+12
* spec/../shared/write.rb: suppress random failurek0kubun2019-02-231-3/+5
* File#birthtime depends on the kernel version on Linuxnobu2019-02-221-1/+3
* Update to ruby/spec@7a16e01eregon2019-02-2175-258/+940
* Update to ruby/mspec@2ee5661eregon2019-02-213-61/+141
* Adjust the rubycop rules of Bundler upstream repository.hsbt2019-02-203-3/+3
* Revise the example on OpenBSDnobu2019-02-201-6/+7
* fix rubyspec test to pass tests. please revisit it @nobu?ko12019-02-201-5/+6
* * spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre2019-02-201-2/+2
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt2019-02-182-7/+12
* Fixup r66984. It breakes bundler's examples.hsbt2019-02-181-1/+1
* The ruby core applied the difference structure from bundler upstream reposito...hsbt2019-02-182-7/+19
* Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon2019-02-111-4/+12
* Fix specs for yield in singleton class being deprecatederegon2019-02-072-2/+8
* Update to ruby/spec@6cf8ebeeregon2019-02-07111-231/+1031
* Update to ruby/mspec@231e2ceeregon2019-02-072-20/+30
* Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon2019-02-052-4/+5
* Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon2019-02-051-4/+4
* Pass the Array from select() to Socket.udp_server_recveregon2019-02-051-4/+4
* Ignore to add bundler lib direcotry if it is same as rubylibdir.hsbt2019-02-051-0/+9
* Make sure to wait for socket to be readable.samuel2019-02-051-9/+2
* add debug codeko12019-02-041-0/+4
* Fixup r66984. Update the location of bundler gemspec.hsbt2019-02-021-1/+1
* Add refinements support to method/instance_method.nobu2019-01-281-8/+66
* Update to ruby/spec@e57f49ceregon2019-01-2711-15/+127
* Update to ruby/spec@e2fbd4deregon2019-01-201-2/+2
* Update to ruby/spec@35a9fbaeregon2019-01-20147-21491/+2697
* Update to ruby/mspec@e9a482deregon2019-01-206-26/+88
* call rb_str_modify to make a copy unsharednobu2019-01-173-1/+14
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-1/+9
* RbConfig::CONFIG never had "exeext"nobu2019-01-121-2/+2
* Drop whole examplesnobu2019-01-111-5/+2
* Fix r66791nobu2019-01-111-1/+0
* Fix r66772nobu2019-01-111-17/+6
* proc.c: proc without blocknobu2019-01-105-59/+130
* Merge Bundler 2.0.1 from upstream.hsbt2019-01-0454-217/+221
* Exclude Solaris in Process.clock_gettime specseregon2018-12-301-1/+1
* Revert "clock_gettime_spec.rb: exclude invalid clocks for Solaris"eregon2018-12-301-11/+5
* accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun2018-12-301-1/+2