aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* spec/ruby/library/socket/socket/listen_spec.rb: Allow both EACCES and EOPNOSUPPYusuke Endoh2020-10-121-2/+2
* relax Fiber#transfer's restrictionKoichi Sasada2020-10-125-38/+113
* Make the test suite pass on real Android/Termux environmentYusuke Endoh2020-10-124-5/+17
* Removed meaningless system dependent testsNobuyoshi Nakada2020-10-021-18/+0
* spec/ruby/core/process/spawn_spec.rb: skip a test on AndroidYusuke Endoh2020-10-011-1/+1
* [ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune2020-09-301-1/+3
* Update to ruby/spec@bfd843aBenoit Daloze2020-09-309-61/+51
* Update to ruby/mspec@e154fa1Benoit Daloze2020-09-301-1/+7
* Update to ruby/spec@681e8cfBenoit Daloze2020-09-302-8/+10
* Update to ruby/mspec@4120a62Benoit Daloze2020-09-301-9/+18
* Update to ruby/spec@9277d27Benoit Daloze2020-09-3017-6/+209
* Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans2020-09-282-9/+68
* Clarify spec description for Hash#{each,each_pair}Benoit Daloze2020-09-281-1/+1
* [rubygems/rubygems] Move comment below shebang in bin/console templateSteven Peckins2020-09-281-0/+2
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+8
* should not check taint flag on rubyspec.Koichi Sasada2020-09-252-2/+6
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-257-32/+48
* bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA2020-09-231-1/+1
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-59/+20
* Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze2020-09-211-3/+2
* Fix Thread leak in Thread#join specsBenoit Daloze2020-09-211-1/+2
* Make `Thread#join` non-blocking.Samuel Williams2020-09-211-0/+5
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-1/+1
* Update to ruby/spec@e829fb0Benoit Daloze2020-09-1727-134/+296
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-12/+116
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-15147-201/+199
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-0/+17
* [ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune2020-09-141-0/+2
* [ruby/ostruct] method_missing is privateMarc-Andre Lafortune2020-09-141-26/+3
* Make Mutex per-Fiber instead of per-ThreadBenoit Daloze2020-09-141-0/+12
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-25/+3
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-023-12/+42
* Deprecate iterator? methodNobuyoshi Nakada2020-08-311-6/+8
* Thread.exclusive: delete卜部昌平2020-08-311-32/+34
* Adapt specs for the new Tempfile.open with block behaviorBenoit Daloze2020-08-291-3/+25
* Fix warnings related to new Socket.gethostby* deprecationsBenoit Daloze2020-08-292-18/+18
* Update to ruby/spec@335eb9bBenoit Daloze2020-08-2822-344/+556
* Update to ruby/mspec@53a6e3eBenoit Daloze2020-08-286-9/+14
* States Time.at expects rational-like argument to respond to #to_intNobuyoshi Nakada2020-08-281-0/+6
* do not test --version卜部昌平2020-08-221-3/+9
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-062-3/+106
* [rubygems/rubygems] https functionality was merged into `net/https`David Rodríguez2020-07-311-5/+0
* Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze2020-07-291-0/+4
* Use https instead of httpKazuhiro NISHIYAMA2020-07-283-6/+6
* Do not assume all compilers accept same flags as gccNobuyoshi Nakada2020-07-281-1/+1
* Update to ruby/spec@07164daBenoit Daloze2020-07-2738-44/+733
* Update to ruby/mspec@9cffee9Benoit Daloze2020-07-271-1/+4
* Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans2020-07-221-10/+29
* Make StringIO encoding fixedNobuyoshi Nakada2020-07-202-3/+3
* Import remaining changesDavid Rodríguez2020-07-154-39/+54