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=-3.7 required=3.0 tests=AWL,BAYES_00, 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=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 AC4621F487 for ; Wed, 1 Apr 2020 15:50:30 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 462AA120AB2; Thu, 2 Apr 2020 00:50:10 +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 A4A65120AB0 for ; Thu, 2 Apr 2020 00:50:08 +0900 (JST) Received: by filterdrecv-p3las1-cb48d7cc9-4xm2p with SMTP id filterdrecv-p3las1-cb48d7cc9-4xm2p-18-5E84B841-E 2020-04-01 15:50:25.619087196 +0000 UTC m=+571381.859801278 Received: from herokuapp.com (unknown) by ismtpd0015p1iad1.sendgrid.net (SG) with ESMTP id 9lv662JITu-1oNb2bEdv1w for ; Wed, 01 Apr 2020 15:50:25.535 +0000 (UTC) Date: Wed, 01 Apr 2020 15:50:25 +0000 (UTC) From: v.ondruch@tiscali.cz Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 73421 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16749 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: vo.x 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?mWhqNvD1xlBozk4zn6CTHlnSPHlTKkyHJdiOH=2FzC52jn0BSlAcV6pekUoUaNDi?= =?us-ascii?Q?=2FPR+4B3AxWvIFW86Z7EQm=2F9JcRymB+uu245t46o?= =?us-ascii?Q?DYmVG9bt6x4doiXwleM=2FeX1JGeTeVNYaoFsdjDw?= =?us-ascii?Q?XEMyia8ytQNxMPd78+gmTMfJ8NxAfXewZfyXmnm?= =?us-ascii?Q?nERQwVGKxTfcn2QA4PS0UtMO=2FfLr8wupMSTSJTL?= =?us-ascii?Q?yLTNBF+wq0rarYXYQ=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 97661 Subject: [ruby-core:97661] [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 reported by vo.x (Vit Ondruch). ---------------------------------------- Bug #16749: File.lchmod specs fails on linux since glibc 2.31.9000 https://bugs.ruby-lang.org/issues/16749 * Author: vo.x (Vit Ondruch) * Status: Open * Priority: Normal * ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- 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/