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 1805619C01E9 for ; Tue, 17 Nov 2015 22:49:32 +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 7D817B5D8D8 for ; Tue, 17 Nov 2015 23:20:02 +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 274E818CC7AF for ; Tue, 17 Nov 2015 23:20:03 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 220A112045A; Tue, 17 Nov 2015 23:20:03 +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 1860F120450 for ; Tue, 17 Nov 2015 23:19:58 +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=B8yXv1EosChWPyZvMewV1FGUPAc=; b=LrW6vpoqF2c2hpssFG AvHkzbp+O94dIZJk1EqGlfqcKOz8qbV/7zRmZaEGMbM+OqyqNzsces1QfepT0T9g pNreJ6pYbcjYCFrW+0ioYhEQxbEm2tA6cQhXPCmgeoBSbElGhYwBKrQuaFQaFW8o DaeZe9T1BJO1fwW1NGUpsOlps= Received: by filter0648p1mdw1.sendgrid.net with SMTP id filter0648p1mdw1.6972.564B377765 2015-11-17 14:19:35.836106662 +0000 UTC Received: from herokuapp.com (ec2-54-161-140-16.compute-1.amazonaws.com [54.161.140.16]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id yuOEOVT8R_aVwtJLSYj-KA for ; Tue, 17 Nov 2015 14:19:36.243 +0000 (UTC) Date: Tue, 17 Nov 2015 14:19:36 +0000 From: usa@garbagecollect.jp 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: 46178 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11702 X-Redmine-Issue-Author: usa X-Redmine-Issue-Assignee: sonots X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7LyvDdQcBthxbt+f0UlyX8ljoJ3fvIqOHGva P9lJxdOWbk/Vf5AAYThoaEGQGfgN/xzgW6ZHjMGed0zQJplYTCJjIkNRd59tyX5HUl7OjaX+uGAvWt bAiGfCLupnPAOMxIh9LSWbcFJd63Bp27Th8d X-SendGrid-Contentd-ID: {"test_id":"1447769977"} X-ML-Name: ruby-core X-Mail-Count: 71521 Subject: [ruby-core:71521] [Ruby trunk - Bug #11702] [Assigned] 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 Usaku NAKAMURA. Subject changed from errors in tests of logger to errors in tests of logger on Windows Status changed from Open to Assigned Assignee set to Naotoshi Seo ---------------------------------------- Bug #11702: errors in tests of logger on Windows https://bugs.ruby-lang.org/issues/11702#change-54897 * 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/