libs-base/Tests/base
David Chisnall c1cca9a336 Added NSJSONSerialization (10.7) implementation. The code path reading from an NSInputStream is not well tested - please try and break it!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33631 72102866-910b-0410-8b05-ffd578937521
2011-07-25 15:50:51 +00:00
..
coding Fix bogus byte swap code for big-endian hosts. 2011-04-05 18:47:06 +00:00
Functions Added test for creating class / adding methods. Based on Wolfgang Lux' test example. 2011-05-07 09:50:42 +00:00
GarbageCollection garbage collection tweaks 2011-03-01 10:51:42 +00:00
GenericTests remove unused files 2011-03-16 17:05:09 +00:00
GSMime Add TestInfo markers 2011-02-23 18:34:39 +00:00
GSXML Fixup bad function calls. 2011-02-24 18:53:31 +00:00
headers improved use of developer testing conditionals 2011-03-28 13:22:57 +00:00
KVC GC updates 2011-02-28 22:11:41 +00:00
NSAffineTransform Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSArchiver Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSArray Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSAttributedString Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSBlock Fixup bad function calls. 2011-02-24 18:53:31 +00:00
NSBundle Minor fixups for release ... mostly avoid failed testcases. 2011-04-12 05:41:53 +00:00
NSCalendar Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSCalendarDate use standardised locale for testing 2011-03-16 14:01:09 +00:00
NSCharacterSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSConnection increase timeout for slow machines 2011-03-21 09:53:01 +00:00
NSCountedSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSData Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSDate Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSDateFormatter Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSDictionary Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSException fix ifdefs 2011-03-28 13:57:27 +00:00
NSFileHandle Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSFileManager Apply patch for bug #32899 2011-04-07 05:09:08 +00:00
NSHashTable Lots of little fixes to make -base compile with -Werror (now builds without warnings). 2011-07-24 13:09:22 +00:00
NSHost Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSHTTPCookie Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSIndexPath Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSInvocation remove unused files 2011-03-16 17:05:09 +00:00
NSJSONSerialization Added NSJSONSerialization (10.7) implementation. The code path reading from an NSInputStream is not well tested - please try and break it! 2011-07-25 15:50:51 +00:00
NSKeyedArchiver Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSLocale Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSLock remove unused files 2011-03-16 17:05:09 +00:00
NSMapTable Add support (and test) for weak keys and values in NSMapTable. This support should work in GC mode. It also works if the runtime supports ARC, even if the compiler does not use this support. 2011-07-23 16:16:01 +00:00
NSMethodSignature Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableArray Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSMutableAttributedString Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableCharacterSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableData Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSMutableDictionary Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableIndexSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSMutableString Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSNumber fixup for signedness ... charValue always returns a signed char 2011-04-04 16:35:20 +00:00
NSNumberFormatter Minor fixups for release ... mostly avoid failed testcases. 2011-04-12 05:41:53 +00:00
NSObject tweak to handle concurrency failure better. 2011-05-03 19:39:08 +00:00
NSOperation re-introduce thread pool 2011-03-03 15:14:29 +00:00
NSPointerArray Lots of little fixes to make -base compile with -Werror (now builds without warnings). 2011-07-24 13:09:22 +00:00
NSPredicate Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSProcessInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSProxy Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSRunLoop portability bugfixes 2011-04-04 10:57:49 +00:00
NSScanner Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSSet Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSSortDescriptor Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSStream Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSString Added NSRegularExpressionSearch (10.7) support to NSString. 2011-07-21 13:17:27 +00:00
NSTask remove unused files 2011-03-16 17:05:09 +00:00
NSThread Added some tests for lazy allocated thread behaviour. 2011-07-11 14:07:16 +00:00
NSTimeZone cleanup to avoid tests which won't work on most systems 2011-03-22 19:59:36 +00:00
NSUndoManager Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSURL portability bugfixes 2011-04-04 10:57:49 +00:00
NSURLConnection Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSURLHandle remove unused files 2011-03-16 17:05:09 +00:00
NSURLProtocol Important change to the START_SET and END_SET macros to stop their use 2011-02-24 16:26:01 +00:00
NSURLRequest Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSUserDefaults remove obsolete tests 2011-03-07 17:49:41 +00:00
NSXMLParser Add TestInfo markers 2011-02-23 18:34:39 +00:00
PropertyLists Add TestInfo markers 2011-02-23 18:34:39 +00:00
Unicode Add TestInfo markers 2011-02-23 18:34:39 +00:00
GNUmakefile.postamble import testsuite 2011-02-16 08:21:17 +00:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00