aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada2021-01-151-0/+2
* Make the test suite pass on real Android/Termux environmentYusuke Endoh2020-10-121-1/+1
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-231-3/+3
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-221-3/+3
* test/ruby/test_file_exhaustive.rb: shorten the name of temporary dirYusuke Endoh2019-12-071-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-44/+0
* Fixed File.extname at a name ending with a dotNobuyoshi Nakada2019-10-171-4/+6
* test/ruby/test_file_exhaustive.rb: check the owner of the root directoryYusuke Endoh2019-10-101-1/+1
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-091-0/+1
* test/ruby/test_file_exhaustive.rb: suppress method-redefined warningYusuke Endoh2019-07-311-0/+1
* Do not always taint the result of File#pathJeremy Evans2019-07-301-0/+17
* Revert "Do not always taint the result of File#path"Jeremy Evans2019-07-291-16/+0
* Do not always taint the result of File#pathJeremy Evans2019-07-291-0/+16
* The behavior of statx(2) depends on the filesystemNobuyoshi Nakada2019-07-021-1/+1
* Removed unused variablesNobuyoshi Nakada2019-06-301-1/+0
* Skip EPERM, when statx(2) is wholely blockednobu2019-02-221-1/+4
* Skip EPERM, like as r67102nobu2019-02-221-1/+1
* STATX_BTIME depends on filesystemsnobu2019-02-221-0/+2
* Support File#birthtime on Linuxnobu2019-02-221-0/+11
* Already nlink is properly set on Windowsnobu2018-12-171-5/+1
* Split test_expand_path, test_basename, test_dirnamenobu2018-12-171-9/+36
* Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta2018-10-201-3/+20
* win32/file.c: relative path with drive letternobu2018-03-281-0/+2
* test_file_exhaustive.rb: get rid of failuresnobu2017-12-081-3/+0
* test_file_exhaustive.rb: test_utime_symlinkfilenobu2017-12-081-0/+1
* test_file_exhaustive.rb: fix arguments ordernobu2017-12-081-5/+5
* file.c: File.lutimenobu2017-11-291-0/+30
* added workaround for APFS file format.hsbt2017-09-141-1/+10
* test_file_exhaustive.rb: check case-sensitive fsnobu2017-04-221-2/+4
* file.c: join with /nobu2017-03-131-0/+13
* file.c: cygwin behaviornobu2016-12-071-1/+17
* EPERM by symlinknobu2016-12-061-1/+1
* file.c: home directory from systemnobu2016-11-261-1/+0
* Normalization test iff UTF-8 file systemnobu2016-06-191-2/+1
* File.expand_path compose test only on OS Xnobu2016-06-121-12/+15
* file.c: normalize cwdnobu2016-06-121-0/+18
* test_file_exhaustive.rb: writable opennobu2016-05-301-1/+1
* test_file_exhaustive.rb: blocking flocknobu2016-05-281-7/+51
* * remove trailing spaces.svn2016-05-021-1/+1
* * test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa2016-05-021-88/+217
* Fix a test message.akr2016-05-011-1/+1
* file.c: File.empty?nobu2016-04-131-0/+7
* test_file_exhaustive.rb: strict check test_dirnamenobu2016-03-181-1/+1
* test/ruby: suppress runtime warningsnobu2016-02-191-1/+1
* r53688 testnobu2016-01-311-0/+9
* test for File#lstat.nobu2016-01-311-0/+10
* r53689 testnobu2016-01-291-0/+9
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test: File.symlink needs administrator privilegenobu2015-08-281-1/+1
* * test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr2015-04-131-1/+1