Actions
Bug #1577
closedtestFileUtils failure in windows
Description
=begin
23) Failure:
test_copy_stream(TestFileUtils)
[c:/dev/downloads/ruby_trunk/test/fileutils/test_fileutils.rb:934]:
file data/a != tmp/a.
Expected block to return true value.
This might be caused by the fact that windows doesn't write files out immediately [even if you call flush or close on them] -- you have to apparently call fsync on them first. I guess.
-=r
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Assignee set to nobu (Nobuyoshi Nakada)
- Target version set to 1.9.2
=begin
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r27614.
Roger, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0Like0