aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file.rb
Commit message (Expand)AuthorAgeFilesLines
* Use a temporary file for chown testNobuyoshi Nakada2019-12-181-5/+3
* [cygwin] fix File.absolute_path? testNobuyoshi Nakada2019-12-121-2/+5
* Cygwin path cannot be mapped to a UNC as-isNobuyoshi Nakada2019-12-121-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-20/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-12/+0
* Added assertions for realpath and realdirpathNobuyoshi Nakada2019-11-121-0/+6
* Add tests for `File.absolute_path?`David Rodríguez2019-09-051-0/+18
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-14/+14
* UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada2019-08-131-1/+1
* Always mark the string returned by File.realpath as taintedJeremy Evans2019-04-281-1/+1
* CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support itnaruse2018-12-111-0/+2
* file.c: realpath on special symlinknobu2018-02-281-0/+8
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* check EOPNOTSUPP.ko12017-12-181-0/+2
* file.c: infect from argumentsnobu2017-11-011-0/+20
* revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko12017-11-011-17/+0
* file.c: infect from argumentsnobu2017-11-011-0/+17
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* Skip test_open_tempfile_path on EINVALsorah2017-08-311-5/+11
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-0/+12
* EPERM by symlinknobu2016-12-061-1/+1
* Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]naruse2016-11-051-2/+2
* test_file.rb: fix noatimenobu2016-11-051-1/+3
* Use qualified namesnobu2016-08-301-2/+2
* * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCESusa2016-01-271-1/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_file.rb: fix name clashnobu2015-10-281-1/+1
* fix a typo of test method name.nagachika2015-09-081-1/+1
* * test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa2015-09-081-0/+10
* file.c: use filesystem encodingnobu2015-09-021-0/+20
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-6/+0
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-0/+4
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+13
* test_file.rb: just skip assertionnobu2015-02-201-2/+4
* safe.c: preserve encodingnobu2014-11-251-0/+6
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* Join threads.akr2014-05-311-1/+2
* Use Tempfile.create instead of Tempfile.new.akr2014-05-261-25/+24
* * test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa2014-05-261-0/+1
* Remove tempfiles.akr2014-05-251-0/+2
* test_file.rb: fix ctime on Windowsnobu2014-05-231-3/+3
* test_file.rb: estimate birthtimenobu2014-05-231-1/+3
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+25
* revert File::Statfs [Feature #9772]naruse2014-05-221-27/+0
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-1/+4
* suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2014-04-241-4/+4
* file.c: statfs_inspectnobu2014-04-241-0/+5
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-231-1/+0
* * file.c (rb_io_statfs): need to define even if the system doesn't haveusa2014-04-221-0/+1
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-221-0/+19