summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2020-10-26Assoc pattern matching (#3703)Nobuyoshi Nakada
2020-10-26Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze
2020-10-26Add specs that #caller and #caller_locations include core library methods def...Benoit Daloze
2020-10-26Update to ruby/spec@b164536Benoit Daloze
2020-10-26Remove spec which is too difficult to get working with various compilersBenoit Daloze
2020-10-26Use gcc-specific pragma only on gcc (and the family)Nobuyoshi Nakada
2020-10-25Fix compilation on MSVCNobuyoshi Nakada
2020-10-25Try to fix compilation on MSVCBenoit Daloze
2020-10-24Update to ruby/spec@4f59d86Benoit Daloze
2020-10-24Update to ruby/mspec@b56e7a2Benoit Daloze
2020-10-23numeric.c, range.c: prohibit zero stepKenta Murata
2020-10-19Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-10-15Partly reverted test failing with https://github.com/rubygems/rubygems/pull/3921Hiroshi SHIBATA
2020-10-15Merge bundler-2.2.0.rc.2Hiroshi SHIBATA
2020-10-12spec/ruby/library/socket/socket/listen_spec.rb: Allow both EACCES and EOPNOSUPPYusuke Endoh
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-10-12Make the test suite pass on real Android/Termux environmentYusuke Endoh
2020-10-02Removed meaningless system dependent testsNobuyoshi Nakada
2020-10-01spec/ruby/core/process/spawn_spec.rb: skip a test on AndroidYusuke Endoh
2020-09-30[ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune
2020-09-30Update to ruby/spec@bfd843aBenoit Daloze
2020-09-30Update to ruby/mspec@e154fa1Benoit Daloze
2020-09-30Update to ruby/spec@681e8cfBenoit Daloze
2020-09-30Update to ruby/mspec@4120a62Benoit Daloze
2020-09-30Update to ruby/spec@9277d27Benoit Daloze
2020-09-28Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans
2020-09-28Clarify spec description for Hash#{each,each_pair}Benoit Daloze
2020-09-28[rubygems/rubygems] Move comment below shebang in bin/console templateSteven Peckins
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-23bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA
2020-09-22Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans
2020-09-21Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze
2020-09-21Fix Thread leak in Thread#join specsBenoit Daloze
2020-09-21Make `Thread#join` non-blocking.Samuel Williams
2020-09-17Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-09-17Update to ruby/spec@e829fb0Benoit Daloze
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-09-152.8 -> 3.0 in specsBenoit Daloze
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-09-14[ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune
2020-09-14[ruby/ostruct] method_missing is privateMarc-Andre Lafortune
2020-09-14Make Mutex per-Fiber instead of per-ThreadBenoit Daloze
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-08-31Deprecate iterator? methodNobuyoshi Nakada
2020-08-31Thread.exclusive: delete卜部昌平
2020-08-29Adapt specs for the new Tempfile.open with block behaviorBenoit Daloze
2020-08-29Fix warnings related to new Socket.gethostby* deprecationsBenoit Daloze