.. |
coding
|
Update Archiving of Structs
|
2024-09-10 13:42:38 +02: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
|
check buildng preserves multipart order
|
2024-04-04 11:27:57 +01:00 |
GSTLS
|
Missing semicolon and misplaced code in GSTLS unit test
|
2022-08-04 17:05:55 +02:00 |
GSXML
|
Update GSXML unit test to use NSURL APIs
|
2022-08-10 17:15:16 +02:00 |
headers
|
remove obsolete test
|
2024-06-10 15:27:35 +01:00 |
KVC
|
Mark as hopeful for broken compilers like GCC
|
2024-09-10 13:09:41 +02: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
|
Fix NSBundle test on Windows MSVC
|
2022-08-03 16:15:45 +02:00 |
NSCache
|
Modify the interfaces of all collection classes to be compatible with the
|
2016-02-22 21:04:18 +00:00 |
NSCalendar
|
Tests/base/NSCalendar/era.m: Fix testing with non-English locale
|
2024-01-14 17:24:02 +01: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
|
[NSData initWithBase64EncodedString] : Fix decoding of an empty string
|
2023-04-06 21:54:46 +00:00 |
NSDate
|
add some keyed coding tests
|
2013-03-25 11:05:32 +00:00 |
NSDateFormatter
|
NSISO8601DateFormatter bugfix (as reported by kevinpeizner) and tweaks.
|
2023-10-26 14:19:06 +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
|
make stack symbols tests more ionformative ... check that class and method names are reported
|
2024-04-14 12:02:13 +01:00 |
NSFastEnumeration
|
Add test for NSFastEnumeration
|
2021-08-11 19:32:21 +02:00 |
NSFileHandle
|
Don't resurrect GSFileHandle singletons.
|
2021-03-26 13:17:36 +01:00 |
NSFileManager
|
adjust for difference between windows and unix
|
2024-02-15 13:45:39 +00:00 |
NSHashTable
|
make tests pass on os-x 14.5
|
2024-07-17 11:32:52 +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 |
NSIndexSet
|
Don't crash when built with gcc
|
2024-07-17 14:14:46 +01: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 |
NSKVOSupport
|
NSKVOSupport: Do not leak Observee and TestFacade objects
|
2024-06-11 18:01:31 +02:00 |
NSLocale
|
locale method fixup with testcase
|
2024-02-11 15:03:37 +00:00 |
NSLock
|
Make testcases more robust.
|
2023-09-17 23:35:24 -04:00 |
NSMapTable
|
make tests pass on os-x 14.5
|
2024-07-17 11:32:52 +01:00 |
NSMethodSignature
|
Fix isa access in NSMethodSignature test.
|
2021-07-14 10:09:45 +02:00 |
NSMutableArray
|
Update -[NSMutableArray removeLastObject] (#433)
|
2024-08-10 23:44:02 +02: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 test for repeated combining characters
|
2022-04-07 14:34:26 +01:00 |
NSNotification
|
Add tests for notification equality
|
2020-04-21 09:02:34 +01:00 |
NSNumber
|
make test user locale independent
|
2024-01-22 21:35:10 +01:00 |
NSNumberFormatter
|
Mark notANumber test case as hopeful
|
2022-08-19 10:58:29 +02:00 |
NSObject
|
Improve strict C99 support by explicitly including headers (#275)
|
2022-09-15 12:24:49 +02:00 |
NSOperation
|
NSOperationQueue: Proper names for worker threads (#437)
|
2024-09-08 16:54:01 +02: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
|
Tweaks to match OSX pointer array behaviors more accurately.
|
2024-07-22 12:22:40 +01: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
|
workaround for conflisct with clang/unistd.h
|
2020-02-08 16:37:42 +00: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
|
Merge pull request #416 from gnustep/enumerateSubstringInRange
|
2024-06-11 13:29:48 +01:00 |
NSTask
|
test for non existent directory
|
2023-10-10 18:12:17 +01:00 |
NSThread
|
Remove Windows Include and correctly release thread obj
|
2024-04-28 23:22:20 +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
|
win64/clang+msvc: Skip failing tests and mark flaky test as hopeful
|
2024-04-28 22:16:45 +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
|
NSURLSession rewrite (#422)
|
2024-08-16 14:08:41 +02: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 |
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
|
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 |