summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
AgeCommit message (Expand)Author
2019-12-18Use a temporary file for chown testNobuyoshi Nakada
2019-12-12[cygwin] fix File.absolute_path? testNobuyoshi Nakada
2019-12-12Cygwin path cannot be mapped to a UNC as-isNobuyoshi Nakada
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-11-12Added assertions for realpath and realdirpathNobuyoshi Nakada
2019-09-05Add tests for `File.absolute_path?`David Rodríguez
2019-08-30Fix keyword argument separation warnings in testJeremy Evans
2019-08-13UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada
2019-04-28Always mark the string returned by File.realpath as taintedJeremy Evans
2018-12-11CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support itnaruse
2018-02-28file.c: realpath on special symlinknobu
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-18check EOPNOTSUPP.ko1
2017-11-01file.c: infect from argumentsnobu
2017-11-01revert r60596 because it cause faulure on TestFile#test_realpath_taintednessko1
2017-11-01file.c: infect from argumentsnobu
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-08-31Skip test_open_tempfile_path on EINVALsorah
2017-08-31File#path: Raise IOError when a file is O_TMPFILEsorah
2016-12-06EPERM by symlinknobu
2016-11-05Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]naruse
2016-11-05test_file.rb: fix noatimenobu
2016-08-30Use qualified namesnobu
2016-01-27* test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCESusa
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-28test_file.rb: fix name clashnobu
2015-09-08fix a typo of test method name.nagachika
2015-09-08* test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa
2015-09-02file.c: use filesystem encodingnobu
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-12* file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa
2015-02-20test_file.rb: just skip assertionnobu
2014-11-25safe.c: preserve encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-05-31Join threads.akr
2014-05-26Use Tempfile.create instead of Tempfile.new.akr
2014-05-26* test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa
2014-05-25Remove tempfiles.akr
2014-05-23test_file.rb: fix ctime on Windowsnobu
2014-05-23test_file.rb: estimate birthtimenobu
2014-05-22* file.c (stat_birthtime): add birthtime support [Feature #9647]naruse
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-04-28* configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse
2014-04-24suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse
2014-04-24file.c: statfs_inspectnobu
2014-04-23* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse
2014-04-22* file.c (rb_io_statfs): need to define even if the system doesn't haveusa
2014-04-22* file.c: newly added a class File::Statfs. (experimental)naruse