libs-base/Tests/base
2024-11-16 14:07:33 +00:00
..
coding Fix leaks 2024-11-15 10:49:19 +00:00
Functions Fix leaks 2024-11-15 15:44:39 +00:00
GarbageCollection garbage collection tweaks 2011-03-01 10:51:42 +00:00
GenericTests Remove warnings generated by tests. 2011-08-03 08:41:26 +00:00
GSMime fix leaks 2024-11-15 12:27:48 +00:00
GSTLS Missing semicolon and misplaced code in GSTLS unit test 2022-08-04 17:05:55 +02:00
GSXML Fix leaks 2024-11-15 13:00:56 +00:00
headers remove obsolete test 2024-06-10 15:27:35 +01:00
KVC Fix leaks 2024-11-15 15:44:39 +00:00
NSAffineTransform Fix leaks 2024-11-15 16:00:47 +00:00
NSArchiver Fix leaks 2024-11-15 16:00:47 +00:00
NSArray Fix leaks 2024-11-15 20:48:09 +00:00
NSAttributedString Fix leaks 2024-11-15 20:48:09 +00:00
NSAutoreleasePool Fix leaks 2024-11-15 20:48:09 +00:00
NSBlock Fixup bad function calls. 2011-02-24 18:53:31 +00:00
NSBundle Fix leaks 2024-11-15 20:48:09 +00:00
NSCache Modify the interfaces of all collection classes to be compatible with the 2016-02-22 21:04:18 +00:00
NSCalendar Fix leaks 2024-11-15 20:48:09 +00:00
NSCalendarDate Fix leaks 2024-11-15 20:48:09 +00:00
NSCharacterSet Fix -[NSCharacterSet invertedSet] to work by calling -invert on a mutable copy 2020-05-05 09:51:34 +01:00
NSConnection Simple NSConnection client/server test tools 2021-05-31 13:08:40 +01:00
NSCountedSet Fix bug #43915 (equality not checked correctly for NSCountedSet) 2015-05-02 08:03:05 +00:00
NSData Fix leaks 2024-11-15 20:48:09 +00:00
NSDate Add tests for -earlierDate: and -laterDate: with equal time instants and where tartget/receiver are different classes. 2024-11-06 15:45:37 +00:00
NSDateFormatter NSISO8601DateFormatter bugfix (as reported by kevinpeizner) and tweaks. 2023-10-26 14:19:06 +01:00
NSDictionary Fix leaks 2024-11-15 20:48:09 +00:00
NSDistributedLock Fix leaks 2024-11-15 20:48:09 +00:00
NSException make stack symbols tests more ionformative ... check that class and method names are reported 2024-04-14 12:02:13 +01:00
NSFastEnumeration Fix leaks 2024-11-15 20:48:09 +00:00
NSFileHandle Fix leaks 2024-11-15 20:48:09 +00:00
NSFileManager Fix leaks 2024-11-15 20:48:09 +00:00
NSHashTable Fix the case where we replace a value already in the map 2024-11-12 14:27:06 +00:00
NSHost Provisional IPv6 support added. 2011-10-03 16:03:19 +00:00
NSHTTPCookie Fix some more leaks 2024-11-16 11:51:53 +00:00
NSIndexPath Add TestInfo markers 2011-02-23 18:34:39 +00:00
NSIndexSet Don't crash when built with gcc 2024-07-17 14:14:46 +01:00
NSInvocation Fix leaks 2024-11-15 15:44:39 +00:00
NSInvocationOperation Fix leaks 2024-11-15 20:48:09 +00:00
NSJSONSerialization Fix NSJSONSerialization test on Windows. 2021-07-14 10:09:45 +02:00
NSKeyedArchiver Fix some more leaks 2024-11-16 11:51:53 +00:00
NSKVOSupport More leaks fixed 2024-11-16 13:34:56 +00:00
NSLocale locale method fixup with testcase 2024-02-11 15:03:37 +00:00
NSLock More leaks fixed 2024-11-16 13:34:56 +00:00
NSMapTable Fix the case where we replace a value already in the map 2024-11-12 14:27:06 +00:00
NSMethodSignature More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableArray Update -[NSMutableArray removeLastObject] (#433) 2024-08-10 23:44:02 +02:00
NSMutableAttributedString More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableCharacterSet More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableData More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableDictionary More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableIndexSet More leaks fixed 2024-11-16 13:34:56 +00:00
NSMutableSet add some set tests 2013-03-17 12:58:51 +00:00
NSMutableString More leaks fixed 2024-11-16 13:34:56 +00:00
NSNotification More leaks fixed 2024-11-16 13:34:56 +00:00
NSNumber More leaks fixed 2024-11-16 14:07:33 +00:00
NSNumberFormatter More leaks fixed 2024-11-16 14:07:33 +00:00
NSObject More leaks fixed 2024-11-16 14:07:33 +00:00
NSOperation More leaks fixed 2024-11-16 14:07:33 +00:00
NSOrderedSet More leaks fixed 2024-11-16 14:07:33 +00:00
NSPersonNameComponentsFormatter More leaks fixed 2024-11-16 14:07:33 +00:00
NSPointerArray More leaks fixed 2024-11-16 14:07:33 +00:00
NSPointerFunctions Tweaks to match OSX pointer array behaviors more accurately. 2024-07-22 12:22:40 +01:00
NSPredicate fix non-portable code in testcase 2024-06-23 08:20:52 +01:00
NSProcessInfo * Tests/base/NSProcessInfo/general.m: Mark test for -systemUptime 2018-05-27 14:13:48 +02:00
NSProgress iFix incorrect use of ObjC strings where C-strings expected. 2022-08-06 17:33:20 +01:00
NSProxy Fix CI and make libcurl a hard-dependency when using libobjc2 (#447) 2024-10-10 11:16:47 +02:00
NSRegularExpression NSRegularExpression: Improved Error and Exception handling to match macOS behaviour (#343) 2023-11-13 19:55:49 +01:00
NSRunLoop win32: Support overlapped (asynchronous) I/O on standard streams in GSFileHandle 2022-08-23 18:43:14 +02:00
NSScanner Add a couple of teswts for scanning zeros as doubles 2021-01-21 14:38:31 +00:00
NSSet add some keyed coding tests 2013-03-25 11:05:32 +00:00
NSSortDescriptor add some keyed coding tests 2013-03-25 11:05:32 +00:00
NSStream fixups for run loop handling 2016-07-12 17:54:40 +00:00
NSString Fix leaks 2024-11-15 21:21:41 +00:00
NSTask Fix CI and make libcurl a hard-dependency when using libobjc2 (#447) 2024-10-10 11:16:47 +02:00
NSThread Fix CI and make libcurl a hard-dependency when using libobjc2 (#447) 2024-10-10 11:16:47 +02:00
NSTimeZone Refactor +[NSTimeZone timeZoneArray] 2024-04-17 23:32:56 +02:00
NSUbiquitousKeyValueStore Add test 2019-07-08 08:11:28 -04: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 Fix CI and make libcurl a hard-dependency when using libobjc2 (#447) 2024-10-10 11:16:47 +02:00
NSURLConnection Fixed missing semicolon in NSURLConnection test 2024-05-15 17:09:00 +02:00
NSURLHandle GSFileURLHandle: Remove caching functionality 2024-05-06 18:06:50 +02: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 Fix NSURLRequest test 2023-11-15 08:59:57 +01:00
NSURLSession Fix CI and make libcurl a hard-dependency when using libobjc2 (#447) 2024-10-10 11:16:47 +02:00
NSUserDefaults Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
NSUUID Test for initialisation with nil string 2021-02-04 11:12:15 +00:00
NSValue Fix NSGetSizeAndAlignment usage 2021-11-02 10:18:05 +01:00
NSValueTransformer Add tests for NSValueTransformer. 2020-06-11 14:15:57 +02:00
NSXMLDocument Add Yavor Doganov's patches for tests and config. Add fixes for GSXML 2018-01-14 12:30:13 +00:00
NSXMLElement fix non-portable testcases 2024-07-16 13:46:09 +01:00
NSXMLNode Fix execute_xpath() to return an NSError when expression can't be evaluated; Remove previous attributes when setting attributes; Add related tests 2024-05-14 15:25:07 -06:00
NSXMLParser NSXMLParser unit test fixes (#272) 2022-08-27 12:41:18 +02:00
PropertyLists Use base64 in gnustep property lists 2015-08-30 07:28:26 +00:00
Unicode Fix leaks 2024-11-15 21:21:41 +00:00
GNUmakefile.postamble import testsuite 2011-02-16 08:21:17 +00:00
GNUmakefile.super Tweaks to support UTF-8 literal string encoding supported by more recent 2011-10-12 14:28:44 +00:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00