libs-base icon indicating copy to clipboard operation
libs-base copied to clipboard

NSString/test08.m tests fail with ICU 65

Open doko42 opened this issue 5 years ago • 3 comments

base/NSString/test08.m: Failed test: test08.m:47 ... 11 is greater than 2 Failed test: test08.m:61 ... numeric sort

Testing test08.m... Running base/NSString/test08.m... Passed test: test08.m:27 ... 1 is less than 2 Passed test: test08.m:32 ... 1 is less than 10 Passed test: test08.m:37 ... 1 is less than 11 Passed test: test08.m:42 ... 11 is greater than 1 Failed test: test08.m:47 ... 11 is greater than 2 Passed test: test08.m:56 ... text sort Failed test: test08.m:61 ... numeric sort Expected '(1, 2, 3, 10, 11, 20)' and got '(1, 10, 11, 2, 20, 3)' Completed file: test08.m

doko42 avatar Feb 23 '20 13:02 doko42

I get the same results on my OpenSuse Tumbleweed. Looks like ICU requires different values there. I never got around to inspect this. What OS are you using?

fredkiefer avatar Feb 23 '20 13:02 fredkiefer

that's trying to build the Ubuntu packages: https://launchpad.net/ubuntu/+source/gnustep-base/1.26.0-6build3

doko42 avatar Feb 23 '20 13:02 doko42

I started this pull request https://github.com/gnustep/libs-base/pull/109 which fixes the issue for me locally. Could you please give it a try and comment on the pull request?

fredkiefer avatar Mar 09 '20 07:03 fredkiefer

Closing due to lack of feedback

rfm avatar Aug 25 '22 10:08 rfm