index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
rtl-objpas
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
* partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulb...
svenbarth
2019-12-24
1
-0
/
+511
*
* partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulb...
svenbarth
2019-12-24
2
-0
/
+24
*
+ add a generic variant of TValue.IsType
svenbarth
2019-11-25
1
-0
/
+29
*
* ccReg is the default calling convention on selected architectures (though I...
svenbarth
2019-08-24
2
-12
/
+22
*
* Writeln is only needed for Debug
svenbarth
2019-08-24
1
-0
/
+2
*
+ add a test for RawThunk; this does not require a function call manager thus...
svenbarth
2019-08-18
1
-0
/
+20
*
* fix ifdefs for non-fpc (Lazarus likes to mess these up during auto completi...
svenbarth
2019-08-18
1
-2
/
+1
*
* explicitely ignore the TestIntfMethods test if TVirtualInterface is not sup...
svenbarth
2019-08-16
1
-1
/
+1
*
* fix for Mantis #35687: implement TValue.FromOrdinal()
svenbarth
2019-06-13
1
-0
/
+69
*
* correctly handle both Ansi- and WideChar in TValue
svenbarth
2019-06-13
1
-0
/
+40
*
* fix for Mantis #35693: IsOrdinal also needs to return true for enums (with ...
svenbarth
2019-06-13
1
-0
/
+20
*
* enable method implementation tests for i386 (interface tests will be ignore...
svenbarth
2019-06-06
1
-0
/
+1
*
* if the creation of the method implementation raises ENotImplemented we igno...
svenbarth
2019-05-31
1
-3
/
+18
*
* add tests for TVirtualInterface
svenbarth
2019-05-16
1
-0
/
+259
*
* also test callbacks for libffi
svenbarth
2019-05-15
1
-0
/
+1
*
* also enable implementation tests on Win64
svenbarth
2019-04-05
1
-0
/
+1
*
* extend RTTI tests for untyped parameters
svenbarth
2019-04-04
2
-3
/
+285
*
Explicitly set values inside TestDataSize procedure to avoid range check err...
pierre
2019-03-22
1
-0
/
+27
*
* enable Invoke() tests for i386
svenbarth
2019-03-01
1
-0
/
+2
*
* correctly compare floating point values in TValue
svenbarth
2019-03-01
1
-4
/
+6
*
* correctly check for the Extended value of a Currency and Comp value
svenbarth
2019-01-04
1
-2
/
+2
*
+ add tests for TMethodImplementation for method and procedure variables
svenbarth
2018-12-29
3
-0
/
+608
*
* move utility code to a separate unit
svenbarth
2018-12-29
2
-197
/
+223
*
+ add tests for raw Invoke() which needs to determine the result location by ...
svenbarth
2018-12-26
1
-0
/
+235
*
+ add some more tests for floating point values
svenbarth
2018-12-26
1
-0
/
+280
*
+ add tests for floating point arguments and results
svenbarth
2018-12-26
1
-0
/
+271
*
+ add utility functions to get TValue values for Single, Double, Extended, Co...
svenbarth
2018-12-26
1
-0
/
+26
*
* correctly compare tkFloat values
svenbarth
2018-12-26
1
-0
/
+15
*
* more correct handling of floating point values (especially Comp and Currenc...
svenbarth
2018-12-26
1
-0
/
+181
*
- remove forgotten debug code
svenbarth
2018-10-07
1
-8
/
+0
*
* also run invoke tests if internal function call manager is available (which...
svenbarth
2018-10-07
1
-0
/
+4
*
+ add define to use ffi function call manager for tests
svenbarth
2018-10-07
1
-1
/
+7
*
+ implement the high level Invoke() for TRttiMethod (currently only for inter...
svenbarth
2018-10-07
1
-0
/
+1235
*
+ add TRttiMethodType for method variables and TRttiProcedureType for procedu...
svenbarth
2018-10-07
1
-0
/
+112
*
+ add support for open arrays in TValue; this is *not* supported by Delphi
svenbarth
2018-10-07
1
-0
/
+112
*
* ensure the correct values for TValue.GetReferenceToRawData for TObject and ...
svenbarth
2018-10-07
1
-0
/
+2
*
Add SKIPTARGET for OSes that do not compile fcl-fpcunit
pierre
2018-03-28
1
-0
/
+1
*
* extend test so that the methods and parameters of interfaces are checked as...
svenbarth
2017-12-18
1
-0
/
+101
*
* also check the base types of interfaces
svenbarth
2017-12-08
1
-0
/
+19
*
+ add support for interface types (both reference counted and raw ones)
svenbarth
2017-12-08
1
-0
/
+47
*
* only check result if the call itself succeeded (e.g. didn't fail due to the...
svenbarth
2017-12-08
1
-12
/
+18
*
* use new pool functionality for property instances
svenbarth
2017-10-07
1
-1
/
+13
*
+ add TRttiPointerType
svenbarth
2017-10-05
1
-0
/
+25
*
+ add optional, not by default enabled test for Invoke
svenbarth
2017-08-31
2
-0
/
+530
*
* test reference of empty values of different types
svenbarth
2017-08-27
1
-0
/
+31
*
- remove debug output -.-
svenbarth
2017-08-27
1
-10
/
+0
*
* test for unassigned TypeInfo
svenbarth
2017-08-27
1
-0
/
+22
*
* enable tests of TTestMethod, TTestEnum and TTestSet now that they're public...
svenbarth
2017-08-27
1
-8
/
+8
*
* share types to reduce unnecessary duplication
svenbarth
2017-08-27
1
-75
/
+52
*
* test for correct DataSize if value is empty
svenbarth
2017-08-27
1
-0
/
+95
[next]