summaryrefslogtreecommitdiff
path: root/test/ruby/test_file_exhaustive.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-08-28test: File.symlink needs administrator privilegenobu
2015-04-13* test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr
2015-04-12test_file_exhaustive.rb: assert_predicatenobu
2015-04-12Consider more block devices.akr
2015-04-12test_file_exhaustive.rb: NTFSnobu
2015-04-12test_file_exhaustive.rb: POSIX-like testsnobu
2015-04-12test_file_exhaustive.rb: POSIXnobu
2015-04-12test_file_exhaustive.rb: skip when rootnobu
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a block device on GNU/Linux.akr
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a file not owned.akr
2015-04-12* test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix fileusa
2015-04-11* test/ruby/test_file_exhaustive.rb: Test suid, sgid and sticky file.akr
2015-04-11* test/ruby/test_file_exhaustive.rbusa
2015-04-11simplified.akr
2015-04-11refactored to make code consistent around sleep.akr
2015-04-11reorder invocations in test_stat_init.akr
2015-04-11* test/ruby/test_file_exhaustive.rb: Create sample files lazily.akr
2015-04-11* test/ruby/test_file_exhaustive.rb: Test character device usingakr
2015-04-10Use more shorter filenames to avoid sockaddr_un size limitation.akr
2015-04-10Use shorter filenames to avoid sockaddr_un size limitation.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test socket.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test anonymous pipe.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test named pipe.akr
2015-02-20file.c: fix handle leaknobu
2015-02-20test_file_exhaustive.rb: tests for File.identical?nobu
2015-02-20test_file_exhaustive.rb: remove useless assignmentnobu
2015-02-18win32/file.c: fix drive letternobu
2015-02-17win32/file.c: fix drive letternobu
2014-12-25file.c: drop ignored charsnobu
2014-12-15* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returnsko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-06-15test_file_exhaustive.rb: fix expected valuenobu
2014-06-15test_file_exhaustive.rb: fix assertionnobu
2014-06-13add more test coverage for [ruby-core:63136] [Bug #9934]tmm1
2014-06-12file.c: shrink expanded pathnobu
2013-12-13test/ruby: better assertionsnobu
2013-11-26file.c: fix buffer overflownobu
2013-10-17file.c: fix memory leaknobu
2013-07-30skip if ENV['USER'] is nilnaruse
2013-07-28add assert_not_empty ENV['USER']naruse
2013-07-25* file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse
2013-07-24file.c: exception message encodingnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-03-13test_file_exhaustive.rb: fix abolute rootnobu
2013-03-11test_file_exhaustive.rb: others homenobu
2013-03-10* test/ruby/test_file_exhaustive.rb (test_expand_path_home_dir_string):nobu
2013-03-10Expand home directory when used in dir_stringluislavena
2012-11-17Skip path expansion for all wildcard charactersluislavena
2012-11-16skip long name conversion if last character is a wildcard oneluislavena