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 (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 4086F1BA0109 for ; Wed, 24 May 2017 01:47:34 +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 855B8B5D83F for ; Wed, 24 May 2017 02:33:55 +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 6DF6318CC883 for ; Wed, 24 May 2017 02:33:55 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id BABEB1207EB; Wed, 24 May 2017 02:33:53 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id AB2441207B4 for ; Wed, 24 May 2017 02:33:47 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=yOeDauKeIOJZgNaYajwxIUy4osw=; b=lj3QJOlG0k8/rj6Wyg RVkKEVveplhJuRWh62o9DFO37HEXxg49iFpXK4g1M5AC58Ok28IXM7DIRQmS7s9p Qtot5sif7kb+XDrKEjWTRJ/XHxjJiYoShbz5hA7LkD15hjiVxkL/BVB2nIzFhdIK uJSJZsLot/hV8FCAJpJGO8njQ= Received: by filter0438p1mdw1.sendgrid.net with SMTP id filter0438p1mdw1-16154-59247267-3F 2017-05-23 17:33:27.926681924 +0000 UTC Received: from herokuapp.com (ec2-54-147-162-240.compute-1.amazonaws.com [54.147.162.240]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id pz-GpZc2QKeYG9OH6AAi6g Tue, 23 May 2017 17:33:27.887 +0000 (UTC) Date: Tue, 23 May 2017 17:33:27 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56388 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13591 X-Redmine-Issue-Author: MSP-Greg 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6g4yUdUokKx7Ui6NtwjvMCVsrVgGg2p/G4PA /v8Yvn5tP+ZobyPv8KWUqgK4Ksvx9QC467EGM+BrdgNDVL/MM1fowlhOiDEPL8uV2fZ90XfkrUWvFp 65shyT7z1m3UOZV4P2y0pZKoZz4sFTZdFlqu/t86eFkXnY7uagmFs1dpLQ== X-ML-Name: ruby-core X-Mail-Count: 81357 Subject: [ruby-core:81357] [Ruby trunk Bug#13591] spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13591 has been updated by usa (Usaku NAKAMURA). MSP-Greg (Greg L) wrote: > Given that spec tests are not currently included in appveyor, do you know if the test ['defaults to UTC when bad zones given'](https://github.com/ruby/ruby/blob/trunk/spec/rubyspec/core/time/zone_spec.rb#L65-L77) passes on a mswin64 build? You can see the results on [RubyCI](http://rubyci.org/). `vc12-x64` (known as mswinci) is a mswin64 CI. Its report of trunk includes the result of Spec. ---------------------------------------- Bug #13591: spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] https://bugs.ruby-lang.org/issues/13591#change-65053 * Author: MSP-Greg (Greg L) * Status: Rejected * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-05-18 trunk 58780) [x64-mingw32] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Windows does not support ENV['TZ'], so it should be removed from rspec tests. See [GitHub PR 1627](https://github.com/ruby/ruby/pull/1627) -- https://bugs.ruby-lang.org/