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 B38FC1BA0109 for ; Tue, 23 May 2017 22:29:21 +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 D4F3AB5D89D for ; Tue, 23 May 2017 23:15:39 +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 D0A4B18D1D83 for ; Tue, 23 May 2017 23:15:40 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id CE8E71207C4; Tue, 23 May 2017 23:15:38 +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 6B7A11207AE for ; Tue, 23 May 2017 23:15:35 +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=KGiVfjQMHk1FNDDnRf9PBLJWJiY=; b=yO+a7P+IaLRoendXkA KJezpnaWRwdcLBhQTSHl6r/hobwRom9bfu5KKUYKMQwlOy8cmiUaPD60/EEk1XRv mjA3/osmoUKKv9yhubw7s6gPr8V/ymYO7Huvrb6lVNnqqOeZ5wwCyU7p+r1DGmf2 NEw2nc16yYiwlfxWePS3dPlQc= Received: by filter1126p1mdw1.sendgrid.net with SMTP id filter1126p1mdw1-21199-59244401-23 2017-05-23 14:15:29.339361059 +0000 UTC Received: from herokuapp.com (ec2-54-147-162-240.compute-1.amazonaws.com [54.147.162.240]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id DrHR5YgzTMyITb-a_1JZaw for ; Tue, 23 May 2017 14:15:29.318 +0000 (UTC) Date: Tue, 23 May 2017 14:15:29 +0000 From: Greg.mpls@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56378 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13591 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: MSP-Greg 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS61+GuQI9lTHRRXHtgnBDtNt1ew0R+hypbXN6 uJ6O7l2iIWoRGzdH3fwf+hyU43uIU9qXyYFJ+rT2T8Kgk7fwS3f8YzsM1AqYjmnT6rewZnv/3HXxgF r1Y/vc7dnKm+qmMyy08683YFwx0lk9Q5zMEXy1WQKDpIyC9MvJoIS6EqIg== X-ML-Name: ruby-core X-Mail-Count: 81347 Subject: [ruby-core:81347] [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 reported by MSP-Greg (Greg L). ---------------------------------------- Bug #13591: spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] https://bugs.ruby-lang.org/issues/13591 * Author: MSP-Greg (Greg L) * Status: Open * 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/