aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/ruby: better assertionsnobu2013-12-131-2/+2
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+3
* test: use assert_raisenobu2013-10-091-1/+1
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-161-0/+1
* * test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa2013-08-151-0/+26
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-98/+94
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-2/+2
* envutil.rb: file_assertionnobu2012-10-151-2/+2
* file.c: poisoned NULnobu2012-10-121-0/+10
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-1/+1
* * test/ruby/test_file.rb: remove temporally files early.akr2012-07-181-1/+14
* rb_str_new_frozen: new object if tainted/untrusted unmatchnobu2012-07-121-0/+10
* file.c: fix for UNCnobu2012-05-261-0/+8
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2