From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id C50D619C01E9 for ; Wed, 18 Nov 2015 03:57:07 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 633ABB5D882 for ; Wed, 18 Nov 2015 04:27:41 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 4EE3818CC7AF for ; Wed, 18 Nov 2015 04:27:41 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 0B01412045B; Wed, 18 Nov 2015 04:27:39 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 682D5120451 for ; Wed, 18 Nov 2015 04:27:35 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=TJiU40aBsb98NIdJYU2iBdxBvyI=; b=QVoMrOR5o1Wc2wbnMQ OwFx26gwATLP2kBT+4GW7KJ+48QH9yVKQ1Ul3M2LTJk/pMVNlm6MKkQQofOX3Mwg yYekS39ZVyaJn94h/2Hr1OPlMH87jJSNKMbb1JELDt6mXqwZ44eqSQ4gPayrh3jp 5tL8vo7PunuDf8G7oK56495kE= Received: by filter0811p1mdw1.sendgrid.net with SMTP id filter0811p1mdw1.6719.564B7F9A37 2015-11-17 19:27:22.323229731 +0000 UTC Received: from herokuapp.com (ec2-54-144-225-166.compute-1.amazonaws.com [54.144.225.166]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id lFsgjLdgRBmJtO26pumKXg for ; Tue, 17 Nov 2015 19:27:22.323 +0000 (UTC) Date: Tue, 17 Nov 2015 19:27:22 +0000 From: sonots@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46185 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11702 X-Redmine-Issue-Author: usa X-Redmine-Issue-Assignee: sonots X-Redmine-Sender: sonots X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6v0B4pJo0xfCmuW54FxOdgpqD8mjUxirsCoI /HR9+TmVp9Nyhy1GECkuBlMCFe9GIIettcRus7jvc3+kJZXzXGfpAbd8Siw8fXzl5kCZQvV1f9RkDQ mEECt9+9zPFgNzM9N+KhBM0zYKaGxV0LpDG9 X-ML-Name: ruby-core X-Mail-Count: 71524 Subject: [ruby-core:71524] [Ruby trunk - Bug #11702] errors in tests of logger on Windows X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11702 has been updated by Naotoshi Seo. @Usaku Nakamura I created a patch > https://github.com/sonots/ruby/commit/e438ac0b59bf70946947ee80a0f3aa82ef10cf9c. Cloud you check this? I tried to create a build environment for Windows, but unfortunately it failed as https://gist.github.com/sonots/49e1830d7db19aef505b, and I could not verify by myself. ---------------------------------------- Bug #11702: errors in tests of logger on Windows https://bugs.ruby-lang.org/issues/11702#change-54904 * Author: Usaku NAKAMURA * Status: Assigned * Priority: Normal * Assignee: Naotoshi Seo * ruby -v: ruby 2.3.0dev (2015-11-17 trunk 52620) [x64-mswin64_100] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Hi, sonots, welcome to ruby committers! Your memorial first commit r52620 introduces two test errors on Windows. Line 134 and 157 of test/logger/test_logdevice.rb is: ``` File.unlink(@filename) if File.exist?(@filename) # remove once, then reopen ``` but Windows cannot remove opened file. Fix them, please. If I will discover that they won't have been fixed on tomorrow morning, I will revert the commit. -- https://bugs.ruby-lang.org/