| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
| 2022-05-29 | Update rubyspec for stringio bug fix | Jeremy Evans | |
| 2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
| 2022-03-28 | Update to ruby/spec@aaf998f | Benoit Daloze | |
| 2022-03-14 | clarify meaning of version guards for Unicode version specs [ci skip] | Martin Dürst | |
| 2022-03-13 | Fix guards for unicode versions specs | Benoit Daloze | |
| 2022-03-13 | comment out failing Unicode/Emoji version checks temporarily | Martin Dürst | |
| 2022-03-13 | update specs to check for Unicode Version 14.0.0/Emoji Version 14.0 | Martin Dürst | |
| 2022-02-26 | Deprecate the unintentional ability to parse `Symbol` | Nobuyoshi Nakada | |
| 2022-01-28 | Update to ruby/spec@902ab83 | Benoit Daloze | |
| 2022-01-10 | Update to ruby/spec@226cfdc | Benoit Daloze | |
| 2021-12-08 | Skip bind port 1 when ip_unprivileged_port_start<=1 | Kazuhiro NISHIYAMA | |
| Linux can allow to bind port 1 to user. And `ip_unprivileged_port_start` is 0 on [lima](https://github.com/lima-vm/lima) default vm. ``` 1) Socket#bind on SOCK_DGRAM socket raises Errno::EACCES when the current user does not have permission to bind FAILED Expected Errno::EACCES but no exception was raised (0 was returned) .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:38:in `block (4 levels) in <top (required)>' .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:4:in `<top (required)>' 2) Socket#bind on SOCK_STREAM socket raises Errno::EACCES when the current user does not have permission to bind FAILED Expected Errno::EACCES but no exception was raised (0 was returned) .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:79:in `block (4 levels) in <top (required)>' .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:44:in `<top (required)>' 3) Socket#bind using IPv4 using a packed socket address raises Errno::EACCES when the user is not allowed to bind to the port FAILED Expected Errno::EACCES but no exception was raised (0 was returned) .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:119:in `block (6 levels) in <top (required)>' .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:85:in `<top (required)>' 4) Socket#bind using IPv6 using a packed socket address raises Errno::EACCES when the user is not allowed to bind to the port FAILED Expected Errno::EACCES but no exception was raised (0 was returned) .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:119:in `block (6 levels) in <top (required)>' .../ruby/spec/ruby/library/socket/socket/bind_spec.rb:85:in `<top (required)>' ``` | |||
| 2021-11-29 | Update to ruby/spec@7f22a0b | Benoit Daloze | |
| 2021-11-16 | Revert "Temporary ignored the failing specs for Date" | Yusuke Endoh | |
| This reverts commit 17e64cca6b737060884f6fd9ab1c5055e9b49577. The specs should work now. | |||
| 2021-11-16 | Temporary ignored the failing specs for Date | Hiroshi SHIBATA | |
| 2021-10-25 | Make Coverage suspendable (#4856) | Yusuke Endoh | |
| * Make Coverage suspendable Add `Coverage.suspend`, `Coverage.resume` and some methods. [Feature #18176] [ruby-core:105321] Notes: Merged-By: mame <mame@ruby-lang.org> | |||
| 2021-10-20 | Update to ruby/spec@254c380 | Benoit Daloze | |
| 2021-10-20 | Update to ruby/spec@d6921ef | Benoit Daloze | |
| 2021-10-13 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2021-10-10 | Use an isolated class | Nobuyoshi Nakada | |
| The number of all instances of `Class` may be affected by GC-able anonymous classes created by other tests. | |||
| 2021-10-07 | Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90 | Hiroshi SHIBATA | |
| 2021-10-05 | Update to ruby/spec@ccf0d85 | Benoit Daloze | |
| 2021-09-28 | Followed up behavior change of set | Hiroshi SHIBATA | |
| https://github.com/ruby/ruby/commit/f360ebb30606a4143029996073d29d007069428d | |||
| 2021-09-28 | Followed up ruby/spec examples for date. | Hiroshi SHIBATA | |
| https://github.com/ruby/ruby/commit/f9f7f3a75ec5af4a70e3332f8f5aa300c13432e2 | |||
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-08-13 | Update to ruby/spec@330c641 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-07-27 | Bump unicode version for Ruby 3.1 | Hiroshi SHIBATA | |
| 2021-07-08 | Fix ruby_version guards in Unicode/Emoji version specs | Martin Dürst | |
| Correct version guards in ruby_version in Unicode/Emoji version specs to correctly use exclusive range endings. | |||
| 2021-07-08 | Add new Unicode/Emoji version checks to spec/ruby/library/rbconfig | Martin Dürst | |
| - Limit Unicode version 12.1.0 to Ruby versions 2.6.3 - 3.0 - Check that Ruby version 3.1 has Unicode version 13.0.0 - Limit Unicode Emoji version 12.1 to Ruby versions 2.7 - 3.0 - Check that Ruby version 3.1 has Unicode Emoji version 13.0 | |||
| 2021-06-02 | Update to ruby/spec@c6e9285 | Benoit Daloze | |
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2021-05-27 | Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rb | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
| 2021-05-17 | Use a shared spec for YAML.load and YAML.unsafe_load | Benoit Daloze | |
| 2021-05-17 | spec/ruby/library/yaml: Test YAML.unsafe_load instead of YAML.load in 3.1 | Yusuke Endoh | |
| 2021-05-17 | Revert "Use YAML.unsafe_load instead of YAML.load." | Yusuke Endoh | |
| This reverts commit a0e97b0e2e4314a0815d09beb825e38f234778da. | |||
| 2021-05-17 | Use YAML.unsafe_load instead of YAML.load. | Hiroshi SHIBATA | |
| This is a temporary workaround. We should rewrite the examples with permitted_classes. | |||
| 2021-05-06 | net-http no longer requires stringio | Nobuyoshi Nakada | |
| 2021-05-04 | spec/ruby/library/net/http/http/fixtures/http_server.rb host naming for Windows | MSP-Greg | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4424 | |||
| 2021-04-15 | spec/ruby/library/matrix/: Change the version guard to 3.1.0 | Yusuke Endoh | |
| [Bug #17521] won't be backported until 3.1.0. https://github.com/ruby/spec/pull/832 | |||
| 2021-04-06 | spec/ruby/library/matrix/: Change the version guard to 3.0.2 | Yusuke Endoh | |
| [Bug #17521] is not backported to 3.0.1. | |||
| 2021-03-27 | Update to ruby/spec@fd6eddd | Benoit Daloze | |
| 2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
| 2021-01-28 | Update to ruby/spec@8cafaa5 | Benoit Daloze | |
| 2021-01-11 | [ruby/matrix] use an exclusive range [Bug #17521] | Nobuyoshi Nakada | |
| 2021-01-10 | [ruby/matrix] Fix 0-th power [Bug #17521] (#4047) | Marc-André Lafortune | |
| Notes: Merged-By: marcandre <github@marc-andre.ca> | |||
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
| 2020-12-21 | Fixed indefinite articles before "Integer" [ci skip] | Nobuyoshi Nakada | |
| 2020-12-20 | BigDecimal#precs is deprecated | Nobuyoshi Nakada | |
