--- Running tests in base ---

base/NSException/basic.m:
FAIL: working callStackSymbols

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
FAIL: operations ran in order of priority

base/coding/decoding.m:
FAIL: decoding class NSException: <NSException: 0x80e5da8> NAME:NSRangeException REASON:Index 1 is out of range 0 (in 'objectAtIndex:') INFO:{Array = (); Count = 0; Index = 1; }

    259 COMPLETED
      6 FAIL
   5150 PASS

