--- Running tests in base ---

base/Functions/NSZone.m:
FAIL: base/Functions/NSZone.m

base/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

base/NSArchiver/create.m:
FAIL: +new creates an empty NSArchiver

base/NSAttributedString/basic.m:
FAIL: Object 0 of class 'NSMutableAttributedString' is retained by copy with same zone

base/NSBundle/basic.m:
FAIL: Object 0 of class 'NSBundle' has working retainCount

base/NSBundle/general.m:
FAIL: base/NSBundle/general.m

base/NSBundle/load/load.m:
FAIL: base/NSBundle/load/load.m

base/NSBundle/resources.m:
FAIL: base/NSBundle/resources.m

base/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

base/NSCalendarDate/basic.m:
FAIL: Object 0 of class 'NSCalendarDate' is retained by copy with same zone

base/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

base/NSCalendarDate/test02.m:
FAIL: R format works in description
FAIL: r format works in description

base/NSCharacterSet/general.m:
FAIL: Caching of standard sets

base/NSCharacterSet/illegalCharacterSet.m:
FAIL: 0x0010fffe is illegal
FAIL: 0x0010fffe is not legal
FAIL: 0x0010fffd illegal
FAIL: 0x0010fffd is illegal

base/NSData/basic.m:
FAIL: Object 0 of class 'NSMutableData' is not retained by copy with other zone

base/NSDate/basic.m:
FAIL: Object 0 of class 'NSDate' is retained by copy with same zone

base/NSDate/create.m:
FAIL: +dateWithString makes correct day

base/NSDictionary/general.m:
FAIL: -allKeysForObject: gives nil for an empty dictionary

base/NSException/basic.m:
FAIL: raises NSInvalidArgumentException in description

base/NSHashTable/create.m:
FAIL: -addObject: raises with nil

base/NSInvocation/basic.m:
FAIL: Class 'NSInvocation' has working init
FAIL: Class 'NSInvocation' has working new

base/NSInvocation/general.m:
FAIL: base/NSInvocation/general.m

base/NSInvocation/test01.m:
COMPILEFAIL: base/NSInvocation/test01.m

base/NSKeyedArchiver/basic.m:
FAIL: raises NSInvalidArgumentException in description
FAIL: raises NSInvalidArgumentException in description

base/NSLock/RecursiveLock.m:
COMPILEFAIL: base/NSLock/RecursiveLock.m

base/NSLock/condlock.m:
COMPILEFAIL: base/NSLock/condlock.m

base/NSLock/doubleLocking.m:
COMPILEFAIL: base/NSLock/doubleLocking.m

base/NSLock/tryLock.m:
COMPILEFAIL: base/NSLock/tryLock.m

base/NSMapTable/create.m:
FAIL: -setObject:forKey: works with nil value
FAIL: -setObject:forKey: raises with nil key

base/NSMutableAttributedString/test01.m:
FAIL: base/NSMutableAttributedString/test01.m

base/NSMutableDictionary/general.m:
FAIL: -allKeysForObject: gives nil for an empty dictionary

base/NSMutableIndexSet/test0.m:
FAIL: contains range

base/NSMutableString/NSMutableString_string.m:
FAIL: -initWithData:encoding: gives nil for invalid encodings

base/NSMutableString/basic.m:
FAIL: base/NSMutableString/basic.m

base/NSNumber/test00.m:
FAIL: pointerValue works

base/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

base/NSObject/test01.m:
FAIL: base/NSObject/test01.m

base/NSOperation/basic.m:
FAIL: NSOperation cannot be started twice

base/NSPointerArray/basic.m:
UNRESOLVED: test_NSCopying object 0

base/NSProxy/basic.m:
FAIL: Class 'NSProxy' uses zone for alloc
FAIL: Class 'NSProxy' -zone works

base/NSProxy/test01.m:
COMPILEFAIL: base/NSProxy/test01.m

base/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

