aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_file_exhaustive.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* reorder invocations in test_stat_init.akr2015-04-111-1/+1
* * test/ruby/test_file_exhaustive.rb: Create sample files lazily.akr2015-04-111-330/+363
* * test/ruby/test_file_exhaustive.rb: Test character device usingakr2015-04-111-2/+5
* Use more shorter filenames to avoid sockaddr_un size limitation.akr2015-04-101-1/+1
* Use shorter filenames to avoid sockaddr_un size limitation.akr2015-04-101-4/+4
* * test/ruby/test_file_exhaustive.rb: Test socket.akr2015-04-101-3/+20
* * test/ruby/test_file_exhaustive.rb: Test anonymous pipe.akr2015-04-101-0/+4
* * test/ruby/test_file_exhaustive.rb: Test named pipe.akr2015-04-101-3/+24
* file.c: fix handle leaknobu2015-02-201-0/+2
* test_file_exhaustive.rb: tests for File.identical?nobu2015-02-201-1/+16
* test_file_exhaustive.rb: remove useless assignmentnobu2015-02-201-1/+1
* win32/file.c: fix drive letternobu2015-02-181-0/+1
* win32/file.c: fix drive letternobu2015-02-171-0/+6
* file.c: drop ignored charsnobu2014-12-251-1/+13
* * ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko12014-12-151-2/+2
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_file_exhaustive.rb: fix expected valuenobu2014-06-151-1/+1
* test_file_exhaustive.rb: fix assertionnobu2014-06-151-1/+1
* add more test coverage for [ruby-core:63136] [Bug #9934]tmm12014-06-131-0/+2
* file.c: shrink expanded pathnobu2014-06-121-0/+7
* test/ruby: better assertionsnobu2013-12-131-66/+71
* file.c: fix buffer overflownobu2013-11-261-0/+18
* file.c: fix memory leaknobu2013-10-171-0/+27
* skip if ENV['USER'] is nilnaruse2013-07-301-1/+1
* add assert_not_empty ENV['USER']naruse2013-07-281-0/+1