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-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.7 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=no 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 A52771F487 for ; Thu, 2 Apr 2020 20:43:44 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E9B4A1209E3; Fri, 3 Apr 2020 05:43:23 +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 97F3C1209A7 for ; Fri, 3 Apr 2020 05:43:22 +0900 (JST) Received: by filterdrecv-p3iad2-8ddf98858-rpdh9 with SMTP id filterdrecv-p3iad2-8ddf98858-rpdh9-19-5E864E7B-78 2020-04-02 20:43:39.860475006 +0000 UTC m=+675365.610914411 Received: from herokuapp.com (unknown) by ismtpd0003p1iad2.sendgrid.net (SG) with ESMTP id izdeGVlFQvSjDqBk_A4pJA for ; Thu, 02 Apr 2020 20:43:39.819 +0000 (UTC) Date: Thu, 02 Apr 2020 20:43:39 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 73442 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16749 X-Redmine-Issue-Author: vo.x X-Redmine-Issue-Assignee: Eregon X-Redmine-Sender: Eregon 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr07lvTxMvRzSWufkk08sS?= =?us-ascii?Q?Sac2O3hAMof3m4aELs4C1+Gx8fjo8qF=2FXbUj4PA?= =?us-ascii?Q?N+XzsQm9gh76AN=2FSX1hf0naxsH63k3jM=2FgozHa+?= =?us-ascii?Q?3I1V=2FWQRj7oSE6vacfJ3VzB6Bb+2R939J9o6ab4?= =?us-ascii?Q?fIvIbVUsR7XDDLjm0wRiiXnED2E3mzeOT+buYNI?= =?us-ascii?Q?SQhDuhsfiu40j27dI=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 97682 Subject: [ruby-core:97682] [Ruby master Bug#16749] File.lchmod specs fails on linux since glibc 2.31.9000 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 #16749 has been updated by Eregon (Benoit Daloze). Status changed from Assigned to Closed Fixed with da05c1552ee519d8f180b48d97148d28501acb35, thanks for the report. ---------------------------------------- Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000 https://bugs.ruby-lang.org/issues/16749#change-84887 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * Assignee: Eregon (Benoit Daloze) * ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED ---------------------------------------- I observe following test errors on Fedora Rawhide when building against glibc 2.31.9000: ~~~ 1) File.lchmod returns false from #respond_to? FAILED Expected true to be false /builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:35:in `block (3 levels) in ' /builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `' 2) File.lchmod raises a NotImplementedError when called FAILED Expected NotImplementedError but no exception was raised (0 was returned) /builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:39:in `block (3 levels) in ' /builddir/build/BUILD/ruby-2.7.0/spec/ruby/core/file/lchmod_spec.rb:3:in `' ~~~ This seems to be related to #16662 -- https://bugs.ruby-lang.org/