[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69806] [Ruby trunk - Bug #11045] ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior
From:
usa@...
Date:
2015-06-30 04:20:46 UTC
List:
ruby-core #69806
Issue #11045 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED ---------------------------------------- Bug #11045: ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior https://bugs.ruby-lang.org/issues/11045#change-53202 * Author: Charles Nutter * Status: Closed * Priority: Normal * Assignee: Charles Nutter * ruby -v: trunk * Backport: 2.0.0: WONTFIX, 2.1: REQUIRED, 2.2: REQUIRED ---------------------------------------- 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/