From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 3AD5420D0A for ; Sat, 27 May 2017 05:18:35 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E1FEC12074F; Sat, 27 May 2017 14:18:31 +0900 (JST) 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 4603E120738 for ; Sat, 27 May 2017 14:18:30 +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=8O6NjsLmmi9XLeKqJTNVQpOPvLo=; b=xZy8gwAOCcaPDrbPoT IWar06u9gz7lgTw0WYnqXlDq8ZU7E08EORv6f0ecYobCWVpejT/UXINkqHh4gWWO zeY2uEKMCFpUWmcXHmqMW1HhO/Jb+tPvAwyVRev3yGOwzkEYAAMOx2GhaEd+a0Fu fhZVAJxBMMUOt2iNCBkITZ0Xw= Received: by filter0942p1mdw1.sendgrid.net with SMTP id filter0942p1mdw1-23417-59290C21-18 2017-05-27 05:18:25.303728966 +0000 UTC Received: from herokuapp.com (ec2-54-205-177-216.compute-1.amazonaws.com [54.205.177.216]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id TY2w2D5ATpmD3Yp14Jky6w Sat, 27 May 2017 05:18:25.249 +0000 (UTC) Date: Sat, 27 May 2017 05:18:24 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56442 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13591 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: nobu 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS50mWfIsYPcum6CU3ieUltutWd/afhK3sJYsP RHb7QwUfa+Pg/zWV+6oZlom69VyaR4ufacqlJ9W74b3dcQt1w1yHkRxsR0si5iVNsOkIjevbw9K2gx pKXHcCKS5NyHGvUb8nXrUpq9DYKfKY6n5nYJ1xlNgmHlA3HOL2p6SUUrbw== X-ML-Name: ruby-core X-Mail-Count: 81410 Subject: [ruby-core:81410] [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 nobu (Nobuyoshi Nakada). I haven't seen such failure on AppVeyor yet. https://ci.appveyor.com/project/nobu/ruby/build/1.0.119 ---------------------------------------- Bug #13591: spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] https://bugs.ruby-lang.org/issues/13591#change-65122 * Author: MSP-Greg (Greg L) * Status: Rejected * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-05-27 trunk 58911) [x64-mswin64_140] * 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/