base/NSStream/memandfile_2.m:
FAIL: base/NSStream/memandfile_2.m

base/NSStream/socket.m:
FAIL: read www.google.com https

base/NSString/NSString_base.m:
FAIL: -initWithData:encoding: gives nil for invalid encodings

base/NSString/NSString_custom.m:
FAIL: base/NSString/NSString_custom.m

base/NSString/basic.m:
FAIL: initWithCharacters:length: creates mutable string for ascii
FAIL: initWithCharacters:length: creates mutable string for unicode

base/NSString/boolValue.m:
FAIL: constant:-y == YES
FAIL: normal:-y == YES
FAIL: mutable:-y == YES
FAIL: constant:-Y == YES
FAIL: normal:-Y == YES
FAIL: mutable:-Y == YES
FAIL: constant:-t == YES
FAIL: normal:-t == YES
FAIL: mutable:-t == YES
FAIL: constant:-T == YES
FAIL: normal:-T == YES
FAIL: mutable:-T == YES

base/NSString/test00.m:
FAIL: NSString comparison with range beyond end of string

base/NSString/test02.m:
FAIL: '//host/file.jpg' stringByDeletingLastPathComponent == '//host/share'
FAIL: '//host/share/' stringByDeletingLastPathComponent == '//host'
FAIL: '//host/share' stringByDeletingLastPathComponent == '//host'
FAIL: '/.' stringByStandardizingPath == '/'
FAIL: 'c:\.' stringByStandardizingPath == 'c:\'
FAIL: 'c:/home' isAbsolutePath == YES

base/NSString/test03.m:
FAIL: base/NSString/test03.m

base/NSString/test04.m:
FAIL: bad unichar

base/NSTimeZone/use.m:
FAIL: +timeZoneForSecondsFromGMT has correct abbreviation

base/NSURL/basic.m:
FAIL: base/NSURL/basic.m

base/NSURLHandle/basic.m:
FAIL: URLHandleClassForURL: seems to hang on MacOS-X when given an unknown URL scheme ... you may want to check to see if it has been fixed

base/NSURLHandle/test00.m:
FAIL: URLHandleResourceDidCancelLoading called

base/NSURLHandle/test01.m:
FAIL: base/NSURLHandle/test01.m

base/PropertyLists/test00.m:
FAIL: base/PropertyLists/test00.m

base/coding/basictypes.m:
FAIL: can unarchive int from /Local/Software/gstep/autotest/testsuite/base/coding/int-4.type
FAIL: can unarchive uint from /Local/Software/gstep/autotest/testsuite/base/coding/uint-4.type
FAIL: can unarchive long from /Local/Software/gstep/autotest/testsuite/base/coding/long-4.type
FAIL: can unarchive ulong from /Local/Software/gstep/autotest/testsuite/base/coding/ulong-4.type
FAIL: can unarchive llong from /Local/Software/gstep/autotest/testsuite/base/coding/llong-8.type
FAIL: can unarchive ullong from /Local/Software/gstep/autotest/testsuite/base/coding/ullong-8.type
FAIL: can unarchive schar from /Local/Software/gstep/autotest/testsuite/base/coding/schar-1.type
FAIL: can unarchive uchar from /Local/Software/gstep/autotest/testsuite/base/coding/uchar-1.type
FAIL: can unarchive short from /Local/Software/gstep/autotest/testsuite/base/coding/short-2.type
FAIL: can unarchive float from /Local/Software/gstep/autotest/testsuite/base/coding/float-4.type
FAIL: can unarchive double from /Local/Software/gstep/autotest/testsuite/base/coding/double-8.type
FAIL: can unarchive ushort from /Local/Software/gstep/autotest/testsuite/base/coding/ushort-2.type
FAIL: base/coding/basictypes.m

base/coding/decoding.m:
COMPILEFAIL: base/coding/decoding.m

   7 COMPILEFAIL
 238 COMPLETED
 111 FAIL
3254 PASS
   1 UNRESOLVED

