From: duerst@... Date: 2016-05-31T11:41:37+00:00 Subject: [ruby-core:75798] [Ruby trunk Bug#12446] Failure of TestM17NComb#test_str_crypt_nonstrict on cygwin Issue #12446 has been updated by Martin D��rst. Other failures that may be related to this one: ``` [ 233/1101] TestString#test_crypt = 0.00 s 2) Failure: TestString#test_crypt [/cygdrive/c/Data/ruby/test/ruby/test_string.rb:529]: <"aaGUC/JkO9/Sc"> expected but was <"aa2.3FIJ.2J3E">. [ 375/1101] TestString2#test_crypt = 0.00 s 3) Failure: TestString2#test_crypt [/cygdrive/c/Data/ruby/test/ruby/test_string.rb:529]: <"aaGUC/JkO9/Sc"> expected but was <"aa.2FFIIE2JJ.">. ``` ---------------------------------------- Bug #12446: Failure of TestM17NComb#test_str_crypt_nonstrict on cygwin https://bugs.ruby-lang.org/issues/12446#change-58976 * Author: Martin D��rst * Status: Open * Priority: Normal * Assignee: Yui NARUSE * ruby -v: ruby 2.4.0dev (2016-05-31 trunk 55228) [x86_64-cygwin] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- When resorting to `bin/ruby test/runner.rb test/ruby/test_[j-z]*` to get around the problem described in https://bugs.ruby-lang.org/issues/12445, I get an error for `TestM17NComb#test_str_crypt_nonstrict`, as follows: ``` [ 327/2665] TestM17NComb#test_str_crypt_nonstrict = 0.00 s 1) Failure: TestM17NComb#test_str_crypt_nonstrict [/cygdrive/c/Data/ruby/test/ruby/test_m17n_comb.rb:780]: "".force_encoding("ASCII-8BIT").crypt("\xFE\xFE".force_encoding("EUC-JP")). <"\xFE\xFE/.F/2.E.2/E"> expected but was <"\xFE\xFE/.F...I.F3.">. ``` -- https://bugs.ruby-lang.org/ Unsubscribe: