aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_file_exhaustive.rb: assert_predicatenobu2015-04-121-56/+55
* Consider more block devices.akr2015-04-121-5/+1
* test_file_exhaustive.rb: NTFSnobu2015-04-121-5/+7
* test_file_exhaustive.rb: POSIX-like testsnobu2015-04-121-46/+23
* test_file_exhaustive.rb: POSIXnobu2015-04-121-27/+28
* test_file_exhaustive.rb: skip when rootnobu2015-04-121-2/+2
* * test/ruby/test_file_exhaustive.rb: Test a block device on GNU/Linux.akr2015-04-121-2/+19
* * test/ruby/test_file_exhaustive.rb: Test a file not owned.akr2015-04-121-2/+23
* * test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix fileusa2015-04-121-12/+24
* * test/ruby/test_file_exhaustive.rb: Test suid, sgid and sticky file.akr2015-04-111-4/+58
* * test/ruby/test_file_exhaustive.rbusa2015-04-111-1/+1
* simplified.akr2015-04-111-1/+1
* refactored to make code consistent around sleep.akr2015-04-111-2/+3