Hi guys, I was testing the test cases on my Snow Leopard machine. In theory they should be fine right? But they are not. See below.
David d...@atlantis>cd base ../runtests.sh . d...@atlantis>../runtests.sh . --- Running tests in . --- ./Functions/NSPathUtilities.m: COMPILEFAIL: ./Functions/NSPathUtilities.m ./Functions/NSZone.m: FAIL: ./Functions/NSZone.m ./NSAffineTransform/basic.m: FAIL: flip transform inverts point y FAIL: flip is reversible FAIL: simple translate works FAIL: two simple translates work FAIL: translate and rotate works FAIL: simple rotate works FAIL: rotate and translate works ./NSArchiver/create.m: FAIL: +new creates an empty NSArchiver ./NSAttributedString/basic.m: FAIL: Object 0 of class 'NSMutableAttributedString' is retained by copy with same zone ./NSBundle/basic.m: FAIL: Object 0 of class 'NSBundle' has working retainCount ./NSBundle/general.m: FAIL: ./NSBundle/general.m ./NSBundle/load/load.m: FAIL: ./NSBundle/load/load.m ./NSBundle/resources.m: FAIL: ./NSBundle/resources.m ./NSBundle/resources2.m: FAIL: Returned array contains non-localized resource FAIL: Returned array contains localized resource FAIL: Returned array contains non-localized resource FAIL: Returned array contains localized resource ./NSCalendarDate/basic.m: FAIL: Object 0 of class 'NSCalendarDate' is retained by copy with same zone ./NSCalendarDate/test00.m: FAIL: +dateWithString:calendarFormat:locale: objects to zero day FAIL: +dateWithString:calendarFormat:locale: objects to zero month FAIL: +dateWithString:calendarFormat:locale: objects to long timezone FAIL: date check with 2001-02-28 04:00:01 FAIL: date check with 2001-02-27 04:00:01 FAIL: date check with 2002-02-28 04:00:01 FAIL: date check with 2002-03-31 03:30:00 FAIL: date check with 2002-03-31 02:30:00 FAIL: date check with 2002-03-31 00:30:00 FAIL: date hour calculation check with 2002-10-27 01:30:00 ./NSCalendarDate/test02.m: FAIL: R format works in description FAIL: r format works in description ./NSCharacterSet/general.m: FAIL: Caching of standard sets ./NSCharacterSet/illegalCharacterSet.m: FAIL: 0x0010fffe is illegal FAIL: 0x0010fffe is not legal FAIL: 0x0010fffd illegal FAIL: 0x0010fffd is illegal ./NSData/basic.m: FAIL: Object 0 of class 'NSMutableData' is not retained by copy with other zone ./NSDate/basic.m: FAIL: Object 0 of class 'NSDate' is retained by copy with same zone ./NSDictionary/general.m: FAIL: -allKeysForObject: gives nil for an empty dictionary ./NSException/basic.m: FAIL: raises NSInvalidArgumentException in description ./NSHashTable/create.m: FAIL: -addObject: raises with nil ./NSInvocation/basic.m: FAIL: Class 'NSInvocation' has working init FAIL: Class 'NSInvocation' has working new ./NSInvocation/general.m: FAIL: ./NSInvocation/general.m ./NSInvocation/test01.m: COMPILEFAIL: ./NSInvocation/test01.m ./NSKeyedArchiver/basic.m: FAIL: raises NSInvalidArgumentException in description FAIL: raises NSInvalidArgumentException in description ./NSLock/RecursiveLock.m: COMPILEFAIL: ./NSLock/RecursiveLock.m ./NSLock/condlock.m: COMPILEFAIL: ./NSLock/condlock.m ./NSLock/doubleLocking.m: COMPILEFAIL: ./NSLock/doubleLocking.m ./NSLock/tryLock.m: COMPILEFAIL: ./NSLock/tryLock.m ./NSMapTable/create.m: FAIL: -setObject:forKey: works with nil value FAIL: -setObject:forKey: raises with nil key ./NSMutableAttributedString/test01.m: FAIL: ./NSMutableAttributedString/test01.m ./NSMutableDictionary/general.m: FAIL: -allKeysForObject: gives nil for an empty dictionary ./NSMutableIndexSet/test0.m: FAIL: contains range ./NSMutableString/NSMutableString_string.m: FAIL: -initWithData:encoding: gives nil for invalid encodings ./NSMutableString/basic.m: FAIL: ./NSMutableString/basic.m ./NSNumber/test00.m: FAIL: pointerValue works FAIL: NSDecimalNumber boolValue works ./NSNumberFormatter/basic.m: FAIL: default format same as Cocoa FAIL: round up for fractional part >0.5 FAIL: round down for fractional part <0.5 FAIL: numeric and space padding OK FAIL: prefix and suffix used properly FAIL: negativeFormat used for -ve number ./NSObject/test01.m: FAIL: ./NSObject/test01.m ./NSOperation/basic.m: FAIL: NSOperation cannot be started twice ./NSPointerArray/basic.m: UNRESOLVED: test_NSCopying object 0 ./NSProxy/basic.m: FAIL: Class 'NSProxy' uses zone for alloc FAIL: Class 'NSProxy' -zone works ./NSProxy/test01.m: COMPILEFAIL: ./NSProxy/test01.m ./NSSortDescriptor/basic.m: FAIL: Object 0 of class 'NSSortDescriptor' is not retained by copy with other zone FAIL: hash for similar descriptors is the same ^C (HANGS HERE) _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
