After fixing a couple more bugs, I now get: --- Running tests in CFArray --- --- Running tests in CFAttributedString --- --- Running tests in CFBinaryHeap --- --- Running tests in CFCalendar --- --- Running tests in CFCharacterSet --- --- Running tests in CFData --- --- Running tests in CFDate --- --- Running tests in CFDateFormatter --- --- Running tests in CFLocale --- --- Running tests in CFNumber --- --- Running tests in CFNumberFormatter --- --- Running tests in CFRuntime --- --- Running tests in CFString --- --- Running tests in CFTimeZone ---
CFTimeZone/general.m: Failed test: general.m:54 ... Daylight Saving time offset at 0 second from absolute epoch is '3600.000000'. --- Running tests in CFTree --- --- Running tests in CFURL --- CFURL/create.m: Failed test: create.m:49 ... Resource specifier of relative url is NULL --- Running tests in CFURLAccess --- --- Running tests in CFUUID --- 261 Passed tests 2 Failed tests No idea about the CFURL bug, but the CFTimeZone one looks a lot like a similar failure in the Base test suite related to a known ICU bug. David On 27 May 2012, at 11:59, David Chisnall wrote: > I have fixed this bug in corebase. It was caused by some highly > load-order-dependent code in NSCFType. > > I still get 17 files failing (138 tests passing), which look like they are > caused by memory management bugs. Running the static analyser, I get a lot > of of memory management bugs reported: > > http://theravensnest.org/gscorebase/ > > It would be a good idea for these to be fixed before the release... > > David > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep -- Sent from my PDP-11 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
