summaryrefslogtreecommitdiff
path: root/test/pathname
AgeCommit message (Expand)Author
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-03-28[ruby/pathname] Support Ruby 3.0Hiroshi SHIBATA
2021-01-29Forward keyword arguments for Pathname#each_line [Bug #17589]Nobuyoshi Nakada
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2020-12-20[pathname] Make Pathname Ractor safe (#3940)Kenta Murata
2020-10-12Make the test suite pass on real Android/Termux environmentYusuke Endoh
2020-09-14Optimize Pathname#relative? / absolute?Marc-Andre Lafortune
2020-06-21Prefer more descriptive assertion methodsNobuyoshi Nakada
2020-01-24brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-09-26Fix more keyword argument separation issues in PathnameJeremy Evans
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-21Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
2019-07-14Delegates 3 arguments for Pathname.glob.Tanaka Akira
2019-02-22STATX_BTIME depends on filesystemsnobu
2019-02-20Do not test File class methodnobu
2019-02-20Skip EPERMnobu
2019-02-20Try statx syscallnobu
2018-12-18Pathname#relative_path_from uses is_a?akr
2018-12-16Pathname#relative_path_from compatible with mock.akr
2018-11-13Pathname: Have #relative_path_from accept String argument.marcandre
2018-01-10skip some tests so that no failure occurs in root privilegemame
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-10-22Fixed misspelling words.hsbt
2017-10-21test_pathname.rb#test_open should care about umaskkosaki
2017-10-21Pathname#glob method implemented.akr
2017-06-16pathname.rb: UNC root pathname needs a separatornobu
2016-11-05Pathname#empty? implemented.akr
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-05specify frozen_string_literal: true.akr
2015-08-29test_pathname.rb: fix exceptionnobu
2015-08-29test: try File.symlink with invalid pathsnobu
2015-08-28test: File.symlink needs administrator privilegenobu
2015-08-26test_pathname.rb: skip EACCESnobu
2015-07-17remove unnecessary enumerator requiresnormal
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-15pathname.rb: fix a Pathname#relative_path_from crash onnobu
2014-09-04* test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt
2014-06-28* ext/pathname/pathname.c (path_birthtime): New method,akr
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-04-02Fix error with empty args.kazu
2014-03-25remove unnecessary unshiftkazu
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2014-02-16* test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt