summaryrefslogtreecommitdiff
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip time-related assertions on /dev/nullNobuyoshi Nakada2023-01-131-3/+6
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-1/+1
* Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada2022-06-171-1/+3
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+2
* Compare predicate methods as a boolean valueNobuyoshi Nakada2022-04-151-19/+23
* [Win32] Fix mode of character/pipe device stat [Bug #18732]Nobuyoshi Nakada2022-04-151-5/+28
* Use an empty string when building File.expand_pathPeter Zhu2022-04-121-1/+2
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-021-2/+2
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-3/+3
* Apply the timeout scale to also separated workersNobuyoshi Nakada2021-10-301-12/+18
* Add more `grpowned?` testsNobuyoshi Nakada2021-10-141-0/+20
* Run nmake check on Actions (#4487)Takashi Kokubun2021-05-111-0/+1
* Refined failure messages in TestFileExhaustive#test_testNobuyoshi Nakada2021-03-231-25/+25
* File.dirname optional levelNobuyoshi Nakada2021-03-151-0/+5
* Create the test file under the created temporary directoryNobuyoshi Nakada2021-03-111-1/+1
* Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)2021-02-141-0/+7
* 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