summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
2022-01-06Fix spec failure on ruby 3.1Kazuhiro NISHIYAMA
2022-01-05Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans
2022-01-05Fix failures on ruby 3.1Kazuhiro NISHIYAMA
2022-01-03Kernel#=~: delete卜部昌平
2022-01-01Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada
2022-01-01Remove unnecessary Random::DEFAULT expectationsNobuyoshi Nakada
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans
2021-12-28s/an Bignum/a Bignum/ [ci skip]Nobuyoshi Nakada
2021-12-28Remove obsolete Fixnum and BignumNobuyoshi Nakada
2021-12-27Skip testing --enable-all in MinGW for nowTakashi Kokubun
2021-12-26Postpone fix of lookbehind with ss characters tentativelyNobuyoshi Nakada
2021-12-26Remove Refinement#include and Refinement#prependNobuyoshi Nakada
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-20Remove Class#descendantsJeremy Evans
2021-12-19skip -v spec on MJITKoichi Sasada
2021-12-16Restore the global random seedNobuyoshi Nakada
2021-12-16Fix Kernel#srand and Kernel#rand descriptions [ci skip]Nobuyoshi Nakada
2021-12-16Refine wording about the default random seed [ci skip]Nobuyoshi Nakada
2021-12-16Use `to_s` and `puts` in testsNobuyoshi Nakada
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-08Skip bind port 1 when ip_unprivileged_port_start<=1Kazuhiro NISHIYAMA
2021-12-01[win32] skip example about STDIN encodingsNobuyoshi Nakada
2021-11-30Fix `GC.total_time` exampleNobuyoshi Nakada
2021-11-29Update to ruby/spec@7f22a0bBenoit Daloze
2021-11-23Add Class#subclassesJean Boussier
2021-11-18Make Module#{public,private,protected,module_function} return argumentsJeremy Evans
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-16Revert "Temporary ignored the failing specs for Date"Yusuke Endoh
2021-11-16Temporary ignored the failing specs for DateHiroshi SHIBATA
2021-11-02Fix typosNobuyoshi Nakada
2021-10-29Cleanup GC.auto_compact specBenoit Daloze
2021-10-29Skip GC.auto_compact= spec for platforms not supporting itBenoit Daloze
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-28Update to ruby/spec@21a48d9Benoit Daloze
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-25Make Coverage suspendable (#4856)Yusuke Endoh
2021-10-25fix typo [ci skip]180909
2021-10-25Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun
2021-10-20Update to ruby/spec@254c380Benoit Daloze
2021-10-20Add extra files from ruby/spec which were skipped due to .gitignoreBenoit Daloze
2021-10-20Update to ruby/spec@d6921efBenoit Daloze
2021-10-18Not all environment variables can be convertible to IBM-437Nobuyoshi Nakada
2021-10-13Fix a typoKazuhiro NISHIYAMA
2021-10-10Use an isolated classNobuyoshi Nakada
2021-10-08Remove autoload for constant if the autoload failsJeremy Evans