From 2f3915d4e458f8cb01ce05e96821b35a2cd26018 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 10 Aug 2013 15:02:29 +0000 Subject: merge revision(s) 42439,42453: [Backport #8752] * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1' instead of `p' to get rid of a side effect. Kernel#p without any argument seems to do nothing, but flushes stdout. and, if stdout is redirected to file, fsync() will be called on Windows. so, when running test-all on Windows with redirection, such as CI environment, this test took a lot of time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b470f38aa..e62b41b2ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Aug 10 23:59:47 2013 NAKAMURA Usaku + + * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1' + instead of `p' to get rid of a side effect. + Kernel#p without any argument seems to do nothing, but flushes stdout. + and, if stdout is redirected to file, fsync() will be called on + Windows. so, when running test-all on Windows with redirection, such + as CI environment, this test took a lot of time. + Sun Aug 4 22:42:16 2013 NAKAMURA Usaku * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW, -- cgit v1.2.3