Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | Skip spec failing on i686 | Benoit Daloze | |
2024-02-12 | Exclude a problematic spec when run in CRuby via make test-spec until fixed | Benoit Daloze | |
2024-02-12 | Update to ruby/spec@ce834ad | Benoit Daloze | |
2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/csv/**/*.rb | |||
2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/syslog/**/*.rb | |||
2024-01-22 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/drb/start_service_spec.rb | |||
2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/abbrev/**/*.rb | |||
2024-01-19 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/observer/**/*.rb | |||
2024-01-18 | Guard bigdecimal related examples | Hiroshi SHIBATA | |
spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/core/integer/coerce_spec.rb spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/shared/rational/coerce.rb spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' spec/ruby/library/bigmath/log_spec.rb and example of at_spec.rb | |||
2024-01-18 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/bigdecimal/**/*_spec.rb | |||
2024-01-17 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/base64/**/*_spec.rb | |||
2024-01-16 | spec/mspec/tool/wrap_with_guard.rb 'ruby_version_is ""..."3.4"' ↵ | Hiroshi SHIBATA | |
spec/ruby/library/getoptlong/**/*.rb | |||
2024-01-16 | Do not pollute toplevel namespace | Nobuyoshi Nakada | |
2023-12-23 | Fix for older set versions | Nobuyoshi Nakada | |
`Set::VERSION` was not defined in old set.rb bundled with ruby 3.2 or earlier. Also add comment for spec/mspec/tool/remove_old_guards.rb. | |||
2023-12-23 | Set 1.1 now checks subclass-ness stricter | Nobuyoshi Nakada | |
2023-11-30 | Fix failing spec | Misaki Shioi | |
2023-11-27 | Update to ruby/spec@c3206f6 | Benoit Daloze | |
2023-11-07 | Skip example for 07df8a5d5ee725eee00632717ea4deead5fc783b | Hiroshi SHIBATA | |
2023-11-06 | Fix the CI failure in OpenBSD | Yusuke Endoh | |
LibreSSL seems not to support `scrypt`. https://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20231105T233005Z.fail.html.gz ``` 1) OpenSSL::KDF.scrypt creates the same value with the same input ERROR NoMethodError: undefined method `scrypt' for module OpenSSL::KDF ``` | |||
2023-10-31 | Disable wrong test | Nobuyoshi Nakada | |
2023-10-30 | Update to ruby/spec@d56bd0f | Benoit Daloze | |
2023-10-30 | Revert "OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()" | Benoit Daloze | |
This reverts commit d434765faead1583ca9008bb579067a288085b93. | |||
2023-10-31 | OpenSSL::KDF.scrypt needs EVP_PBE_scrypt() | Nobuyoshi Nakada | |
2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
2023-10-04 | BigDecimal#to_s has not changed for fraction part | Nobuyoshi Nakada | |
The test for integer part was separated at dc54574adefe. | |||
2023-09-30 | Fix failures when all network interfaces are down | Nobuyoshi Nakada | |
2023-09-12 | Adjust CGI spec to pass when ran in isolation | Alan Wu | |
It failed with `NameError` because `Html3` is defined in the file that `CGI::HtmlExtension` autoloads. | |||
2023-09-04 | Update to ruby/spec@96d1072 | Benoit Daloze | |
2023-08-30 | BasicSocket#recv* return `nil` rather than an empty packet | Jean Boussier | |
[Bug #19012] man recvmsg(2) states: > Return Value > These calls return the number of bytes received, or -1 if an error occurred. > The return value will be 0 when the peer has performed an orderly shutdown. Not too sure how one is supposed to make the difference between a packet of size 0 and a closed connection. Notes: Merged: https://github.com/ruby/ruby/pull/6407 | |||
2023-08-02 | Update to ruby/spec@9e278f5 | Benoit Daloze | |
2023-07-05 | Skip a failing spec for the latest bigdecimal | Takashi Kokubun | |
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-05-29 | Update to ruby/spec@c3677cf | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f6ca5b | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
2023-04-21 | Skip when unix socket path is too long | Nobuyoshi Nakada | |
Eventually the path directly under "/tmp" is complained by `rm_r` in spec/mspec/lib/mspec/helpers/fs.rb. Notes: Merged: https://github.com/ruby/ruby/pull/7749 | |||
2023-02-27 | Update to ruby/spec@e7dc804 | Benoit Daloze | |
2023-02-22 | Use `BigDecimal::VERSION` instead of `RUBY_VERSION` | Nobuyoshi Nakada | |
2023-02-17 | BigDecimal changed #remainder's spec | Takashi Kokubun | |
This test is no longer passing: ``` 1) BigDecimal#remainder returns NaN if Infinity is involved FAILED Expected Infinity.nan? to be truthy but was false /home/runner/work/ruby/ruby/src/spec/ruby/library/bigdecimal/remainder_spec.rb:58:in `block (2 levels) in <top (required)>' /home/runner/work/ruby/ruby/src/spec/ruby/library/bigdecimal/remainder_spec.rb:4:in `<top (required)>' ``` https://github.com/ruby/bigdecimal/pull/243 | |||
2023-01-23 | blade is hosted under ruby-lang.org now | Hiroshi SHIBATA | |
2023-01-22 | More coverage tests & specs. (#7171) | Samuel Williams | |
* Add spec for eval and line coverage. * Add test for main file coverage. Notes: Merged-By: ioquatix <[email protected]> | |||
2023-01-05 | * remove trailing spaces, append newline at EOF. [ci skip] | git | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-12-15 | Remove `require 'io/wait'` where it's no longer necessary. (#6932) | Samuel Williams | |
* Remove `require 'io/wait'` as it's part of core now. * Update ruby specs using version gates. * Add note about why it's conditional. Notes: Merged-By: ioquatix <[email protected]> | |||
2022-12-06 | update rbconfig spec to Unicode version 15.0.0 | Martin Dürst | |
(this includes emoji version 15.0) | |||
2022-11-22 | Use valid tokens as cookie names | Nobuyoshi Nakada | |
2022-11-12 | Deal with different Ruby versions | Takashi Kokubun | |
2022-11-12 | Fix a CI failure in bigdecimal | Takashi Kokubun | |
2022-11-07 | Update to ruby/spec@740ccc8 | Benoit Daloze | |