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=-2.1 required=3.0 tests=BAYES_00,DKIM_ADSP_NXDOMAIN, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS, T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=no 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 902771FD09 for ; Sat, 27 May 2017 10:26:23 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id C55BE120754; Sat, 27 May 2017 19:26:20 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id C3C52120751 for ; Sat, 27 May 2017 19:26:18 +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=ZG3iXEMB3dt9R91vC+XPrG0ULl0=; b=ox8dEEEi8WFQBJl3J1 7Yt81dnkkQ3Iccunl2fKfMvODTbFToCoDMjMK1wBSlq1zhtjaIUM43n7HSiWlLA5 IWkTl1IvZo42/Af0MSJj5yG+Ftp6VIR32PCQ34P4VWXheT2vuylVMXGiusjalm4f WBJZqnmY0Awe3WAJXixADjo8o= Received: by filter0514p1mdw1.sendgrid.net with SMTP id filter0514p1mdw1-7526-59295442-2F 2017-05-27 10:26:10.344530415 +0000 UTC Received: from herokuapp.com (ec2-54-205-240-123.compute-1.amazonaws.com [54.205.240.123]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id iRoKRMLJTtuPXr2WI20D7g Sat, 27 May 2017 10:26:10.349 +0000 (UTC) Date: Sat, 27 May 2017 10:26:10 +0000 From: naruse@airemix.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56447 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13591 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Issue-Assignee: Eregon X-Redmine-Sender: naruse 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6wduR6+kIZL05Pyi0z5IEARbyWVmQtpWDR6O /N+Lhx8xdCavL1nHdhZjOcoODKQCxGszJWrTBe6SA/EDcoL7WyOD53LKQv0Y4MZyijOFwxcLbYRZTo J6uzUFu3t5NAoQ+DJWMoOWaEO7amRo3/NjiWECJgpzEmXh8/RLnIgYuVIg== X-ML-Name: ruby-core X-Mail-Count: 81418 Subject: [ruby-core:81418] [Ruby trunk Bug#13591][Feedback] 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 naruse (Yui NARUSE). Status changed from Rejected to Feedback Once I reproduced the behavior, but after some maintenance of my mingw environment, it doesn't appear. Anyway at this time, it's considered as a bug of ruby or spec or mingw or something. Just removing spec sounds not appropriate. ---------------------------------------- Bug #13591: spec/rubyspec/core/time/zone_spec - Windows does not support ENV['TZ'] https://bugs.ruby-lang.org/issues/13591#change-65129 * Author: MSP-Greg (Greg L) * Status: Feedback * Priority: Normal * Assignee: Eregon (Benoit Daloze) * 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/