| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-28 | Use https instead of http | Kazuhiro NISHIYAMA | |
| 2020-07-27 | Update to ruby/spec@07164da | Benoit Daloze | |
| 2020-07-20 | Make StringIO encoding fixed | Nobuyoshi Nakada | |
| Get rid of affects by default external encoding. Notes: Merged: https://github.com/ruby/ruby/pull/3334 | |||
| 2020-06-29 | Avoid deprecated OpenSSL::Digest constants | Bart de Water | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3270 | |||
| 2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
| 2020-06-03 | Quarantine specs which fail frequently with CHECK_LEAKS=true | Benoit Daloze | |
| 2020-05-31 | Update to ruby/spec@4e486fa | Benoit Daloze | |
| 2020-05-31 | Fix error raised by Net::HTTPResponse#inflater if the block raises | Benoit Daloze | |
| * See https://bugs.ruby-lang.org/issues/13882#note-6 Notes: Merged: https://github.com/ruby/ruby/pull/3164 | |||
| 2020-05-31 | Fix spec description for Net::HTTP.get | Benoit Daloze | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3164 | |||
| 2020-05-30 | spec: add wsl guard | Yusuke Endoh | |
| WSL 2 is officially released. It uses Linux kernel, so almost all specs for Linux work on WSL, except one: gethostbyaddr. I guess network resolution in WSL is based on Windows, so the behavior seems a bit different from normal Linux. This change adds `platform_is_not :wsl` guard, and guards out the test in question. | |||
| 2020-05-14 | Thread scheduler for light weight concurrency. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3032 Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
| 2020-05-02 | Update to ruby/spec@d394dfd | Benoit Daloze | |
| 2020-05-01 | Fixed a message and version guard then moved to the existing block | Nobuyoshi Nakada | |
| 2020-05-01 | Fix a typo | Takashi Kokubun | |
| 2020-05-01 | Fix matrix spec for 7d360efe92d2db11a4e51820ed2f52de36b3257f | Takashi Kokubun | |
| 2020-04-26 | [ruby/spec] Removed space between method name and argument list paren | Nobuyoshi Nakada | |
| 2020-04-26 | [ruby/spec] Fixed missing should | Nobuyoshi Nakada | |
| 2020-04-04 | Fixed the location of the shared library | Nobuyoshi Nakada | |
| On platform where searchs shared libraries by `PATH` environment variable (i.e., Windows), the shared library is installed in `bindir`. On other platforms, the library directory is directed by `libdirname` indirectly. | |||
| 2020-04-04 | rbconfig_spec.rb: removed needless windows guard | Nobuyoshi Nakada | |
| This reverts commit 34b0a7be0ed2fd4ca4d1d509a22964b5e61dfe34. | |||
| 2020-04-03 | Refined "Drop support for ruby 2.4 from ruby/spec" | Nobuyoshi Nakada | |
| By using spec/mspec/tool/remove_old_guards.rb. Notes: Merged: https://github.com/ruby/ruby/pull/2997 | |||
| 2020-04-03 | Removed obsolete names | Nobuyoshi Nakada | |
| 2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-04-01 | Use FrozenError instead of frozen_error_class | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-03-28 | spec/ruby/library/rbconfig/rbconfig_spec.rb: restore "not windows" guard | Yusuke Endoh | |
| https://github.com/ruby/ruby/runs/541455267 ``` 1) RbConfig::CONFIG libdir/LIBRUBY_SO is the path to libruby and it exists if and only if ENABLE_SHARED FAILED Expected File.exist? "d:/Ruby26-x64/lib/x64-msvcrt-ruby260.dll" to be truthy but was false D:/a/ruby/ruby/src/spec/ruby/library/rbconfig/rbconfig_spec.rb:46:in `block (3 levels) in <top (required)>' D:/a/ruby/ruby/src/spec/ruby/library/rbconfig/rbconfig_spec.rb:4:in `<top (required)>' ``` | |||
| 2020-03-28 | Fixed RbConfig spec for multiarch | Nobuyoshi Nakada | |
| 2020-03-28 | Guard RbConfig spec unless installed | Nobuyoshi Nakada | |
| 2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
| 2020-03-15 | Enclosed version constant | Nobuyoshi Nakada | |
| 2020-03-15 | Added guard against [Bug #16497] | Nobuyoshi Nakada | |
| 2020-03-15 | [ruby/stringio] StringIO#initialize default to the source string encoding | Jean Boussier | |
| [Bug #16497] https://github.com/ruby/stringio/commit/4958a5ccab | |||
| 2020-03-12 | Update some syslog tests to absurb the format change of FreeBSD syslog | Yusuke Endoh | |
| FreeBSD ``` $ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }' rubyspec 78462 - - Hello ``` Linux ``` $ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }' rubyspec: Hello ``` https://github.com/freebsd/freebsd/commit/591ef7c8076109cff3c41f9bb50da996a34121e9 | |||
| 2020-03-10 | Added version guard for OpenSSL::Config | Nobuyoshi Nakada | |
| 2020-02-28 | Update to ruby/spec@41bf282 | Benoit Daloze | |
| 2020-02-23 | Warn non-nil `$/` [Feature #14240] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2920 | |||
| 2020-02-23 | Warn non-nil `$\` [Feature #14240] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2920 | |||
| 2020-02-13 | spec/ruby/library/socket/constants/constants_spec.rb: skip on Android | Yusuke Endoh | |
| IP_MAX_MEMBERSHIPS seems not to be defined on Android | |||
| 2020-02-13 | spec/ruby/library/socket/addrinfo/getnameinfo_spec.rb: skip on Android | Yusuke Endoh | |
| FreeBSD's GETNAMEINFO(3) says: > If a link-layer address or UNIX-domain address is passed to > getnameinfo(), its ASCII representation will be stored in host. The > string pointed to by serv will be set to the empty string if non-NULL; > flags will always be ignored. Android seems to behave like FreeBSD. | |||
| 2020-02-13 | spec/ruby/library/etc/: skip the specs related to group on Android | Yusuke Endoh | |
| User/group system on Android seems different from normal Linux. | |||
| 2020-02-13 | spec/ruby/library/socket/addrinfo: skip the specs that uses SOCK_SEQPACKET ↵ | Yusuke Endoh | |
| on Android SOCK_SEQPACKET seems not to be supported on Android | |||
| 2020-02-13 | spec/ruby/library/syslog: skip the specs that use LOG_PERROR on Android | Yusuke Endoh | |
| LOG_PERROR is defined on Android, but not implemented yet. See also f3c4e620ac612eab6370b1fb82feaa4e651542bb. | |||
| 2020-02-13 | spec/ruby/library/etc/confstr_spec.rb: skip on Android | Yusuke Endoh | |
| There seems to be no _CS_PATH on Android. | |||
| 2020-02-06 | [ruby/spec] Don't care about return values | Nobuyoshi Nakada | |
| RDoc says nothing about them. Added an example that ConditionVariable#wait can be woken up by ConditionVariable#signal, instead. | |||
| 2020-02-06 | [ruby/spec] Check by Thread#stop? | Nobuyoshi Nakada | |
| Check if threads are stopped by Thread#stop? instead of the status name. | |||
| 2020-01-28 | Update to ruby/spec@f8a2d54 | Benoit Daloze | |
| 2020-01-23 | Guarded the examples for deprecated "taint" | Nobuyoshi Nakada | |
| 2020-01-12 | Ignore rexml examples on ruby/spec | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2832 | |||
| 2019-12-27 | Update to ruby/spec@d419e74 | Benoit Daloze | |
| 2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
| Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. | |||
| 2019-12-17 | close datasocket on stor of server side | NARUSE, Yui | |
