..
coding
Use UTF8String rather than cString
2017-03-17 09:45:02 +00:00
Functions
Windows MSVC fixes
2021-02-12 14:33:04 +01: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
avoid clash with strnstr() declaration on bsd systems
2021-01-22 03:47:16 -05:00
GSTLS
Simple test of creating self-signed certificate credentials
2021-05-31 13:09:45 +01:00
GSXML
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
2018-01-14 12:30:13 +00:00
headers
improved use of developer testing conditionals
2011-03-28 13:22:57 +00:00
KVC
fix 64bit error in method type declarations
2016-06-22 09:43:00 +00:00
NSAffineTransform
fix keyed decoding of identity affine transform
2013-03-25 11:29:55 +00:00
NSArchiver
* Tests/base/NSArchiver/stringEncoding.m: Use PASS_EQUAL instead
2013-05-13 20:55:37 +00:00
NSArray
fix a concurrency issue in NSArray enumeration test
2019-12-02 23:58:22 +01:00
NSAttributedString
add some keyed coding tests
2013-03-25 11:05:32 +00:00
NSAutoreleasePool
tweak autorelease test
2016-02-09 15:56:43 +00:00
NSBlock
Fixup bad function calls.
2011-02-24 18:53:31 +00:00
NSBundle
fixup name of end of set
2021-07-19 10:54:42 +01:00
NSCache
Modify the interfaces of all collection classes to be compatible with the
2016-02-22 21:04:18 +00:00
NSCalendar
Add newer features for NSDateComponents and
2020-04-26 21:13:22 +02:00
NSCalendarDate
Simple check for timezone adjustments around 1970
2021-01-22 10:34:06 +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
Implementation of [NSData rangeOfData:options:range], adapted from [NSString rangeOfString:options:range].
2020-10-12 12:22:00 -06:00
NSDate
add some keyed coding tests
2013-03-25 11:05:32 +00:00
NSDateFormatter
a few tests for 24hour clock
2021-04-14 09:11:58 +01:00
NSDictionary
add test for array as key
2020-09-23 08:39:33 +01:00
NSDistributedLock
Fix directory creation to match actual OSX sematics as determined by adding
2017-06-18 09:13:57 +01:00
NSException
add a couple more tests for stack info
2018-03-19 09:42:34 +00:00
NSFileHandle
Don't resurrect GSFileHandle singletons.
2021-03-26 13:17:36 +01:00
NSFileManager
add checks for rewriting a file
2020-07-31 15:02:15 +01:00
NSHashTable
Skip NSHashTable/NSMapTable weak objects tests if ARC is unavailable
2019-12-10 11:57:50 +01:00
NSHost
Provisional IPv6 support added.
2011-10-03 16:03:19 +00:00
NSHTTPCookie
Add testcase for multiple clookies in a header. Fix error parsing a literal
2020-04-16 20:19:53 +01:00
NSIndexPath
Add TestInfo markers
2011-02-23 18:34:39 +00:00
NSInvocation
Use UTF8String rather than cString
2017-03-17 09:45:02 +00:00
NSInvocationOperation
fixup bad variable size
2016-06-14 19:52:30 +00:00
NSJSONSerialization
Fix NSJSONSerialization test on Windows.
2021-07-14 10:09:45 +02:00
NSKeyedArchiver
avoid compiler warnings
2016-05-10 09:56:41 +00:00
NSLocale
* Tests/base/NSLocale/general.m: Mark more tests that depend on
2020-05-09 15:46:32 +02:00
NSLock
Make NSLock recursive lock test more robust.
2021-07-14 10:09:45 +02:00
NSMapTable
Test replacing a weak value in NSMapTable.
2020-06-05 11:48:35 +02:00
NSMethodSignature
Fix isa access in NSMethodSignature test.
2021-07-14 10:09:45 +02:00
NSMutableArray
fix typo
2019-09-30 09:36:31 +01:00
NSMutableAttributedString
Remove dead code and improve testing
2018-02-07 09:48:56 +00:00
NSMutableCharacterSet
Add TestInfo markers
2011-02-23 18:34:39 +00:00
NSMutableData
Remove warnings generated by tests.
2011-08-03 08:41:26 +00:00
NSMutableDictionary
add some keyed coding tests
2013-03-25 11:05:32 +00:00
NSMutableIndexSet
Detect the presence of libdispatch and, if available, use it for collection
2012-03-27 17:05:19 +00:00
NSMutableSet
add some set tests
2013-03-17 12:58:51 +00:00
NSMutableString
add a few more replacement tests
2018-02-27 14:08:12 +00:00
NSNotification
Add tests for notification equality
2020-04-21 09:02:34 +01:00
NSNumber
Add missing import statement in NSNumber test.
2021-07-14 10:09:45 +02:00
NSNumberFormatter
* Tests/base/NSNumberFormatter/basic10_4.m: Avoid test failure on
2018-05-18 15:00:06 +02:00
NSObject
Fix NSObject initialize test on Windows.
2021-07-14 10:09:45 +02:00
NSOperation
allow more time for operations thread to exit on slow machines
2020-11-12 11:37:53 +00:00
NSOrderedSet
Fixed test
2019-07-02 01:00:41 -04:00
NSPersonNameComponentsFormatter
Remove generated GNUmakefile.
2019-09-27 02:05:29 -04:00
NSPointerArray
Make base do unintuitive and stupid things in the name of Apple compatibility (hopefully Apple will fix their implementation in 10.7.something...).
2011-08-03 09:04:12 +00:00
NSPredicate
fixes for #47618
2017-04-09 12:45:18 +00:00
NSProcessInfo
* Tests/base/NSProcessInfo/general.m: Mark test for -systemUptime
2018-05-27 14:13:48 +02:00
NSProgress
Fix crash due to dictionary
2019-08-14 04:30:52 -04:00
NSProxy
workaround for conflisct with clang/unistd.h
2020-02-08 16:37:42 +00:00
NSRegularExpression
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
2018-01-14 12:30:13 +00:00
NSRunLoop
Fix runloop integration for libdispatch from swift
2019-11-28 19:12:13 +01: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
a few more bom tests
2021-04-14 09:14:51 +01:00
NSTask
Fix compilation of NSTask test processgroup helper on Windows.
2021-07-14 10:09:45 +02:00
NSThread
Use native threading and locking APIs on Windows
2021-07-29 14:22:27 +02:00
NSTimeZone
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
2018-01-14 12:30:13 +00: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
Merge changes for NSURLSession from EngageHub (formerly Brainstorm).
2020-11-29 06:57:47 -05:00
NSURLConnection
Merge changes for NSURLSession from EngageHub (formerly Brainstorm).
2020-11-29 06:57:47 -05:00
NSURLHandle
Make test write a large request, not just a small one.
2021-05-19 11:07:45 +01: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
* Tests/base/NSURLRequest/basic.m: Remove two astray @ characters.
2012-01-30 23:20:40 +00:00
NSURLSession
Fix for -setHTTPMaximumConnectionLifetime:
2021-05-05 12:04:28 +01:00
NSUserDefaults
Extended general tests for NSUserDefaults.
2020-05-26 13:16:19 +02:00
NSUUID
Test for initialisation with nil string
2021-02-04 11:12:15 +00: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
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
2018-01-14 12:30:13 +00:00
NSXMLNode
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
2018-01-14 12:30:13 +00:00
NSXMLParser
iComment on why we have a hope
2021-02-09 21:29:40 +00:00
PropertyLists
Use base64 in gnustep property lists
2015-08-30 07:28:26 +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
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