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=-2.1 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_BL_SPAMCOP_NET,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 CFA5A1F5AE for ; Thu, 23 Jul 2020 08:30:48 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 0CA0F120B50; Thu, 23 Jul 2020 17:30:19 +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 9EBD3120A40 for ; Thu, 23 Jul 2020 17:30:16 +0900 (JST) Received: by filterdrecv-p3iad2-5b55dcd864-xnspw with SMTP id filterdrecv-p3iad2-5b55dcd864-xnspw-17-5F194AB0-99 2020-07-23 08:30:40.478657543 +0000 UTC m=+2301676.903235572 Received: from herokuapp.com (unknown) by ismtpd0020p1iad2.sendgrid.net (SG) with ESMTP id 8Tu_1sE3S8G2BbXGJjxASA for ; Thu, 23 Jul 2020 08:30:40.470 +0000 (UTC) Date: Thu, 23 Jul 2020 08:30:40 +0000 (UTC) From: nagachika00@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75084 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: nagachika 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?O2wxg26uOO6cft6GjkEp=2FGevTnH9lR=2FEdG60AX3F8=2FCZRS1hNzcyufa43u8RfJ?= =?us-ascii?Q?uVJXVcOpE9GvU+QDBoGWGfs5uNrIiWoB=2FAFQeh9?= =?us-ascii?Q?nA5cdJ7QyfiumB6rYJXZ6colAAO7R4G=2F8eNWP56?= =?us-ascii?Q?WgovuEIAQU1zCCG0pK4ZtcSAQ7nZ5ck97NlbFe6?= =?us-ascii?Q?shH5Jm95Anr1W36wREP7YY9lvUhR933LyqxwMjq?= =?us-ascii?Q?T3yIGBDO784no6NDA=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99295 Subject: [ruby-core:99295] [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 nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE ruby_2_7 4437f9eb0bf8369bcf12bd7cd324e11b5d885e07 merged revision(s) da05c1552ee519d8f180b48d97148d28501acb35. ---------------------------------------- Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000 https://bugs.ruby-lang.org/issues/16749#change-86684 * 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: DONE ---------------------------------------- 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/