[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Base tests errors
From: |
Bertrand Gmail |
Subject: |
Base tests errors |
Date: |
Sat, 19 Mar 2016 11:35:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Icedove/38.5.0 |
Hi, I've got failed tests with the latest base. I'm on debian 8 x86,
with clang, and my Locale LANG and LC_NUMERIC settings are fr_FR.utf8.
First with NSLocale :
"--- Running tests in base/NSLocale ---
base/NSLoc--- Running tests in base/NSLocale ---
base/NSLocale/general.m:
Failed test: general.m:60 ... NSLocaleGroupingSeparator key
returns '.' "
I've got this in Tests.log :
" Failed test: general.m:60 ... NSLocaleGroupingSeparator key
returns '.'
Expected '.' and got ' '(unicode codepoint 160) ".
Second failed test : the usual NSNumberFormatter one :
"--- Running tests in base/NSNumberFormatter ---
base/NSNumberFormatter/basic10_4.m:
Failed test: basic10_4.m:149 ... negativeFormat used for -ve number"
I've got this log in Tests.log :
"Failed test: basic10_4.m:149 ... negativeFormat used for -ve number
Expected '(R$1.235)' and got '_R$1.235'".
And the third with NSUrl :
--- Running tests in base/NSURL ---
base/NSURL/test00.m:
Failed test: test00.m:51 ... NSURL chunked test OK
I've got this in Tests.log :
"Testing test00.m...
Running base/NSURL/test00.m...
2016-03-19 10:55:13.401 test00[21046:21046] Unable to connect to
127.0.0.1:1234 via socket ... Connect attempt failed - Connection refused
Failed test: test00.m:51 ... NSURL chunked test OK".
Bertrand Dekoninck
- Base tests errors,
Bertrand Gmail <=