gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mingw compilation of base broken


From: Fred Kiefer
Subject: Re: mingw compilation of base broken
Date: Fri, 26 Aug 2011 10:52:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

Most of the test results are to be expected. The iconv support on your platform seems to be limited, at least the NSISOHebrewStringEncoding is missing and some of the other encodings as well (UTF-16 and UTF-32). Most likely you only have the build in GNUstep encodings. Did you check what your config.log reports for iconv?

There are a few disturbing issues. For example NSProxy/test00.m:
Passed test:     test00.m:122 ... proxy isEqual: to subclass
Passed test:     test00.m:123 ... subclass isEqual: to remote
vacall: va_start type 14 and va_return type 15 disagree.
Failed file:     test00.m aborted without running all tests!

Most likely this has again to do with BOOL being passed as a return value, but I don't understand what goes on here.

It is also surprising that about 15 of the test in NSURL/test00.m fail for you. When that test failed for me I had all 1400 tests failing not just a few. At least the tests in NSURL/test01.m fail consistently for you. Most likely something is broken in GSInetInputStream on MinGW.

If we get the iconv issue sorted out and find a proper explanation for the NSProxy behaviour, I think we are good to go.

On 25.08.2011 10:31, Riccardo Mottola wrote:
attached the testlog file,

-R
Hi,

now that I have a cleaner install by forcing all domains, the tests
perform as follows:

6153 Passed tests
70 Failed tests
12 Skipped sets
12 Dashed hopes
1 Failed file
1 Failed build




reply via email to

[Prev in Thread] Current Thread [Next in Thread]