--- Running tests in base ---

base/Functions/NSGeometry1.m:
FAIL: near identical points are equal
FAIL: near identical sizes are equal
FAIL: near identical rects are equal

base/KVC/basic.m:
FAIL: base/KVC/basic.m

base/KVC/mutable.m:
FAIL: base/KVC/mutable.m

base/KVC/nil.m:
FAIL: base/KVC/nil.m

base/KVC/path.m:
FAIL: base/KVC/path.m

base/NSBundle/general.m:
FAIL: -classNamed returns the correct class
FAIL: -executablePath returns an executable path (gnustep bundle)

base/NSCalendarDate/test02.m:
FAIL: base/NSCalendarDate/test02.m

base/NSException/basic.m:
FAIL: raises exception in description
FAIL: working callStackSymbols
: Uncaught exception NSGenericException, reason: Terminate
FAIL: base/NSException/basic.m

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

base/NSLock/doubleLocking.m:
FAIL: Recursive lock with NSLock deadlocks ... this is not a real test, just a reminder that recursively locking should deadlock the thread after printing a diagnostic message
FAIL: Recursive lock with NSConditionLock deadlocks ... this is not a real test, just a reminder that recursively locking should deadlock the thread after printing a diagnostic message

base/NSOperation/threads.m:
FAIL: thread exit occurs after five seconds

base/NSRunLoop/performers.m:
FAIL: -performSelector:target:argument:order:modes: only sends the message once
FAIL: -performSelector:target:argument:order:modes: orders performers correctly
FAIL: -cancelPerformSelector:target:argument: works

base/NSRunLoop/thread.m:
FAIL: A loop with an input source will block

base/NSString/test02.m:
FAIL: '/home//user' stringByStandardizingPath == '/home/user'
FAIL: '/home/./user' stringByStandardizingPath == '/home/user'
FAIL: '/home/user/.' stringByStandardizingPath == '/home/user'
FAIL: '/home/.//././user' stringByStandardizingPath == '/home/user'
FAIL: 'c:\.' stringByStandardizingPath == 'c:\'
FAIL: 'c:\...' stringByStandardizingPath == 'c:\...'

base/coding/basictypes.m:
FAIL: base/coding/basictypes.m

base/coding/decoding.m:
FAIL: decoding version 2 of class NSValue

   1 
 253 COMPLETED
  30 FAIL
5129 PASS

