rfm
96a8613dbc
Merge pull request #291 from qmfrederik/fixes/nsdata-base64-empty-string
...
`[NSData initWithBase64EncodedString]`: Fix decoding of an empty string
2023-04-07 15:29:22 +01:00
Frederik Carlier
081f890be8
[NSData initWithBase64EncodedString]
: Fix decoding of an empty string
...
Don't call `NSZoneRealloc` with a length of 0, but free the zone and return an empty `NSData` buffer instead.
2023-04-06 21:54:46 +00:00
Frederik Seiffert
1835f3f549
NSURLSession: mark broken test as hopeful on Windows
2023-03-11 20:22:00 +01:00
Hugo Melder
a8c421d485
Skip all NSURL* test cases using GSInetServerStream on Windows ( #268 )
...
* Mark all test cases using GSSocketStream as hopeful on win32
* Update ChangeLog
* Remove allow-test-failures flag
2022-09-27 20:21:50 +02:00
Hugo Melder
63703e0a80
Improve strict C99 support by explicitly including headers ( #275 )
...
* Explicitly include headers in config and tests
* Update ChangeLog
2022-09-15 12:24:49 +02:00
Richard Frith-Macdonald
15b97442cb
Use httpbin.org rather than www.w3.org since the latter no longer supports http
2022-09-15 10:07:57 +01:00
Frederik Seiffert
179158dbc5
Fix NSPredicate test using GCC
2022-09-15 10:57:17 +02:00
Hugo Melder
8f8585405e
NSXMLParser unit test fixes ( #272 )
...
* Convert parser output to LF
* Only replace CR
2022-08-27 12:41:18 +02:00
Hugo Melder
7fd20d1ae3
NSPredicate Value Fix
...
* Check if object is an NSExpression object
* Fix Indentation
* Update Changelog
* Add test case
2022-08-24 18:01:30 +02:00
Richard Frith-Macdonald
68f6862ff2
Add a few testcases and make ICU dependent tests into 'hopes'
2022-08-23 21:10:21 +01:00
Hugo Melder
78d9f73a36
Allow CRLF and LF in NSXMLParser test
2022-08-23 19:18:44 +02:00
Hugo Melder
32eb5d2acd
win32: Support overlapped (asynchronous) I/O on standard streams in GSFileHandle
...
* win32: Support overlapped I/O on standard streams in GSFileHandle
* Add isStandardInput instance variable
* Restrict PeekConsoleInput on stdin
* Update ChangeLog
2022-08-23 18:43:14 +02:00
Hugo Melder
6b537b4a45
Detect CRLF in GSMime tests
...
* Detect CRLF in GSMime tests
* Allow either CRLF or LF
* Update general.m
2022-08-23 18:41:37 +02:00
Hugo Melder
5caececdcd
Update make check ( #267 )
2022-08-23 09:55:28 +02:00
Hugo Melder
7d6a84f4f5
Mark notANumber test case as hopeful
2022-08-19 10:58:29 +02:00
Hugo Melder
beb3e73e2f
Update NSTimeZone unit test to match macOS behaviour
2022-08-11 16:34:07 +02:00
Hugo Melder
9a0b660299
Merge branch 'master' into NSTimeZone-win32-fix
2022-08-11 11:59:07 +02:00
Hugo Melder
f5a983a037
Merge pull request #256 from gnustep/msvc-test-fixes
...
GSTLS, NSData, NSString Unit Test Fixes on Windows MSVC
2022-08-11 11:57:21 +02:00
Hugo Melder
ca9136397d
Merge branch 'master' into NSBundle-msvc-tests
2022-08-11 09:16:06 +02:00
Hugo Melder
886a9220da
Merge pull request #257 from gnustep/nstask-msvc-test-fixes
...
Fix NSTask unit tests on Windows MSVC
2022-08-11 09:15:06 +02:00
Hugo Melder
f1be501f38
Merge pull request #260 from gnustep/NSXML-test-fixes
...
NSXML unit test and NSURL file URI fixes
2022-08-11 09:14:32 +02:00
Hugo Melder
1ea722a07a
Fix NSXMLParser (strict) tests on Windows
2022-08-10 17:53:59 +02:00
Hugo Melder
ffe938c49e
Update GSXML unit test to use NSURL APIs
2022-08-10 17:15:16 +02:00
Hugo Melder
a5c98620c0
Merge branch 'master' into msvc-test-fixes
2022-08-09 12:09:57 +02:00
Hugo Melder
8361596447
Add START_SET and END_SET to NSData/additions.m unit test
2022-08-09 12:05:12 +02:00
Hugo Melder
3c095da62f
Windows to IANA time zone conversion: remove unsupported TIME_ZONE_ID_DAYLIGHT conversion
2022-08-07 10:55:20 +02:00
Richard Frith-Macdonald
34fca15dc9
iFix incorrect use of ObjC strings where C-strings expected.
2022-08-06 17:33:20 +01:00
Hugo Melder
f6ce98e7b5
Remove erroneous suffix.
2022-08-05 13:31:16 +02:00
Hugo Melder
f3e6ea1dd5
Remove comment
2022-08-05 12:55:46 +02:00
Hugo Melder
dd2d3f684c
Conditionally use .exe suffix in executable paths in NSTask tests
2022-08-05 12:54:36 +02:00
Hugo Melder
e84fd88e6b
Fix compilation of NSTask helper test files on Windows MSVC
2022-08-05 12:53:34 +02:00
Hugo Melder
2e65ee34f1
Disable tilde abbreviation test on Windows
2022-08-04 17:05:55 +02:00
Hugo Melder
98ff5d2a16
Check for UTF8String in NSProgress unit test
2022-08-04 17:05:55 +02:00
Hugo Melder
e052d5764a
Change Objective-C string to cstring in NSProgress unit test
2022-08-04 17:05:55 +02:00
Hugo Melder
52b8752776
Check for nil in NSData Test
2022-08-04 17:05:55 +02:00
Hugo Melder
096f6e7fec
Missing semicolon and misplaced code in GSTLS unit test
2022-08-04 17:05:55 +02:00
Hugo Melder
c70ba22b0c
Remove modified GNUmakefile
2022-08-04 13:13:55 +02:00
Hugo Melder
0eae4f67de
Add modified GNUmakefile
2022-08-04 13:12:05 +02:00
Hugo Melder
57233b1332
Remove .type files and add it to gitignore
2022-08-04 13:07:50 +02:00
Hugo Melder
e6789cb7ed
Fix coding unit test and tolerate size differences
2022-08-04 13:05:43 +02:00
Hugo Melder
6fac511e43
Fix NSBundle test on Windows MSVC
2022-08-03 16:15:45 +02:00
Frederik Seiffert
8ca4381676
Add userInfo accessor to NSProgress.
2022-04-29 19:54:09 +02:00
Richard Frith-Macdonald
d18cba351c
Add test for repeated combining characters
2022-04-07 14:34:26 +01:00
Gregory John Casamento
9cc7266931
Move era/hour/min/sec tests to it's own file.
2022-04-06 16:01:41 -04:00
Gregory John Casamento
e99dd4ec6b
Add implementation for getEra:... and getHour:... method in NSCalendar. Add documentation to all methods.
2022-04-06 14:19:36 -04:00
Richard Frith-Macdonald
ae72ee4593
Fix for #243
2022-03-07 10:13:44 +00:00
Levin Li
d971813d2a
Add test for zh-Hans_CN
2021-12-30 21:26:54 +08:00
Frederik Seiffert
1980f9bdf6
Extended tests for concurrent NSOperations
...
- trigger isFinished KVO notification when not being finished
- add test for completion handler
2021-12-27 21:52:34 +01:00
Fred Kiefer
e797128a03
Merge pull request #226 from levinli303/master
...
Support more DOS/Windows string encodings
2021-12-26 13:08:56 +01:00
Levin Li
fe2f41c7f1
Use encoding number values from Apple
2021-12-26 14:22:04 +08:00