fpc/tests/test/units
michael e0c5ac1682 * Add nullable (bug ID 0037128)
git-svn-id: trunk@45520 -
2020-05-28 09:39:35 +00:00
..
character * test only a limited grid of surrogate pairs to avoid that tests run longer 2019-08-11 16:03:34 +00:00
classes Add testing of use of variable of class 2019-02-23 15:37:39 +00:00
cocoaall * fix conversion from Objective-C class/protocol to tvarrec (store in 2019-11-26 21:24:56 +00:00
cpu
crt
dateutil * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 2020-01-21 20:59:20 +00:00
dos * FExpand / ExpandFileName behaviour updated according to discussion in bug #34166 2018-09-28 22:57:57 +00:00
fmtbcd * Test for bug ID #33795 2018-06-09 12:28:01 +00:00
fpcunit * fixed tests for architectures with FPC_COMP_IS_INT64 defined 2020-02-20 20:51:46 +00:00
fpwidestring Disable checking of default code page for cross-compilation configurations 2018-05-11 16:11:27 +00:00
lineinfo
linux * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416 2020-02-02 14:23:51 +00:00
math * fix Min/MaxSingle/Double values, resolves #36870 2020-04-13 08:48:32 +00:00
matrix
nullable * Add nullable (bug ID 0037128) 2020-05-28 09:39:35 +00:00
objects Remove explicit far modifier to fix msdos compilation 2018-04-13 22:19:34 +00:00
rtl-generics * fixed loading the address of a copied labelnode in a loadnode 2019-09-13 19:06:40 +00:00
sharemem
softfpu
sortalgs + implemented IntroSort (hybrid between QuickSort and HeapSort) in unit SortAlgs 2019-02-08 15:34:29 +00:00
sortbase + added test for the sortbase unit 2019-02-03 19:16:48 +00:00
strings
strutils Always accept empty string as meaning zero is TryRomanToInt, fixes intermittent errors in tromantoint test 2018-12-13 10:21:58 +00:00
system + add additional overloads for FindResource and FindResourceEx so that mixtures of AnsiString and MAKEINTRESOURCE types as well as names can be used 2020-05-23 21:24:01 +00:00
sysutils * fix for Mantis #37043: apply patch by Bi0T1N (including test) to add additional overloads for IntToHex including a rerouting of the ordinal helpers' ToHexString to use these overloads 2020-05-15 15:14:19 +00:00
types * fix for Mantis #37042: apply patch and test (adjusted for Big Endian) by Bi0T1N to add support for TBitConverter 2020-05-17 20:59:57 +00:00
ucomplex
unixutil * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 2020-01-21 20:59:20 +00:00
variants
windows