summaryrefslogtreecommitdiff
path: root/test/test_tempfile.rb
AgeCommit message (Expand)Author
2019-05-01Windows simply causes an error to open invalid pathNAKAMURA Usaku
2018-07-11Failed to unlink before close on mswinkazu
2018-07-11test/test_{tempfile,tmpdir}: get rid of leftover filesnormal
2018-06-11Use `&.` instead of modifier if and remove needless closed?kazu
2018-04-04* test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`usa
2018-04-04test/test_tempfile.rb: close a file object created by Tempfile.createmame
2018-03-28Ignore file separator from tmpfile/tmpdir name.hsbt
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-05-19Of course, opened file is not able to unlink on Windowsusa
2017-05-19tempfile.rb: remove in Tempfile.createnobu
2017-03-14Fix bug of Tempfile#size if nothing is written [Bug #13198]glass
2017-01-27leakchecker.rb: get rid of uninitialized Tempfilenobu
2017-01-21lib/tempfile.rb: Specify frozen_string_literal: true.kazu
2016-09-26* lib/tempfile.rb: provide default basename parametersonots
2016-08-30Use qualified namesnobu
2016-01-08test_tempfile.rb: use assert_filenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-05-31test_tempfile.rb: use assert_predicatenobu
2015-05-31test_tempfile.rb: use assert_filenobu
2015-05-30* lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa
2015-01-04* test/test_tempfile.rb: use assert_file for more descriptive message.ayumin
2015-01-04test_tempfile.rb: assert_filenobu
2015-01-04* lib/tempfile.rb: provide default basename parameter.hsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-21tempfile.rb: fix r47655nobu
2013-11-21test_tempfile.rb: suppress warningsnobu
2013-10-06test_tempfile.rb: fix test on Windowsnobu
2013-10-01tempfile.rb: undefine finalizer on unlinknobu
2013-04-20* lib/tempfile.rb (Tempfile.create): New method.akr
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2010-09-09* ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu
2010-05-26* test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa
2010-05-01* test/test_tempfile.rb: fixed errors.nobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-08-26* test/test_tempfile.rb: merged from Hongli Lai's fork.nobu
2008-10-18add test for encoding option.xibbar
2008-01-07add tests.akr