From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 949D91F4B4 for ; Tue, 6 Oct 2020 03:36:34 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id AA6E3120A04; Tue, 6 Oct 2020 12:35:56 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id DA9FA12080B for ; Tue, 6 Oct 2020 12:35:53 +0900 (JST) Received: by filterdrecv-p3mdw1-5dd6bc5999-sjdcs with SMTP id filterdrecv-p3mdw1-5dd6bc5999-sjdcs-19-5F7BE63B-26 2020-10-06 03:36:27.752427216 +0000 UTC m=+1229874.537575614 Received: from herokuapp.com (unknown) by geopod-ismtpd-6-6 (SG) with ESMTP id T7ZQbWg4Q8SS9F08AAAWPg for ; Tue, 06 Oct 2020 03:36:27.673 +0000 (UTC) Date: Tue, 06 Oct 2020 03:36:27 +0000 (UTC) From: utkarsh@debian.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76149 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17211 X-Redmine-Issue-Author: utkarsh X-Redmine-Issue-Assignee: aycabta X-Redmine-Sender: utkarsh 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: =?us-ascii?Q?FjzPP8ycMDl0rsCE3EapWa4NNRoWERiVC5TAwEdZrzWM2i3++y6YDzA4dmSnmT?= =?us-ascii?Q?09tz0f668UIoe3kp6iJfRMBm6wSuUUdFPkN10tf?= =?us-ascii?Q?D8EPrmvDFkVrlxWbsFXJgvTShtVJRgyVvwPHxVA?= =?us-ascii?Q?8=2FZXxFNL7VRDptqtxch0+haVyNp8U2miAFC4sHQ?= =?us-ascii?Q?1p22B5njgRU9qZLWpRCTxAAHNDW=2FP04DpuNvHGD?= =?us-ascii?Q?sfO66FCZ3dFmBHiPQ=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 100306 Subject: [ruby-core:100306] [Ruby master Bug#17211] Test failures in ruby2.7.2 and ruby3.0~preview1 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 #17211 has been updated by utkarsh (Utkarsh Gupta). Hello, aycabta (aycabta .) wrote in #note-6: > I decided to stop using `system` method for E2E testing because it depends on `ruby` command. I'm sorry for the rough implementation. > > https://github.com/ruby/ruby/pull/3628 > > This patch of this Pull Request resolves the failure of CI. Thank you so much! I can confirm that this indeed fixes the issues on the Debian side! :) Thanks for all your work! \o/ ---------------------------------------- Bug #17211: Test failures in ruby2.7.2 and ruby3.0~preview1 https://bugs.ruby-lang.org/issues/17211#change-87891 * Author: utkarsh (Utkarsh Gupta) * Status: Assigned * Priority: Normal * Assignee: aycabta (aycabta .) * ruby -v: 2.7.2 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Hello, Whilst building Ruby 2.7.2 and Ruby 3.0~preview1, I got the following test failures: ``` 1) Failure: TestIRB::TestHistory#test_history_save_1 [/<>/test/irb/test_history.rb:31]: <"exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 2) Failure: TestIRB::TestHistory#test_history_save_100 [/<>/test/irb/test_history.rb:51]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 3) Failure: TestIRB::TestHistory#test_history_save_bignum [/<>/test/irb/test_history.rb:76]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 4) Failure: TestIRB::TestHistory#test_history_save_minus_as_infinity [/<>/test/irb/test_history.rb:101]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. Finished tests in 424.892771s, 49.5113 tests/s, 6415.2304 assertions/s. 21037 tests, 2725785 assertions, 4 failures, 0 errors, 95 skips ``` I am clueless as to what's causing this? Please note that I tried to build it in a clean environment. But couldn't get these tests to pass, neither in ruby2.7.2 or ruby3.0~preview1. -- https://bugs.ruby-lang.org/