aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada2022-10-242-9/+11
* [Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou2022-10-231-0/+16
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-5/+22
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+31
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-1/+1
* thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier2022-10-172-1/+14
* Skip utime example with Intel C Compiler suiteHiroshi SHIBATA2022-10-131-5/+9
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-081-5/+25
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-1/+9
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+17
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-1/+13
* Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze2022-09-292-0/+13
* Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze2022-09-292-22/+9
* Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA2022-09-291-3/+5
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-2851-259/+1142
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-9/+2
* Re-enable TZ test missed due to merge conflict.Vít Ondruch2022-09-271-2/+0
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-3/+10
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-262-10/+3
* Support using at toplevel in wrapped scriptChris Salzberg2022-09-244-0/+31
* Enable coverage for eval.Samuel Williams2022-09-221-9/+25
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-50/+58
* rb_int_range_last: properly handle non-exclusive rangeJean Boussier2022-09-041-0/+6
* Skip a couple of chroot spec failluresTakashi Kokubun2022-08-291-2/+5
* Update to ruby/spec@b8a8240Benoit Daloze2022-08-294-7/+8
* Update to ruby/spec@d01709fBenoit Daloze2022-08-2932-52/+473
* Fix private methods reported as protected when called via Symbol#to_procJean Boussier2022-08-251-4/+4
* Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze2022-08-201-0/+37
* [Bug #18955] format single character for `%c`Nobuyoshi Nakada2022-08-202-10/+30
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-181-0/+57
* The tzdata 2022c removed Amsterdam Mean TimeNobuyoshi Nakada2022-08-171-0/+2
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-111-0/+96
* Only allow procs created by Symbol#to_proc to call public methodsJeremy Evans2022-08-102-1/+28
* [Bug #18946] New tests for fixed Time/DateTime conversionsNobuyoshi Nakada2022-08-082-0/+26
* [Bug #18946] Use Gregorian dates to testNobuyoshi Nakada2022-08-082-4/+4
* Silent backtrace from cve_2019_8325_spec.rbNobuyoshi Nakada2022-08-071-0/+9
* Test that File.read defaults to text modeAlan Wu2022-08-051-0/+8
* Implement Queue#pop(timeout: sec)Jean Boussier2022-08-021-0/+55
* Update to ruby/spec@cbfaf51Benoit Daloze2022-07-2741-54/+526
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-4/+14
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-211-3/+12
* Relax `not_before` limitNobuyoshi Nakada2022-07-021-1/+1
* Fix TODO in stringio/truncate_spec.rbNobuyoshi Nakada2022-07-011-12/+3
* stop CI failures.Koichi Sasada2022-07-011-2/+3
* Add more check to debug failuresKazuhiro NISHIYAMA2022-06-301-1/+1
* Fix Process.clock_gettime specs on OpenBSDJeremy Evans2022-06-261-1/+3
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-2674-318/+1195
* [Feature #18788] Spec for options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+39
* Spec update for warnning suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-6/+31