| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-09 | Update to ruby/spec@d8bacef | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13265 | |||
| 2025-04-02 | Removed Solaris conditions from core directory | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13037 | |||
| 2025-03-27 | Update to ruby/spec@5e579e2 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12984 | |||
| 2025-01-30 | Update to ruby/spec@affef93 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12679 | |||
| 2025-01-07 | Quarantine failing new specs that require investigation | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12517 | |||
| 2025-01-07 | Update to ruby/spec@18032a7 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12517 | |||
| 2024-12-10 | Update to ruby/spec@9f10222 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12297 | |||
| 2024-06-20 | Skip 3 specs when $HOME is not a valid directory | Jeremy Evans | |
| If $HOME isn't a valid directory, these specs fail, but I think it is better to skip in this case, as it does not indicate a bug. This fixes specs when run in the OpenBSD port, which sets $HOME to an invalid directory to ensure that software's build system is not accidentally relying on it. | |||
| 2024-04-02 | Update to ruby/spec@573cf97 | Andrew Konchin | |
| 2024-03-14 | Update to ruby/spec@89175b2 | Benoit Daloze | |
| 2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
| 2023-10-26 | Windows: Prefer USERPROFILE over HOMEPATH | Lars Kanis | |
| Enable the test commented out in ruby/ruby@d0f5dc9eac78ecade459. Extracted from GH-7033, that is for initialization at start up time and this test is unrelated to it. | |||
| 2023-09-04 | Update to ruby/spec@96d1072 | Benoit Daloze | |
| 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@7f69c86 | Benoit Daloze | |
| 2023-03-24 | Add Dir.fchdir | Jeremy Evans | |
| This is useful for passing directory file descriptors over UNIX sockets or to child processes to avoid TOCTOU vulnerabilities. The implementation follows the Dir.chdir code. This will raise NotImplementedError on platforms not supporting both fchdir and dirfd. Implements [Feature #19347] Notes: Merged: https://github.com/ruby/ruby/pull/7135 | |||
| 2023-01-05 | Update to ruby/spec@7e680fa | Benoit Daloze | |
| 2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
| 2022-12-24 | Windows: Prefer USERPROFILE over HOMEPATH | Lars Kanis | |
| HOMEPATH is set to "\WINDOWS\system32" when running per "runas" session. This directory is not writable by ordinary users, leading to errors with many ruby tools. Also config files in the home directory are not recognized. Still keeping HOME at first which is not used by native Windows, but by ruby specs and by MSYS2 environment. Notes: Merged: https://github.com/ruby/ruby/pull/6992 | |||
| 2022-12-24 | Windows: Fix encoding of Dir.home | Lars Kanis | |
| Dir.home returns an UTF-8 string since ruby-3.0, but the actual encoding of the bytes was CP_ACP or CP_OEMCP. That led to invalid bytes when calling Dir.home with an unicode username. Notes: Merged: https://github.com/ruby/ruby/pull/6991 | |||
| 2022-08-29 | Skip a couple of chroot spec faillures | Takashi Kokubun | |
| I don't come up with a way to fix it right away. We'd need some experiments on a pull request. | |||
| 2022-08-29 | Update to ruby/spec@b8a8240 | Benoit Daloze | |
| 2022-08-29 | Update to ruby/spec@d01709f | Benoit Daloze | |
| 2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
| 2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
| 2022-03-28 | Update to ruby/spec@aaf998f | Benoit Daloze | |
| 2022-03-14 | spec: skip '~' test for wasi due to lack of shell | Yuta Saito | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5655 | |||
| 2022-03-03 | Update to ruby/spec@82cd3a3 | Benoit Daloze | |
| 2022-01-28 | Update to ruby/spec@902ab83 | Benoit Daloze | |
| 2021-11-29 | Update to ruby/spec@7f22a0b | Benoit Daloze | |
| 2021-11-18 | Expect bool as `sort:` option at glob [Feature #18287] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5084 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-10-20 | Update to ruby/spec@d6921ef | Benoit Daloze | |
| 2021-10-05 | Update to ruby/spec@ccf0d85 | Benoit Daloze | |
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
| 2021-01-12 | Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280] | Nobuyoshi Nakada | |
| Co-authored-by: Jeremy Evans <code@jeremyevans.net> Notes: Merged: https://github.com/ruby/ruby/pull/4052 | |||
| 2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
| 2020-11-27 | Update to ruby/spec@ac878ad | Benoit Daloze | |
| 2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
| 2020-04-29 | [ruby/spec] Temporary directories should be under the mock_dir | Nobuyoshi Nakada | |
| 2020-04-06 | Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?` | Nobuyoshi Nakada | |
| 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-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-02-13 | spec/ruby/core/dir/home_spec.rb: exclude Android | Yusuke Endoh | |
| I couldn't find a robust way to get the home path except ENV["HOME"] on Android Termux. | |||
| 2019-09-29 | Update to ruby/spec@34e6246 | Benoit Daloze | |
| 2019-09-29 | Update to ruby/spec@519df35 | Benoit Daloze | |
| 2019-09-09 | Make test-all and test-spec runnable on Android | Yusuke Endoh | |
| Calling some syscall functions such as Dir.chroot causes SIGSYS instead of EPERM on Android. This change skips all tests that stops the test-suite run. | |||
| 2019-09-02 | Prohibit nul-separated glob pattern [Feature #14643] (#2419) | Nobuyoshi Nakada | |
| Notes: Merged-By: nobu <nobu@ruby-lang.org> | |||
