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.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS,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 86127209FD for ; Tue, 6 Jun 2017 18:40:10 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 9A151120758; Wed, 7 Jun 2017 03:40:07 +0900 (JST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by neon.ruby-lang.org (Postfix) with ESMTPS id 94DED12068F; Wed, 7 Jun 2017 03:40:02 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B33E8209FD; Tue, 6 Jun 2017 18:40:00 +0000 (UTC) Date: Tue, 6 Jun 2017 18:40:00 +0000 From: Eric Wong To: ko1@ruby-lang.org, ruby-core@ruby-lang.org Message-ID: <20170606184000.GA3503@starla> References: <20170606065854.7F44567833@svn.ruby-lang.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170606065854.7F44567833@svn.ruby-lang.org> X-ML-Name: ruby-core X-Mail-Count: 81590 Cc: ruby-cvs@ruby-lang.org Subject: [ruby-core:81590] Re: [ruby-cvs:66197] ko1:r59023 (trunk): revert r59020 because it may fail some tests sometimes on some environment (http://ci.rvm.jp/). This revert is to check the reason of failures. 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" ko1@ruby-lang.org wrote: > ko1 2017-06-06 15:58:54 +0900 (Tue, 06 Jun 2017) > > New Revision: 59023 > > https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59023 > > Log: > revert r59020 because it may fail some tests sometimes on some environment (http://ci.rvm.jp/). This revert is to check the reason of failures. Any progress on tracking these failures? I suspect there are existing bugs which r59020 exposed, causing the failures. I will check the IO#gets and buffering code, too. Initial investigation shows r57224 looks like it may lose data...