aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/dir
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@7e680faBenoit Daloze2023-01-051-2/+3
|
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-052-16/+46
|
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-0/+17
| | | | | | | | | 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.
* Windows: Fix encoding of Dir.homeLars Kanis2022-12-241-0/+11
| | | | | | | 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.
* Skip a couple of chroot spec failluresTakashi Kokubun2022-08-291-2/+5
| | | | | I don't come up with a way to fix it right away. We'd need some experiments on a pull request.
* Update to ruby/spec@b8a8240Benoit Daloze2022-08-291-1/+1
|
* Update to ruby/spec@d01709fBenoit Daloze2022-08-293-0/+8
|
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-261-5/+5
|
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-255-42/+2
|
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-281-0/+7
|
* spec: skip '~' test for wasi due to lack of shellYuta Saito2022-03-141-1/+1
|
* Update to ruby/spec@82cd3a3Benoit Daloze2022-03-033-7/+50
|
* Update to ruby/spec@902ab83Benoit Daloze2022-01-282-0/+34
|
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-291-5/+17
|
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-0/+9
|
* Update to ruby/spec@d6921efBenoit Daloze2021-10-201-0/+17
|
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-052-0/+5
|
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-073-0/+8
|
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-294-103/+125
|
* Update to ruby/spec@37e52e5Benoit Daloze2021-02-274-6/+45
|
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-123-19/+70
| | | | Co-authored-by: Jeremy Evans <code@jeremyevans.net>
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-211-1/+1
|
* Update to ruby/spec@ac878adBenoit Daloze2020-11-273-0/+22
|
* Update to ruby/spec@032ee74Benoit Daloze2020-05-033-4/+4
|
* [ruby/spec] Temporary directories should be under the mock_dirNobuyoshi Nakada2020-04-292-16/+20
|
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-061-15/+0
|
* Refined "Drop support for ruby 2.4 from ruby/spec"Nobuyoshi Nakada2020-04-031-4/+4
| | | | By using spec/mspec/tool/remove_old_guards.rb.
* Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada2020-04-013-136/+130
|
* spec/ruby/core/dir/home_spec.rb: exclude AndroidYusuke Endoh2020-02-131-1/+1
| | | | | I couldn't find a robust way to get the home path except ENV["HOME"] on Android Termux.
* Update to ruby/spec@34e6246Benoit Daloze2019-09-295-10/+10
|
* Update to ruby/spec@519df35Benoit Daloze2019-09-291-1/+1
|
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-091-1/+1
| | | | | | 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.
* Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada2019-09-021-1/+7
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-2716-31/+31
|
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-273-7/+7
|
* Update to ruby/spec@7de852dBenoit Daloze2019-04-283-26/+18
|
* Update to ruby/spec@15c9619Benoit Daloze2019-04-271-24/+22
|
* Update to ruby/spec@6cf8ebeeregon2019-02-073-6/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@35a9fbaeregon2019-01-202-0/+118
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@2d89e48eregon2018-12-301-15/+28
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c8b36c4eregon2018-12-291-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@944ea57eregon2018-12-291-0/+9
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typo of r66177naruse2018-12-041-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use getent and cut on Solaris to get home directorynaruse2018-12-041-2/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use /bin/echo instead of shell builtin echonaruse2018-12-031-1/+1
| | | | | | | builtin echo of Solaris 10's sh doesn't expand `~`. https://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable10x/ruby-trunk/log/20181203T061807Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@cdd6ff7eregon2018-11-271-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@6f38a82eregon2018-04-282-15/+14
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* dir.c: warning for NULnobu2018-04-191-3/+5
| | | | | | | * dir.c (rb_push_glob): warn NUL-separated glob patterns. [Feature #14643] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@a585ec3eregon2018-03-261-0/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c1b568beregon2018-03-0433-87/+87
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e