From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 0992517DEE8F for ; Wed, 8 Apr 2015 05:27:09 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id E39ACB5D863 for ; Wed, 8 Apr 2015 05:37:10 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 6958097A82B for ; Wed, 8 Apr 2015 05:37:11 +0900 (JST) X-Virus-Scanned: amavisd-new at nagaokaut.ac.jp Authentication-Results: funfun.nagaokaut.ac.jp (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=sendgrid.me Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hm32yRZJ1lQm for ; Wed, 8 Apr 2015 05:37:11 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 213B397A820 for ; Wed, 8 Apr 2015 05:37:11 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 6557495243E for ; Wed, 8 Apr 2015 05:37:10 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B2BF3120457; Wed, 8 Apr 2015 05:37:05 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 09D5A12040B for ; Wed, 8 Apr 2015 05:37:01 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=+0nmYhfWkd2qgiSSHLg7gykNnls=; b=mYbgYwEyrhtYefUlOP HKNZzUAfjhXkNmdFx2P+xuuDNDvlrWiBrrbvQG90YsxsTrCq91g/WF7/sNXWrl3I EZWTrTSCvGA5DK+2EqLO7JDiqk3yXog5BM6mGMobjqRn5ZPfs7Ca8EsuRoIl34Tf UkEdIHvgvwflOHZfK60eU+VuQ= Received: by filter0480p1mdw1.sendgrid.net with SMTP id filter0480p1mdw1.703.55243FE69 2015-04-07 20:36:54.985645589 +0000 UTC Received: from herokuapp.com (ec2-54-146-255-21.compute-1.amazonaws.com [54.146.255.21]) by ismtpd-022 (SG) with ESMTP id 14c95999e04.6680.4502e5 for ; Tue, 07 Apr 2015 20:36:54 +0000 (UTC) Date: Tue, 07 Apr 2015 20:36:54 +0000 From: headius@headius.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 43195 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11045 X-Redmine-Issue-Author: headius X-Redmine-Sender: headius X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5JnZUZ4Ebc31e1BfVLpMUJJ3XkmbWDE7u28D OhpKGrLEEU5mqnUDt2TAO/uvBbngQgW73C5MG8Qxn7/cHYNLGH6JAQeQ4M+hygxuJeGL4ESpVII+GD DdhwDM7OP8feNgA= X-ML-Name: ruby-core X-Mail-Count: 68788 Subject: [ruby-core:68788] [Ruby trunk - Bug #11045] [Open] ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior 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: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11045 has been reported by Charles Nutter. ---------------------------------------- Bug #11045: ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior https://bugs.ruby-lang.org/issues/11045 * Author: Charles Nutter * Status: Open * Priority: Normal * Assignee: * ruby -v: trunk * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I think we should just remove the glibc version guards in test_str_crypt in test/ruby/test_m17n_comb.rb. 1. JRuby can't determine glibc version without making a glibc-specific call (because we have no build-time configure script or similar) 2. On platforms that use glibc but don't report version, this guard won't work. 3. Do we really want to be testing linux-specific crypt behavior? I propose that we just make the test skip non-alpha salt unconditionally. -- https://bugs.ruby-lang.org/