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 5457E19C01E9 for ; Tue, 17 Nov 2015 22:52:54 +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 B56E1B5D8D8 for ; Tue, 17 Nov 2015 23:23:24 +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 5F20918CC7EA for ; Tue, 17 Nov 2015 23:23:25 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 70E4D120455; Tue, 17 Nov 2015 23:23:24 +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 85C6212044D for ; Tue, 17 Nov 2015 23:23:18 +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=YQE4NgacWICubfO0eh+UWal5Qx8=; b=HiesdkjV7riWICMxCo H2o8h+fDVgHPGpXbcu66E1s6G7FFs8MLjIhoTuYKXEGdZlq8QHfatqf3vVlYw9Qp bQ5hQJr+7UOyGk56t8SsuRLRZnIELBXbAnG4LgFyxsUgEp3QWkP6Jow/pyXWFbkD zx9pED1re01sYc4fYdhogiYhM= Received: by filter0552p1mdw1.sendgrid.net with SMTP id filter0552p1mdw1.16666.564B384CB 2015-11-17 14:23:08.06822891 +0000 UTC Received: from herokuapp.com (ec2-54-204-91-254.compute-1.amazonaws.com [54.204.91.254]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id Rd77_6p2SLCoEnVYpDWd0w for ; Tue, 17 Nov 2015 14:23:07.965 +0000 (UTC) Date: Tue, 17 Nov 2015 14:23:07 +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: 46179 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS79EqMx1moQAJSMymu4lKUUhnDbpI/lmZF2bv hfsnGtVbURNmqN7ekFej/QNCqHHMKIsr6btRF5sHaAA8/Ndk69j4086ylUL75pPaaNAoMYiaFhYTG1 QJ+LAuSH9T1B6rgZGzeEYIj+H41DfMYWcsaq X-ML-Name: ruby-core X-Mail-Count: 71522 Subject: [ruby-core:71522] [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 Usaku NAKAMURA. One more request. Date and time of the entry of ChangeLog is not a date and time that you have made the changes, but the timing of commit to the repository of ruby. ---------------------------------------- Bug #11702: errors in tests of logger on Windows https://bugs.ruby-lang.org/issues/11702#change-54898 * 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/